arrow_back
Back

Bitcoin explorers and APIs: UTXOs and blockchain.info

Andrew Dorokhov Andrew Dorokhov schedule 1 min read
menu_book Table of Contents

Explorers

Unspent outputs by address

Example (Blockchain.com HTTP API):

curl https://blockchain.info/unspent?active=1Cdid9KFAaatwczBwBttQcwXYCpvK8h7FK

Sample response:

{
    "unspent_outputs":[
        {
            "tx_hash":"186f9f998a5...2836dd734d2804fe65fa35779",
            "tx_index":104810202,
            "tx_output_n": 0,
            "script":"76a9147f9b1a7fb68d60c536c2fd8aeaa53a8f3cc025a888ac",
            "value": 10000000,
            "value_hex": "00989680",
            "confirmations":0
        }
    ]
}

Where to buy / rates

Exchanges:

Market lists:

P2P:

ATM / retail: see coverage on open_in_new CoinDesk and similar directories.

Rate charts / APIs:

code

Need Help with Development?

Happy to help — reach out via the contacts or go straight to my Upwork profile.

work View Upwork Profile arrow_forward
Next Article

Accepting Bitcoin payments: BIP21 URIs and payment QR codes

arrow_forward