Memory Pool Memory Pool Refreshing

8,067 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,666 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (49,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,481 858,481 00000000000000000000e36704c13eeae084ee3aeb5930a1080937b6001f92d9 1.70 MB 3,042 3
858,480 858,480 00000000000000000002e551c28474365926764f38e925245410741bf14461a1 1.61 MB 3,533 6
858,479 858,479 00000000000000000000423d63a3e2e967a30cf1a0ac411bcb9380a61030d5d4 1.65 MB 7,389 2
858,478 858,478 000000000000000000001d71be3374ac3083cfff86b12e1fa837fc4855090861 1.59 MB 5,508 3
858,477 858,477 00000000000000000001ab7b18ee1876242a2c0369f0f1bc91b9d2d14d34a59f 1.62 MB 4,616 4
858,476 858,476 00000000000000000002d0fb04ff4faaf46f53766b789a124b9c33476f125428 1.65 MB 2,937 5
858,475 858,475 00000000000000000000a74d4b3ba67e270842eed030f2813c26dd5050fd06fc 1.65 MB 7,566 3
858,474 858,474 00000000000000000002429e413ccf99be975523a5d870b243b6251c08733e3f 1.67 MB 3,774 5
858,473 858,473 00000000000000000001d0069e65872a43e8642cb31b115cece3048c7e88e0d7 1.67 MB 6,017 3
858,472 858,472 0000000000000000000103fd7a1f0b729f9041c4d6e8e0b7a3fe811dabedd785 1.58 MB 3,324 3
858,471 858,471 000000000000000000012e05766967ed2ff0680a5a51ba17647a4288f1f2b9ed 1.64 MB 3,184 6
858,470 858,470 00000000000000000001859d1328f9787b8903106e8a96a080c88df2adc9b712 1.47 MB 2,321 12
858,469 858,469 000000000000000000017b781ed13ea66ddc8ea45e28696e246734117240ca32 1.80 MB 4,728 3
858,468 858,468 000000000000000000011a6b1c3325e5a2959530581efdfdd354493817c925fd 1.82 MB 3,837 3
858,467 858,467 000000000000000000026f27c2ed0ab43bf7bc38ce09b42f8af45e472f3b61bb 1.67 MB 7,132 2
858,466 858,466 00000000000000000000fe495321760ccf67e5260e3d12d1dd61d4ad8c953e77 1.62 MB 6,163 3
858,465 858,465 00000000000000000002f2cc5d0d784e792185574b856b926afb3a4edfd5b53d 1.70 MB 5,477 3
858,464 858,464 0000000000000000000095d3144d9633d4bb76771a3e155e50cb63451d2b8a37 1.65 MB 7,589 3
858,463 858,463 00000000000000000002cfb98e90328264be7f22c5dfc61e5b24b3b904b77d33 1.63 MB 6,753 3
858,462 858,462 0000000000000000000336674256fc30849c1321beb4a6ff2c5f6f565b8885b8 1.70 MB 4,977 4
858,461 858,461 000000000000000000023ce1f77ff015b082c9c52a62d8c06ce3261a97cd8983 1.65 MB 7,885 2
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.14 GB sent, 93.02 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.