Bitcoin Forum

Economy => Service Discussion => Topic started by: madmadmax on April 06, 2013, 06:24:39 AM



Title: How does blockchain.info determines output?
Post by: madmadmax on April 06, 2013, 06:24:39 AM
Analyzing raw transactions I can only see txid in "vin" but no actual address


Title: Re: How does blockchain.info determines output?
Post by: Zeilap on April 06, 2013, 09:31:21 AM
Analyzing raw transactions I can only see txid in "vin" but no actual address
You need to understand how transactions actually work. There is no address in the inputs - they are just references to previous outputs.
https://en.bitcoin.it/wiki/Transaction (https://en.bitcoin.it/wiki/Transaction)


Title: Re: How does blockchain.info determines output?
Post by: madmadmax on April 06, 2013, 10:57:50 AM
Analyzing raw transactions I can only see txid in "vin" but no actual address
You need to understand how transactions actually work. There is no address in the inputs - they are just references to previous outputs.
https://en.bitcoin.it/wiki/Transaction (https://en.bitcoin.it/wiki/Transaction)

I know that already, figured it out, thanks.