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