0% found this document useful (0 votes)
41 views1 page

Blockchain Unspent or Unconfirmed Transaction Script (Nov 2019)

The document contains a JSON response from a blockchain API call. It includes an array of unspent transaction outputs with details like the transaction hash, index, output number, script, value, hex value, and number of confirmations.

Uploaded by

hafid samir
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
0% found this document useful (0 votes)
41 views1 page

Blockchain Unspent or Unconfirmed Transaction Script (Nov 2019)

The document contains a JSON response from a blockchain API call. It includes an array of unspent transaction outputs with details like the transaction hash, index, output number, script, value, hex value, and number of confirmations.

Uploaded by

hafid samir
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": "unspent_value_hex",
"confirmations":0
}

]
}

You might also like