API Documentation
The Tenzura 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 Tenzura daemon
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://chain.tenzura.io/api/getconnectioncount
getblockhash [index]
Returns the hash of the block at index; index 0 is the genesis block.
https://chain.tenzura.io/api/getblockhash?index=1337
getblock [hash]
Returns information about the block with the given hash.
https://chain.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).
https://chain.tenzura.io/api/getrawtransaction?txid=728814c83c34c68ad1fbb057b9fbdb0a1c8b4235cc74b99f2af89375bc9f1723&decrypt=0
https://chain.tenzura.io/api/getrawtransaction?txid=728814c83c34c68ad1fbb057b9fbdb0a1c8b4235cc74b99f2af89375bc9f1723&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
https://chain.tenzura.io/api/getnetworkhashps
Return data from local indexes
getaddress
Returns information for given address
https://chain.tenzura.io/ext/getaddress?address=TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK
Legacy format (redirects to the above): https://chain.tenzura.io/ext/getaddress/TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK
gettx
Returns information for given tx hash
https://chain.tenzura.io/ext/gettx?txid=728814c83c34c68ad1fbb057b9fbdb0a1c8b4235cc74b99f2af89375bc9f1723
Legacy format (redirects to the above): https://chain.tenzura.io/ext/gettx/728814c83c34c68ad1fbb057b9fbdb0a1c8b4235cc74b99f2af89375bc9f1723
getbalance
Returns current balance of given address
https://chain.tenzura.io/ext/getbalance?address=TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK
Legacy format (redirects to the above): https://chain.tenzura.io/ext/getbalance/TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK
getlasttxsajax
Returns last transactions greater than [min]
Note: returned values are in satoshis
https://chain.tenzura.io/ext/getlasttxsajax?min=100
Legacy format (redirects to the above): https://chain.tenzura.io/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
https://chain.tenzura.io/tx/728814c83c34c68ad1fbb057b9fbdb0a1c8b4235cc74b99f2af89375bc9f1723
block (/block/hash)
https://chain.tenzura.io/block/000000562eceff5150e07065c2907ed71ee225f701cc93b7f0d737fcd120270b
address (/address/hash)
https://chain.tenzura.io/address/TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK
qrcode
https://chain.tenzura.io/api/qr?address=TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK
Legacy format (redirects to the above): https://chain.tenzura.io/qr/TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK