API
Network (H/s)
Difficulty
Coin Supply (GZRO)
BTC Price($)
79.8117
0.9461
2304782430.4238
8641.87
API Documentation
The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
API Calls
Return data from coind
- getdifficulty
Returns the current difficulty.
https://gzroexplorer.com/api/getdifficulty - getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://gzroexplorer.com/api/getconnectioncount - getblockcount
Returns the current block index.
https://gzroexplorer.com/api/getblockcount - getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://gzroexplorer.com/api/getblockhash?index=51 - getblock [hash]
Returns information about the block with the given hash.
https://gzroexplorer.com/api/getblock?hash=00000dc3cbf908d191c17d219a941029889c5b0ea09ffe0c500e5b3f1d904ddb - getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
https://gzroexplorer.com/api/getrawtransaction?txid=633b4be6d992dc222aadbf6604da8129a3a0e44869a0b2ed281848bbc7c6239c&decrypt=0
https://gzroexplorer.com/api/getrawtransaction?txid=633b4be6d992dc222aadbf6604da8129a3a0e44869a0b2ed281848bbc7c6239c&decrypt=1
Extended API
Return data from local indexes
- getmoneysupply
Returns current money supply
https://gzroexplorer.com/ext/getmoneysupply - getdistribution
Returns wealth distribution stats
https://gzroexplorer.com/ext/getdistribution - getaddress (/ext/getaddress/hash)
Returns information for given address
https://gzroexplorer.com/ext/getaddress/GUotDeCSir4Jh2wv7hS1BsPqmiMsj5CZ7s - getbalance (/ext/getbalance/hash)
Returns current balance of given address
https://gzroexplorer.com/ext/getbalance/GUotDeCSir4Jh2wv7hS1BsPqmiMsj5CZ7s - getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
https://gzroexplorer.com/ext/getlasttxs/10/100
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)
https://gzroexplorer.com/tx/633b4be6d992dc222aadbf6604da8129a3a0e44869a0b2ed281848bbc7c6239c - block (/block/hash)
https://gzroexplorer.com/block/00000dc3cbf908d191c17d219a941029889c5b0ea09ffe0c500e5b3f1d904ddb - address (/address/hash)
https://gzroexplorer.com/address/GUotDeCSir4Jh2wv7hS1BsPqmiMsj5CZ7s - qrcode (/qr/hash)
https://gzroexplorer.com/qr/GUotDeCSir4Jh2wv7hS1BsPqmiMsj5CZ7s