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