Memory Pool Memory Pool Refreshing

1,457 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,456 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (618,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,278 289,278 0000000000000000b7ed3ad291e028cc609798c95e326461d1fd553216117dc5 0.10 MB 177 31
289,277 289,277 0000000000000000d0cc8a27284c89a7c6fc03dbea6a2059ea1004fab7b4b4c6 0.26 MB 471 32
289,276 289,276 00000000000000000325040085606bce97d619f5faf2566e067d79cebe748dc8 0.24 MB 538 33
289,275 289,275 00000000000000005e677dddb8528faa303c7dbf743d69509f793bcb617647a6 0.04 MB 64 37
289,274 289,274 0000000000000000f622bea48e59fc0f1b515161edad3088a181bd3f476c3d5e 0.03 MB 64 80
289,273 289,273 00000000000000005e19c25cf0d0aafdfa72d2f14eab7de7daa71cac46491a4e 0.24 MB 588 41
289,272 289,272 0000000000000000f2d007f72307a7bd3ce528db5c176baf68380adc65ba0c0b 0.10 MB 215 37
289,271 289,271 00000000000000006a82f6f4286058eeadb6ccef0f09c0da1c7b92dbdf578318 0.08 MB 204 37
289,270 289,270 0000000000000000eaac0ae4174369d1183fc2be17487ae81504ffd9f54a1d1c 0.11 MB 117 18
289,269 289,269 00000000000000008375ccb18e87b1e39eaf82703ae15463f536b438044f7f60 0.01 MB 23 34
289,268 289,268 0000000000000000da134f0a1df49a41312f1a5cecb515939ab98c659487da0d 0.13 MB 252 34
289,267 289,267 000000000000000029effcdfe7bb8efd080cf0da20dff75243066247e8b90a62 0.10 MB 152 22
289,266 289,266 00000000000000010b7bd27422639ea7cdbf1219af694554cf23a9c339c2a802 0.05 MB 128 47
289,265 289,265 00000000000000001a792814631e53d49c5751a1d0b4a87727d6f5097bba3382 0.35 MB 841 50
289,264 289,264 0000000000000000520ae4e6da71b24ddf87b3fa0592463761f4020e4262a43a 0.35 MB 237 7
289,263 289,263 000000000000000053eb269f41b79229c0ca5d5d71b99cbf81a4c9af9ca26283 0.43 MB 785 39
289,262 289,262 00000000000000001330b0127108a94c236c6a0560c5023e9fb8ce11bc4dce01 0.16 MB 235 26
289,261 289,261 000000000000000112cdacfa063e4a2b1ac799c2f4e344abacfb23fc5f726dd2 0.25 MB 704 43
289,260 289,260 0000000000000000cdd10fa5095dc19382c6e7fe05ae046b8b2b2e8166d6b1cc 0.15 MB 270 29
289,259 289,259 000000000000000000c9079b54b7b4c98e2a06d6fcd799ceb6fc2e17906992a6 0.10 MB 164 43
289,258 289,258 0000000000000000f7d3d4037813fefd96408252c48414e4b4c00cd712ff3da7 0.13 MB 231 28
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.18 GB sent, 93.27 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.