The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from coind
getdifficulty
Returns the current difficulty.
/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
/api/getconnectioncount
getblockcount
Returns the current block index.
/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
/api/getblockhash?index=0
getblock [hash]
Returns information about the block with the given hash.
/api/getblock?hash=00000d8e7d39218c4c02132e95a3896d46939b9b95624cf9dd2b0b794e6c216a
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
/api/getrawtransaction?txid=3b9d152cb1370d54d1ea30d5e334a83a41ca9403011495b8743a53d53423004a&decrypt=0
/api/getrawtransaction?txid=3b9d152cb1370d54d1ea30d5e334a83a41ca9403011495b8743a53d53423004a&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply (minus burns)
/ext/getmoneysupply
gettotalsupply
Returns total currently minted (including burns)
/ext/gettotalsupply
gettotalburn
Returns amount of coins currently burned
/ext/gettotalburn
getdistribution
Returns wealth distribution stats
/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
/ext/getaddress/dS3voFtYMohSD1nPfqamwXRHLQnvipam7e
gettx (/ext/gettx/hash)
Returns information for given tx hash
/ext/gettx/3b9d152cb1370d54d1ea30d5e334a83a41ca9403011495b8743a53d53423004a
getbalance (/ext/getbalance/hash)
Returns current balance of given address
/ext/getbalance/dS3voFtYMohSD1nPfqamwXRHLQnvipam7e
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
/tx/3b9d152cb1370d54d1ea30d5e334a83a41ca9403011495b8743a53d53423004a
block (/block/hash)
/block/00000d8e7d39218c4c02132e95a3896d46939b9b95624cf9dd2b0b794e6c216a
address (/address/hash)
/address/dS3voFtYMohSD1nPfqamwXRHLQnvipam7e
qrcode (/qr/hash)
/qr/dS3voFtYMohSD1nPfqamwXRHLQnvipam7e