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