Memory Pool Memory Pool Refreshing

7,066 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,867 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (442,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,441 465,441 00000000000000000219268bfe55af84e7a89556b27dc7cf2b2a720a685ab2f4 1.00 MB 1,837 149
465,440 465,440 0000000000000000008f6c0ac169ec8f79ff977789d5b39d8784e2c73ca51459 1.00 MB 2,223 172
465,439 465,439 0000000000000000003a2b1b2acaf597302d7296b7e3e188a1264ef448aa84a0 1.00 MB 2,414 209
465,438 465,438 00000000000000000078b2012f5a099d63115eeb920b93edaa7900ca6fdc3eb5 1.00 MB 1,746 268
465,437 465,437 0000000000000000016d96edc7c6bed955723aba406f31f5961b90755abec42c 1.00 MB 1,168 96
465,436 465,436 0000000000000000000ea20063dfebf6d772a4950e4f64ee66e126332ba6c8e4 1.00 MB 1,493 132
465,435 465,435 000000000000000001ccbbcb078666a4b6a0c6731773d0f6f4f0b3411cc374cd 1.00 MB 531 69
465,434 465,434 000000000000000000f4f9b87f2f8ca99c75666700e544f79cba99acee0a51d1 1.00 MB 2,292 96
465,433 465,433 00000000000000000144f491619d0a824472ca24631a3b2eb532499c3a9e3ea8 1.00 MB 1,847 147
465,432 465,432 00000000000000000151f675c837bc637342aae809a47c4b391943eb8aff0fd0 1.00 MB 2,696 221
465,431 465,431 00000000000000000092b2aca9b2c1c454cacd87af368147183bb7a87ea46aef 1.00 MB 2,129 74
465,430 465,430 00000000000000000145ccce5135f4d0c184edf4cfe91581d90434e9b656dfee 1.00 MB 2,019 177
465,429 465,429 000000000000000001fbc4fa587d3ac7cf09c7ff179f9fc83a30b30681b40435 1.00 MB 372 63
465,428 465,428 0000000000000000014cc191e44a042d148073a65b519c7dd14286136c150a68 1.00 MB 1,962 109
465,427 465,427 0000000000000000001f4224779e1a9c5bb71e0b037043ba660aa01b6864dc2a 1.00 MB 2,500 229
465,426 465,426 000000000000000001663e8259c323b44efe7cc765884306d056126c30e43f83 1.00 MB 881 91
465,425 465,425 0000000000000000012fadf864c0c638ddb6f9b3f070cddf5f4bea946b31c54c 1.00 MB 838 81
465,424 465,424 0000000000000000008b696afa004a03f37f3ed17afbb4b63471b4d24ce120a7 1.00 MB 1,801 140
465,423 465,423 00000000000000000123dabba2794a53b9d4db76127fe5a4998d14be4cc14571 1.00 MB 1,660 110
465,422 465,422 000000000000000001497eaa8bc7a57979c9f06dcf65e4ae2b0f3c4e11a446e9 1.00 MB 2,494 191
465,421 465,421 000000000000000000524f946df7f5b26a85f92badb218b94cc9099049cf55d6 1.00 MB 1,697 160
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.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.