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.
207.180.216.126:3006/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
207.180.216.126:3006/api/getconnectioncount
getblockcount
Returns the current block index.
207.180.216.126:3006/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
207.180.216.126:3006/api/getblockhash?index=634980
getblock [hash]
Returns information about the block with the given hash.
207.180.216.126:3006/api/getblock?hash=63bf39e30a6691ef9327a79ccfdc80fff58af855fb08a5e74847a157b0685c92
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
207.180.216.126:3006/api/getrawtransaction?txid=01a14d2f29cb36cbd3f2e1a3676f56929cc2b8c96fe1d922ac93041eec81653d&decrypt=0
207.180.216.126:3006/api/getrawtransaction?txid=01a14d2f29cb36cbd3f2e1a3676f56929cc2b8c96fe1d922ac93041eec81653d&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
207.180.216.126:3006/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
207.180.216.126:3006/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
207.180.216.126:3006/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
207.180.216.126:3006/ext/getaddress/4core8WbxA2NqmViu8JtyU4dRuUunzMKtu
gettx (/ext/gettx/hash)
Returns information for given tx hash
207.180.216.126:3006/ext/gettx/01a14d2f29cb36cbd3f2e1a3676f56929cc2b8c96fe1d922ac93041eec81653d
getbalance (/ext/getbalance/hash)
Returns current balance of given address
207.180.216.126:3006/ext/getbalance/4core8WbxA2NqmViu8JtyU4dRuUunzMKtu
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
207.180.216.126:3006/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
207.180.216.126:3006/tx/01a14d2f29cb36cbd3f2e1a3676f56929cc2b8c96fe1d922ac93041eec81653d
block (/block/hash)
207.180.216.126:3006/block/63bf39e30a6691ef9327a79ccfdc80fff58af855fb08a5e74847a157b0685c92
address (/address/hash)
207.180.216.126:3006/address/4core8WbxA2NqmViu8JtyU4dRuUunzMKtu
qrcode (/qr/hash)
207.180.216.126:3006/qr/4core8WbxA2NqmViu8JtyU4dRuUunzMKtu