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