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