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.
explorer.proxynode.network/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.proxynode.network/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.proxynode.network/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.proxynode.network/api/getblockhash?index=400001
getblock [hash]
Returns information about the block with the given hash.
explorer.proxynode.network/api/getblock?hash=ff6c142333f1a08856755bb5582cce8f3899c1de3503bae05adc6ff616d0418d
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.proxynode.network/api/getrawtransaction?txid=6eebc1cfc7b50ad22bad82bb648a1b423eaa92fcddcf467a33ae6bc54a098ee3&decrypt=0
explorer.proxynode.network/api/getrawtransaction?txid=6eebc1cfc7b50ad22bad82bb648a1b423eaa92fcddcf467a33ae6bc54a098ee3&decrypt=1
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.proxynode.network/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.proxynode.network/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.proxynode.network/ext/getaddress/PEDEmXCePvutr7UhZTb9dXYuCEg8j7o8Nv
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.proxynode.network/ext/getbalance/PEDEmXCePvutr7UhZTb9dXYuCEg8j7o8Nv
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
explorer.proxynode.network/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
explorer.proxynode.network/tx/6eebc1cfc7b50ad22bad82bb648a1b423eaa92fcddcf467a33ae6bc54a098ee3
block (/block/hash)
explorer.proxynode.network/block/ff6c142333f1a08856755bb5582cce8f3899c1de3503bae05adc6ff616d0418d
address (/address/hash)
explorer.proxynode.network/address/PEDEmXCePvutr7UhZTb9dXYuCEg8j7o8Nv
qrcode (/qr/hash)
explorer.proxynode.network/qr/PEDEmXCePvutr7UhZTb9dXYuCEg8j7o8Nv