Memory Pool Memory Pool Refreshing

10,228 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (605,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,802 301,802 00000000000000006ba9812e5b6f0b7a3eddbfbedf37c24ad3b97b7c75fc52d7 0.20 MB 288 22
301,801 301,801 0000000000000000199cf338784f2be7414da39805b691f3fea8167ea6bd1ee7 0.24 MB 386 30
301,800 301,800 000000000000000074e985a44c4812af3a02312c1b04d03b2524a328dbc78ed0 0.27 MB 423 50
301,799 301,799 000000000000000077867206acf6ec8290bee57961c5c5a573e002e86ff8bae2 0.34 MB 646 30
301,798 301,798 00000000000000002e82b50ff01bb841174b44f93096d247ce69124958ee82b4 0.07 MB 32 5
301,797 301,797 00000000000000005128ae57d6db70ba885829f9cc6365470028b020ba2b3fd3 0.39 MB 652 26
301,796 301,796 000000000000000040174f87997ce99779a9629d8c8d908113f4645eb0799f74 0.00 MB 1 0
301,795 301,795 00000000000000007614d9eb38346472f36f7c2d705d156997ac16a9ef953f45 0.78 MB 1,240 28
301,794 301,794 000000000000000001729693bafd0d6de5812671460b57d595dc640ab2f3a764 0.51 MB 861 27
301,793 301,793 0000000000000000370806bad730ca4f7a4c03e2a5bf5d8c3a25c85f60571092 0.03 MB 64 62
301,792 301,792 00000000000000006a90aea7d3ed81efbe7e32d39b6a811daf925f1b12210f7a 0.10 MB 148 14
301,791 301,791 000000000000000007601f252d6c1655991e960a039cb961767701e5d45d8ba8 0.59 MB 943 29
301,790 301,790 00000000000000004148462c831debee672ce956cc3df3612c821d210838a165 0.10 MB 181 31
301,789 301,789 000000000000000021a8a1cd6086e5e5b524f548ecbe641b58894aaba53d0da1 0.38 MB 357 22
301,788 301,788 00000000000000006f5717bd8a5fec969e7552530c1cb2698563c7cf4bac7479 0.12 MB 215 32
301,787 301,787 00000000000000001a1026b66710d9c6e986a6b0d3996416253713c06c2644d5 0.24 MB 175 13
301,786 301,786 0000000000000000409547ee123eb7378a7ac501e52ed6340c39befb6cdf62da 0.35 MB 496 33
301,785 301,785 00000000000000003cdcd147a121d113505ca4c486ba8ffd4134aa443055449e 0.75 MB 1,415 33
301,784 301,784 00000000000000000d441660c437d948d603fc34a329e8c17a32167b187cd578 0.54 MB 978 31
301,783 301,783 00000000000000002fdec6fe2e4e48f16d8d3bcdaf4943b719bb8be408ada4b2 0.00 MB 1 0
301,782 301,782 00000000000000004a116c2417dfc9c69deb4da58a5fe25c82dfeb571aca4b89 0.22 MB 113 8
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.72 GB sent, 93.04 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.