Memory Pool Memory Pool Refreshing

6,408 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,685 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,549 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,684 (470,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
436,907 436,907 00000000000000000126a0828fd9c091123476ccaa7633cdf0cb19910a8394ed 1.00 MB 1,272 62
436,906 436,906 000000000000000003f776c1f6fc3caf67905daa3695560bc7b3d4dc0ddab3ba 1.00 MB 626 52
436,905 436,905 000000000000000001921e8850933d3441a2afa53efe1c74d6b498d0f8446d6e 1.00 MB 1,280 72
436,904 436,904 000000000000000001c9bb0840fb18c042949034c99c46287ed42bb0f6c9bed6 1.00 MB 2,389 74
436,903 436,903 0000000000000000023f9d95e762f92b13b6ab395741d6d7af831fbca4e657a4 1.00 MB 2,408 80
436,902 436,902 0000000000000000012f7cfa526aeb759a68d1dffc0749c0293f4f263ede0c04 0.53 MB 459 33
436,901 436,901 0000000000000000011f46641c41ae312c2428a2174b911e519a02810cffc49d 1.00 MB 2,579 73
436,900 436,900 0000000000000000044bdd53f3abd6eaf6fccccf041790245232f32315c37751 0.35 MB 360 31
436,899 436,899 000000000000000002af5e758d1603541c89566e151cf589ec8aa51028e223fc 0.49 MB 546 31
436,898 436,898 000000000000000000ffcbfee92602fbc7986bf07e8046e6820ed2fcffa215c8 1.00 MB 1,854 51
436,897 436,897 0000000000000000035d737ba5347c9e16434b9d3c5967392d35ab73a5bd0cf7 1.00 MB 1,904 66
436,896 436,896 00000000000000000100d654d8e9b8d01239e43adc21d99af8c5fd939207e420 1.00 MB 2,661 77
436,895 436,895 000000000000000002353f891ca391de002bbaf119dc43f9c16f55a72e12679d 1.00 MB 385 52
436,894 436,894 000000000000000000cb7bec03895f6bac202d5a10d27c0eae4ef1d451d8cec4 1.00 MB 943 59
436,893 436,893 0000000000000000011d22bf205d23a158a8d741cce8fb021165b46b33ce9bc4 1.00 MB 1,332 64
436,892 436,892 000000000000000000b925369a98f28a0a013d1ce7b153dc715a82d1963356ec 1.00 MB 824 61
436,891 436,891 000000000000000000121f625bba02472fa8cbcb70755567602278e6d5f11a33 0.98 MB 1,821 53
436,890 436,890 000000000000000000bc449e64ef8ff04d79a939b574f93bef4cd5c3a0c49680 0.50 MB 1,082 68
436,889 436,889 00000000000000000022f6f6abe74abf8a13ba52efb1c9b0df257b6776011c7e 0.41 MB 976 60
436,888 436,888 000000000000000000865b7038dd65c4cec8db1883b9575798eb0b18963b17d2 0.74 MB 1,558 62
436,887 436,887 0000000000000000026e940e36ac7b33602be2ae3cfe56453a88f98810de8301 0.27 MB 452 63
Previous 10 blocks ↓
Total Size: 768.95 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,614.73 GB sent, 92.59 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.