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