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