Memory Pool Memory Pool Refreshing

4,140 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,501 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (680,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,421 227,421 000000000000008172e46270ee30f93e2c8c540333e189739fdd4bb7c7caad9a 0.24 MB 529 179
227,420 227,420 00000000000001705d5b5230e325f3ba19569deecdf8fdec74719bb07473bf26 0.21 MB 496 191
227,419 227,419 00000000000001dd45972f4f9d711accdf92147041ebd7e37d0ccbaa2b925a4f 0.01 MB 40 298
227,418 227,418 000000000000023ecbeaf019895f01f089d139f051335e9a863d7dc6f7336bb9 0.15 MB 295 208
227,417 227,417 00000000000000839259a374b03d7584ae08c2f49fe1b747f2746eaba40ac679 0.18 MB 397 223
227,416 227,416 00000000000002504aed065dccdc01d72e0db141463a384491568c5a16cfba67 0.15 MB 234 133
227,415 227,415 000000000000010c85ed7e2396f975bd10f10925c42b0f32aedbc1e106fe43d1 0.15 MB 305 166
227,414 227,414 0000000000000170b7997c3e906a7f8682b724aa9b7683acfd1b9babca8ae64b 0.15 MB 305 185
227,413 227,413 00000000000001b986bd315e9c1d66dc74dd2a623f493abc4f55266f99495f6f 0.35 MB 595 152
227,412 227,412 000000000000007bf4038193e7a8ecff49259deafcfb4d92f6a101e76d28066f 0.13 MB 211 108
227,411 227,411 000000000000025f978216d33817f85da4c88edf83b2c5a7295c6887226fc442 0.25 MB 779 271
227,410 227,410 00000000000000d8c4297181327e365beab7c0c9301679977fe7cc0e050655fb 0.04 MB 92 90
227,409 227,409 00000000000000f107b3766f3080b26b2c173d735fbcada48f7fb5f9ddd29977 0.26 MB 653 207
227,408 227,408 0000000000000019a6bade7cbd718992cfc09b33893ca8605d201aae9e0ce15d 0.09 MB 203 167
227,407 227,407 0000000000000327844e78a2273a537941c222d19b7d6b173cb4ffda90e71f33 0.12 MB 320 207
227,406 227,406 00000000000000be80a6195f3cf44019a813679a7a77fdb36130f4564d6bcafa 0.11 MB 238 153
227,405 227,405 000000000000009f93661c562d96e0fc472ad25cfe4f4171a46e16f86aad3227 0.11 MB 291 196
227,404 227,404 0000000000000230ef30cf8d77aac67d271ffa7f1f6bd91d9657ebd4ca55ac55 0.10 MB 122 88
227,403 227,403 00000000000000277e2d67e74ed3912a2837feec59af2b0a935f493b902a946d 0.21 MB 543 207
227,402 227,402 000000000000009498243172b97be272b67881c720f8761414fa0fc526a81b5f 0.15 MB 185 120
227,401 227,401 00000000000000b7ba51dc00e34ae0e5c583943754d600b63c9fcd873614c64c 0.20 MB 457 173
Previous 10 blocks ↓
Total Size: 769.21 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.31 GB sent, 93.98 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.