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