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