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