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