Cryptocurrency Wallets downloaded within the last 24 hours internationally can be viewed by clicking the coins image below where you will be able to see the IP address of each wallet.
Cryptocurrency Wallets are visible to everyone. The Tax Department of every government has viewable access to all wallets downloaded by anyone anywhere in the world.
Wallets are not invisible and cryptocurrencies are taxable. Check with your tax office, your tax preparer, your lawyer or your licensed Financial Consultant to confirm the amount of tax your country of residence (where you pay taxes) will be charging you for your cryptocurrency.
API Calls
Return data from coind
- getdifficulty
Returns the current difficulty.
https://www.explorer.bankcoinreserve.io/api/getdifficulty - getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://www.explorer.bankcoinreserve.io/api/getconnectioncount - getblockcount
Returns the current block index.
https://www.explorer.bankcoinreserve.io/api/getblockcount - getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://www.explorer.bankcoinreserve.io/api/getblockhash?index=2627967 - getblock [hash]
Returns information about the block with the given hash.
https://www.explorer.bankcoinreserve.io/api/getblock?hash=7b5c49d0749e7fe55003887b7642b74d2ef7c91210e2ed0657bb85441a72782f - getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
https://www.explorer.bankcoinreserve.io/api/getrawtransaction?txid=389b0c6ce7f4794021fcaf268bed11599fbadd6a373cd8aea6506629c438e5a3&decrypt=0
https://www.explorer.bankcoinreserve.io/api/getrawtransaction?txid=389b0c6ce7f4794021fcaf268bed11599fbadd6a373cd8aea6506629c438e5a3&decrypt=1 - getnetworkhashps
Returns the current network hashrate. (hash/s)
https://www.explorer.bankcoinreserve.io/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupply
Returns current money supply
https://www.explorer.bankcoinreserve.io/ext/getmoneysupply - getdistribution
Returns wealth distribution stats
https://www.explorer.bankcoinreserve.io/ext/getdistribution - getaddress (/ext/getaddress/hash)
Returns information for given address
https://www.explorer.bankcoinreserve.io/ext/getaddress/BCM7jP3UQNzHU4K9jYAhQi1EpBemsBW2hW - getbalance (/ext/getbalance/hash)
Returns current balance of given address
https://www.explorer.bankcoinreserve.io/ext/getbalance/BCM7jP3UQNzHU4K9jYAhQi1EpBemsBW2hW - getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
https://www.explorer.bankcoinreserve.io/ext/getlasttxs/10/100
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)
https://www.explorer.bankcoinreserve.io/tx/389b0c6ce7f4794021fcaf268bed11599fbadd6a373cd8aea6506629c438e5a3 - block (/block/hash)
https://www.explorer.bankcoinreserve.io/block/7b5c49d0749e7fe55003887b7642b74d2ef7c91210e2ed0657bb85441a72782f - address (/address/hash)
https://www.explorer.bankcoinreserve.io/address/BCM7jP3UQNzHU4K9jYAhQi1EpBemsBW2hW - qrcode (/qr/hash)
https://www.explorer.bankcoinreserve.io/qr/BCM7jP3UQNzHU4K9jYAhQi1EpBemsBW2hW