Network (KH/s)
Difficulty
Coin Supply (GEEK)
API Documentation

API Calls

explorer.blazegeek.com/api/ENDPOINT
EndpointDescriptionExample
getdifficultyReturns the current difficulty.explorer.blazegeek.com/api/getdifficulty
getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.blazegeek.com/api/getconnectioncount
getnetworkhashpsReturns the current network hashrate (H/s).explorer.blazegeek.com/api/getnetworkhashps
getblockcountReturns the current block index.explorer.blazegeek.com/api/getblockcount
getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.blazegeek.com/api/getblockhash?index=1
getblock [hash]Returns information about the block with the given hash.explorer.blazegeek.com/api/getblock?hash=000001c800f8dd4695bc5f30711c876552f444fbaade6d344f30e05105fcc852
getrawtransactaction [txid] [decrypt]Returns raw transaction representation for given transaction ID. Decrypt can be set to 0(false) or 1(true).explorer.blazegeek.com/api/getrawtransaction?txid=716690870aef4090659d6af0946051331e1b029c4e768dab07a35e576565e628&decrypt=0

explorer.blazegeek.com/api/getrawtransaction?txid=716690870aef4090659d6af0946051331e1b029c4e768dab07a35e576565e628&decrypt=1

Extended API

explorer.blazegeek.com/ext/ENDPOINT
EndpointDescriptionExample
getmoneysupplyReturns the current money supply (total coins minted).explorer.blazegeek.com/ext/getmoneysupply
getdistributionReturns wealth distribution stats.explorer.blazegeek.com/ext/getdistribution
getaddress (/ext/getaddress/hash)Returns information for the given address.explorer.blazegeek.com/ext/getaddress/GLjRv3qsGLgonvhSRxUJ5SntVmkYGHtvFH
gettx (/ext/gettx/hash)Returns information for given transaction hashexplorer.blazegeek.com/ext/gettx/716690870aef4090659d6af0946051331e1b029c4e768dab07a35e576565e628
getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.blazegeek.com/ext/getbalance/GLjRv3qsGLgonvhSRxUJ5SntVmkYGHtvFH
getlasttxsajax (/ext/getlasttxsajax/min)Returns last transactions greater than [min] value.
Note: returned values are in satoshis.
explorer.blazegeek.com/ext/getlasttxsajax/100

Linking (GET)

explorer.blazegeek.com/ENDPOINT
EndpointDescriptionExample
transaction (/tx/txid)Links to block explorer page for given transaction txid.explorer.blazegeek.com/tx/716690870aef4090659d6af0946051331e1b029c4e768dab07a35e576565e628
block (/block/hash)Links to block explorer page for given block hash.explorer.blazegeek.com/block/000001c800f8dd4695bc5f30711c876552f444fbaade6d344f30e05105fcc852
address (/address/hash)Links to block explorer page for given address.explorer.blazegeek.com/address/GLjRv3qsGLgonvhSRxUJ5SntVmkYGHtvFH
qrcode (/qr/hash)Displays QR barcode for given address.explorer.blazegeek.com/qr/GLjRv3qsGLgonvhSRxUJ5SntVmkYGHtvFH