Memory Pool Memory Pool Refreshing

12,315 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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
908,577 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,589 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,576 (817,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,799 90,799 00000000000040abc3b5a311590430ae4ba510311a6f4805251c46e7781e4350 0.00 MB 2 0
90,798 90,798 00000000000c105c22ab4de29db38ad518bbfceecb7c6944590dcbda0f36ef9e 0.00 MB 1 0
90,797 90,797 00000000000c801d482bf6c83d7a353a7f96339f451e869e8ca6f13c22395c21 0.00 MB 3 0
90,796 90,796 0000000000052dea0cfaac02384ec65129f84f6aad37f47dbb65f7ef9e50bf60 0.00 MB 3 0
90,795 90,795 000000000000d66fb376796729eae57a0fd2c023b38cfa39f0768da554d1bbbe 0.00 MB 2 0
90,794 90,794 00000000000a9feb437be53c13d4366d74c93322d187e9ce2787484f6d1f5ec3 0.00 MB 1 0
90,793 90,793 0000000000027b1d41170922740f06af44e1d681fd2ab2306be2c7b44b19f146 0.00 MB 3 0
90,792 90,792 000000000005b3b4e74cf76603c67bd516e464d719f455d4fc1db06bd247c112 0.00 MB 7 0
90,791 90,791 00000000000ace9c85d07b9160deb102ea372acbd7c3aedc5a7e91d676a96ea5 0.00 MB 2 0
90,790 90,790 00000000000ba0ee4b5f51cc0d6e38fe1829a15e6e892d66973f4cf3aec56a80 0.00 MB 1 0
90,789 90,789 00000000000e227a5d8e7b45ba419b61fa4a2164f243df8f0642de7d18bf3237 0.00 MB 1 0
90,788 90,788 0000000000028b955ed90e037d82f0d7b4f21b1f9c16440ebc2903469c20bbe2 0.00 MB 4 0
90,787 90,787 00000000000a4f5e12139649d2c4efb17d40bd852244438f3e255e223c97c310 0.00 MB 1 0
90,786 90,786 00000000000724da4bd54ee4a35522a8933969e3a37129e6551f128f2df4f6e5 0.00 MB 2 0
90,785 90,785 0000000000080c99a783f0c355a8caaab8f50cd72f98f18160986ff849bb8eb6 0.00 MB 4 0
90,784 90,784 00000000000a76af25dcd37acfe322781af564b55ecb0c50b6a8999f9b3e58fa 0.00 MB 5 0
90,783 90,783 0000000000083e2a35d65dccfaa7f29ffb2be8d19e064ba2b1ca26531e2c7128 0.00 MB 3 0
90,782 90,782 000000000008dd160880f639833a2fdb262d4d0ec1ae2d3a838f7aed43d70f3b 0.00 MB 4 0
90,781 90,781 000000000008171fc22d1ea06823eab4d913444e245b61d0243722ac48b27723 0.00 MB 1 0
90,780 90,780 000000000001a07f6526ad6bbe6a3d970bd1ba8f2057bd7aac74458cd03114e1 0.00 MB 1 0
90,779 90,779 0000000000071a67acbac3db22f3d32555ac5e8794bbeb259629f8f5e65ac653 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.45 GB sent, 100.85 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.