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