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