50% found this document useful (2 votes)
959 views1 page

Blockchain Unspent or Unconfirmed Transaction Script

The document is a JSON response from the blockchain.info API containing unspent transaction output information for a Bitcoin address. It includes a single unspent output with details like the transaction hash, output index, script, value, and confirmation count.

Uploaded by

sachin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
50% found this document useful (2 votes)
959 views1 page

Blockchain Unspent or Unconfirmed Transaction Script

The document is a JSON response from the blockchain.info API containing unspent transaction output information for a Bitcoin address. It includes a single unspent output with details like the transaction hash, output index, script, value, and confirmation count.

Uploaded by

sachin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

$ curl https://blockchain.info/unspent?

active=1Pi1Jids5P1dcxeRXs1SyewK1iyVvMkYJS

"unspent_outputs":[

{
"tx_hash":"186f9f998a5...2836dd734d2804fe65fa35779",
"tx_index":104810202,
"tx_output_n": 0,

"script":"76a9147f9b1a7fb68d60c536c2fd8aeaa53a8f3cc025a888ac",
"value": unspent_value,
"value_hex": _hex",
"confirmations":0

]
}

You might also like