Memory Pool Memory Pool Refreshing

7,556 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,644 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (211,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
696,400 696,400 00000000000000000002b0d79b0185a35707c1276e99f6cc73b8cff058bdce39 1.62 MB 2,864 23
696,399 696,399 0000000000000000000c58f9bb6ee2f8a51abe0b69c15fa3d72df5635e79599e 1.45 MB 3,058 23
696,398 696,398 0000000000000000000289291301cc94f18fb01d7bf18c3d3a0de450507c616b 1.66 MB 2,722 48
696,397 696,397 00000000000000000005b1e443bc7acd947e226eae40e5865835e6880a773824 1.49 MB 4,053 5
696,396 696,396 0000000000000000000cbc33c956617a3de89509c7b7cc29f7edc73dfca119c2 1.59 MB 2,544 19
696,395 696,395 000000000000000000097c9e3c8eabed4397e1f400d551ab3c4ada0526d1a33e 1.51 MB 3,845 17
696,394 696,394 0000000000000000000aca0460feaf0661f173b75d4cc824b57233aa7c6b7bc3 1.42 MB 2,291 9
696,393 696,393 0000000000000000000c011c470203e0c48da416a1db6c490d887a161a037743 1.60 MB 2,635 40
696,392 696,392 000000000000000000050c0a6b60e8b66f4a6273987c8180a7aa6579d7c93250 1.55 MB 2,608 35
696,391 696,391 000000000000000000016d2814e42a666972f23b4f62f1a3c42c6a95ae1588d4 1.13 MB 1,379 3
696,390 696,390 00000000000000000011cfcdc65bf4042d1b2805b525f084a9c3e11b9dfd95ce 1.33 MB 2,789 4
696,389 696,389 00000000000000000001f16ab74e2977aaf486a67cab08f09f849b9ce990ab19 1.63 MB 2,828 32
696,388 696,388 0000000000000000000972556232e213bf2479b187e2d2fd6de004203bc41685 1.50 MB 2,902 19
696,387 696,387 00000000000000000009d7590d32ca52ad0b8a4cdfee43e28e6dfcd11cafeaac 1.47 MB 2,641 29
696,386 696,386 0000000000000000000eabe616cbc08cec236a43bb4b80cfc2ed31819edf0032 1.17 MB 1,138 5
696,385 696,385 00000000000000000011261a2de52cec00b2ae3d4c006c3680c1cc7e0a6bbd8c 1.31 MB 1,847 6
696,384 696,384 0000000000000000000d09c3582920de6aec6900f152f0911be01d5607da60e7 1.44 MB 2,289 29
696,383 696,383 0000000000000000000c3c70bb92d5b69cd1dc462cce3785fb41908226220b4d 1.49 MB 2,644 13
696,382 696,382 0000000000000000000db8a8dd11b39eca9be0d0ba4533a41a9b8e086f682a17 1.54 MB 2,440 9
696,381 696,381 00000000000000000001e8dd6d8799f10cf33af6cf6f98ab992b2900683ae884 1.17 MB 1,065 4
696,380 696,380 00000000000000000001e39cff9597f8322704391b487011a3082ee3d0f62e71 1.50 MB 1,993 9
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.