0.00034877 BTC/Hcash
LAst Block
2049791
Hcash Rate
0.0055 GH/s
Transactions
4266115
Network Difficulty
0.06778218
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
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
getblock [hash]
Returns information about the block with the given hash.
/api/getblock/279232736939d74b1c7a2d2d1d7f5b74f4d3559e39b80ff1c1723174702d0d0a
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
/api/getrawtransaction/dba18fbded257bdc396125df102637d434e19332d33ff03543cf945be6802781/1
Return data from local indexes
getaddress [HSR address]
Returns information for given address .
getbalance [HSR address]
Returns current balance of given address .