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