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