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