The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Returns data from BLV
getdifficulty
Returns the current difficulty.
explorer.bitcoinlove.co/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.bitcoinlove.co/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
explorer.bitcoinlove.co/api/getmasternodecount
getblockcount
Returns the current block index.
explorer.bitcoinlove.co/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
explorer.bitcoinlove.co/api/getblockhash?index=19
getblock [hash]
Returns information about the block with the given hash.
explorer.bitcoinlove.co/api/getblock?hash=62afb65b50702a7ebff92b4fe1e0952bacd5fd774d8128259d64508900aa54ca
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
explorer.bitcoinlove.co/api/getrawtransaction?txid=d8f9be636dbfc501e55eed90f6d78f9a450cce38095ba6772f1b6ddc63f24b96&decrypt=0
explorer.bitcoinlove.co/api/getrawtransaction?txid=d8f9be636dbfc501e55eed90f6d78f9a450cce38095ba6772f1b6ddc63f24b96&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.bitcoinlove.co/api/getnetworkhashps
Return data from local indexes.
getmoneysupply
Returns current money supply.
explorer.bitcoinlove.co/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
explorer.bitcoinlove.co/ext/getdistribution
getaddress
Returns information for given address.
explorer.bitcoinlove.co/ext/getaddress/RjJWkJpB8jk1NZP9DvdTy5Yu835vSSkLRU
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
explorer.bitcoinlove.co/ext/getbalance/RjJWkJpB8jk1NZP9DvdTy5Yu835vSSkLRU
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
explorer.bitcoinlove.co/ext/getlasttxs/10/100
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
explorer.bitcoinlove.co/tx/d8f9be636dbfc501e55eed90f6d78f9a450cce38095ba6772f1b6ddc63f24b96
Block (/block/hash)
Direct link to the Block Page.
explorer.bitcoinlove.co/block/62afb65b50702a7ebff92b4fe1e0952bacd5fd774d8128259d64508900aa54ca
Address (/address/hash)
Direct link to the Address Page.
explorer.bitcoinlove.co/address/RjJWkJpB8jk1NZP9DvdTy5Yu835vSSkLRU
Qrcode (/qr/hash)
Direct link to the QR Code.
explorer.bitcoinlove.co/qr/RjJWkJpB8jk1NZP9DvdTy5Yu835vSSkLRU