Warning
Blockchain data is currently being synchronized. You may browse the site during this time, but keep in mind that data may not yet be fully accurate and some functionality may not work until synchronization is complete.

Bitcoin Public API
A listing of public API endpoints for retrieving Bitcoin coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coin daemon RPC interface
- version (/explorer.php?command=version)Version APIblockchain-wallet.site/explorer.php?command=version
- checknode [node_name] (/explorer.php?command=checknode&node_name=[node_name])Check the status and information of a specific network node.blockchain-wallet.site/explorer.php?command=checknode&node_name=[213.109.236.129:4995]
- getblockheights (/explorer.php?command=getblockheights)Returns a list of block heights.blockchain-wallet.site/explorer.php?command=getblockheights
- latest_field_top (/explorer.php?command=latest_field_top)Returns top addresses/transactions by a specific field.blockchain-wallet.site/explorer.php?command=latest_field_top
- latest_field_top_full (/explorer.php?command=latest_field_top_full)Returns full top addresses/transactions by a specific field with details.blockchain-wallet.site/explorer.php?command=latest_field_top_full
- reachable_nodes (/explorer.php?command=reachable_nodes)Returns a list of all reachable network nodes.blockchain-wallet.site/explorer.php?command=reachable_nodes
- getblocknode [hash] [verbose] (/explorer.php?command=getblocknode&hash=[hash]&verbose=[0-2])Returns block information directly from a node (with verbose parameter).blockchain-wallet.site/explorer.php?command=getblocknode&hash=000000000ccc6862447c0f1cf3eec33586e4212d380a15f345a66b2b0c89cb65&verbose=2
- getrawtransactionnode [txid] [verbose] (/explorer.php?command=getrawtransactionnode&txid=[txid]&verbose=[0 or 1])Returns raw transaction directly from a node (with verbose parameter).blockchain-wallet.site/explorer.php?command=getrawtransactionnode&txid=408593f7375c6d0986524821b7038ec291c06d3e9283773d34a4c7048517d82d&verbose=1
- getdifficulty (/explorer.php?command=getdifficulty)Returns the current difficulty.blockchain-wallet.site/explorer.php?command=getdifficulty
- getnetworkhashps (/explorer.php?command=getnetworkhashps)Returns the current network hashrate. (hash/s)blockchain-wallet.site/explorer.php?command=getnetworkhashps
- getconnectioncount (/explorer.php?command=getconnectioncount)Returns the number of connections the block explorer has to other nodes.blockchain-wallet.site/explorer.php?command=getconnectioncount
- getblockcount (/explorer.php?command=getblockcount)Returns the current block index.blockchain-wallet.site/explorer.php?command=getblockcount
- getblockhash [height] (/explorer.php?command=getblockhash&height=[height])Returns the hash of the block at [index]; index 0 is the genesis block.blockchain-wallet.site/explorer.php?command=getblockhash&height=55736
- getmininginfo (/explorer.php?command=getmininginfo)Returns a json object containing mining-related information.blockchain-wallet.site/explorer.php?command=getmininginfo
- getblockchaininfo (/explorer.php?command=getblockchaininfo)Returns an object containing various state info regarding blockchain processing.blockchain-wallet.site/explorer.php?command=getblockchaininfo
- getpeerinfo (/explorer.php?command=getpeerinfo)Returns data about each connected network node as a json array of objects.blockchain-wallet.site/explorer.php?command=getpeerinfo
- verifymessage (/explorer.php?command=verifymessage&address=[address]&message=[message]&signature=[signature])Verify a signed message. Arguments: address, message, signature.blockchain-wallet.site/explorer.php?command=verifymessage&address=1PPFVziNvy3DhBHKhXiQu3vQevLB8b84a7&message=Sabina%20Fik&signature=IM8tRxtfxtOrphsSMalTqD29fU0oSap8IkkyDgmlwDUIKk09D%2BHmr%2Bma9AMDtzP%2BBEC6In2gd2HAC%2BUm9PXikaM%3D
- sendrawtransaction (/explorer.php?command=sendrawtransaction&hexstring=[hexstring]&maxfeerate=[maxfeerate])Submit a raw transaction (serialized, hex-encoded) to local node and network.blockchain-wallet.site/explorer.php?command=sendrawtransaction
- getmoneysupply (/explorer.php?command=getmoneysupply)Returns current money supply.blockchain-wallet.site/explorer.php?command=getmoneysupply
- getnetworkchartdata (/explorer.php?command=getnetworkchartdata)Returns network history data to populate network diagrams.blockchain-wallet.site/explorer.php?command=getnetworkchartdata
- getbalance [address] (/explorer.php?command=getbalance&address=[address]&source=explorer)Returns current balance of given address.blockchain-wallet.site/explorer.php?command=getbalance&address=18RVjd2hYp1Nb3HxvBrqvS3AdvUvQD4Btf&source=explorer
- getdistribution (/explorer.php?command=getdistribution)Returns wealth distribution statistics.blockchain-wallet.site/explorer.php?command=getdistribution
- getbasicstats (/explorer.php?command=getbasicstats)Returns basic statistics about the coin including: block count, circulating supply, USD price.blockchain-wallet.site/explorer.php?command=getbasicstats
- getsummary (/explorer.php?command=getsummary)Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate.blockchain-wallet.site/explorer.php?command=getsummary
- getnetworkpeers (/explorer.php?command=getnetworkpeers)Returns the list of network peers that have connected to the explorer node in the last 24 hours.blockchain-wallet.site/explorer.php?command=getnetworkpeers
- getlasttxs (/explorer.php?command=getlasttxs&length=[length]&min=[min]&start=[start])Returns last transactions greater than specific amount, starting from offset.blockchain-wallet.site/explorer.php?command=getlasttxs&length=10&min=0&start=10
- gettx [txid] (/explorer.php?command=gettx&txid=[txid)Returns detailed information for given transaction hash.blockchain-wallet.site/explorer.php?command=gettx&txid=408593f7375c6d0986524821b7038ec291c06d3e9283773d34a4c7048517d82d
- getblock [hash] (/explorer.php?command=getblock&block=[hash])Returns information about the block with the given hash.blockchain-wallet.site/explorer.php?command=getblock&block=000000000ccc6862447c0f1cf3eec33586e4212d380a15f345a66b2b0c89cb65
- getrawtransaction [txid] [verbose] (/explorer.php?command=getrawtransaction&txid=[txid]&verbose=[0 or 1])Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- calcbalance [address] [mode] (/explorer.php?command=calcbalance&hash=[address]&mode=[mode]&tx_start=[start]&tx_length=[length]&utxo_start=[start]&utxo_length=[length]&utxo_sort_by=[sort])Universal API to get balance, UTXO and transactions for an address with bitmask control.Mode: 1=balance, 2=balance_confirmed, 4=UTXO, 8=transactions (all: 15)
- getrawtransactionmem [txid] (/explorer.php?command=getrawtransactionmem&txid=[txid])Returns transaction information from mempool by txid.blockchain-wallet.site/explorer.php?command=getrawtransactionmem&txid=5621ad1b4c8027a379ecdaeb8dde92eb6d182d2d64c054947de3b89f20f1eb00
- getmempoolforaddress [address] (/explorer.php?command=getmempoolforaddress&hash=[address])Returns unconfirmed transactions and spent outputs for a specific address from the mempool.blockchain-wallet.site/explorer.php?command=getmempoolforaddress&hash=bc1pycyptyw3jnrednhz8kxpdm6lmamu9p22r6hrc5dv6jkemt4t60wqpecqty
- getmempool (/explorer.php?command=getmempool&limit=[limit]&offset=[offset])Returns a list of transactions in the mempool with pagination.blockchain-wallet.site/explorer.php?command=getmempool&limit=10&offset=0
- height (/explorer.php?command=height)Returns the current blockchain height.blockchain-wallet.site/explorer.php?command=height
- sendpayment (/explorer.php?command=sendpayment)Create and send a payment from a private key (debug=1 for test, send=1 for broadcast).Parameters: address, private_key_wif, amount_base, to, fee, [bc_to_my1], [amount_my1], debug, send, sourceblockchain-wallet.site/explorer.php?command=sendpayment&address=1FEo3dyX149ZgwYz9NhgzRh8xy7p75fR1o&private_key_wif=L55nPQDQZV1diMEnf7wXg3hJDsnYVHxFy9seBB8Ze5yzpy6xPxrv&amount_base=0.01&to=1MmxAxe3UW488GZhmoRwxyxk7HsYK3Z8K&fee=0.00001&debug=1&send=0&source=explorer
Linking (GET)
Linking to the block explorer
- transaction (/blockchain-explorer/tx/[txid])blockchain-wallet.site/blockchain-explorer/tx/408593f7375c6d0986524821b7038ec291c06d3e9283773d34a4c7048517d82d
- block (/blockchain-explorer/block/[hash])blockchain-wallet.site/blockchain-explorer/block/000000000ccc6862447c0f1cf3eec33586e4212d380a15f345a66b2b0c89cb65
- address (/blockchain-explorer/address/[address])blockchain-wallet.site/blockchain-explorer/address/18RVjd2hYp1Nb3HxvBrqvS3AdvUvQD4Btf
- qr (/blockchain-explorer/qr/[address])blockchain-wallet.site/blockchain-explorer/qr/18RVjd2hYp1Nb3HxvBrqvS3AdvUvQD4Btf

