Bitcoin Forum

Economy => Web Wallets => Topic started by: tyz on May 16, 2016, 10:59:11 PM



Title: What does "Unable to decode output address" mean?
Post by: tyz on May 16, 2016, 10:59:11 PM
When I looked up an address on blockchain.info, I found a transaction with the message "Unable to decode output address " standing above the receiving address. What does this mean?  ::)

http://s32.postimg.org/x7lndc7f5/address.jpg (http://postimg.org/image/x7lndc7f5/)


Title: Re: What does "Unable to decode output address" mean?
Post by: achow101 on May 17, 2016, 12:08:29 AM
When I looked up an address on blockchain.info, I found a transaction with the message "Unable to decode output address " standing above the receiving address. What does this mean?  ::)

http://s32.postimg.org/x7lndc7f5/address.jpg (http://postimg.org/image/x7lndc7f5/)
It means that the output script is not an address but rather a custom script. Typically this is an OP_RETURN output which encodes 80 bytes of arbitrary data into the transaction.


Title: Re: What does "Unable to decode output address" mean?
Post by: cr1776 on May 17, 2016, 02:36:33 AM
When I looked up an address on blockchain.info, I found a transaction with the message "Unable to decode output address " standing above the receiving address. What does this mean?  ::)

http://s32.postimg.org/x7lndc7f5/address.jpg (http://postimg.org/image/x7lndc7f5/)

There is a similar discussion here:

https://bitcointalk.org/index.php?topic=1453347.0

With a bit more detail.