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