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