Loading Tool

Explorer IconExplorer

Memory Pool

51,763 transactions
31.06 vMB
0.16608590 BTC
Random Selection Loading Transactions
Max Size: 166.52/200 MB

Candidate Block

Mining Attempt 42fa516c859a2c2a5978bb951ab61d806c261a07b36182f07858e050acd8a881
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 5cd27135a831c7e6ee66f02099487ec1176eec836d0ff6772d9c2da68ac52e21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.08805749 BTC
Feerates: 477.45 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (336,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,912 577,912 000000000000000000065f1796089cf447d77a971f5d6ba2455e4dd86f61c98d 2,859 1.00/1.00 vMB 84
577,911 577,911 00000000000000000012f23a62970e4040f2209a1f0a946e1ef8c1ae3793ccb5 1,921 1.00/1.00 vMB 35
577,910 577,910 00000000000000000012c6588ea0b8ab4851a8e72e7ed106c17d0555ca89686f 2,583 1.00/1.00 vMB 68
577,909 577,909 00000000000000000014fb6047ef59286db469b06ada549387ca7c134e3cbc40 2,582 1.00/1.00 vMB 26
577,908 577,908 00000000000000000005bef25ebcd88e3d58ae13ba496f72dfc424fba8bf1387 2,040 1.00/1.00 vMB 99
577,907 577,907 000000000000000000102c6ece12bcfc1f769ec75b6cc381c30df60d50df0f50 3,043 1.00/1.00 vMB 66
577,906 577,906 00000000000000000001e43fcc230f76472ce30953ef1ee8a9046eb403cad8bf 2,513 1.00/1.00 vMB 45
577,905 577,905 0000000000000000001512687d75091a27f2ed52e1ddd3476dc3adf8c0326009 2,405 1.00/1.00 vMB 50
577,904 577,904 00000000000000000002ce759751665d319c3e80e0fe14b31f912755deca496c 471 1.00/1.00 vMB 7
577,903 577,903 0000000000000000001933b2990a4fbe9dae516ce77e53828501acbba1dc72f9 2,359 1.00/1.00 vMB 21
577,902 577,902 00000000000000000012b1a4552c27a2430c7536266b70207d80d3a802bcb14e 2,961 1.00/1.00 vMB 35
577,901 577,901 0000000000000000000e2e2d2e4c97fb0f8871b90193c64548620fc41b1da3e7 2,707 1.00/1.00 vMB 132
577,900 577,900 0000000000000000001da87533db854fff0c80c80d16d4bfe09e90e2a878b22b 2,929 1.00/1.00 vMB 69
577,899 577,899 000000000000000000274d5e7e46f03afe70d36fd20544441015ea57e510f572 3,114 1.00/1.00 vMB 109
577,898 577,898 00000000000000000003e018bf4cae4ec444934abac5a02db127b38ca5c17039 3,072 1.00/1.00 vMB 49
577,897 577,897 0000000000000000000d3c3862458f0cffe4bc3f3ab4be02f47a28acde3866f2 2,864 1.00/1.00 vMB 110
577,896 577,896 0000000000000000000267fdf54d391d7e63d24c92f9437f94897fbc0c63c1e1 3,107 1.00/1.00 vMB 92
577,895 577,895 00000000000000000026af2846662aec5e69e90c9a67523489dcc6e4ea6c692b 3,080 1.00/1.00 vMB 132
577,894 577,894 0000000000000000001689db77fc524b8e69987b0bdb30ee2b333e5b625d511a 1,695 1.00/1.00 vMB 22
577,893 577,893 0000000000000000001c76138f4bfd8b6208f9e6aa7b6fb4e83ec1a45ed23699 2,992 1.00/1.00 vMB 116
577,892 577,892 00000000000000000015a60e23dea9708cf4b59a3a6938c41d3693978c37a657 1,891 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.31 GB
    • Received: 13.54 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.