Memory Pool Memory Pool Refreshing

93,385 transactions
34.22 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,521 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,468 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,520 (677,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
168,340 168,340 000000000000094d9ff2c8bfad49aeb36f569f4f9e5f9750f27924323eec244b 0.00 MB 8 1,712
168,339 168,339 0000000000000b96a76bf7ac80c7b35ec91b2b1f69e8815d5b098461719d6f0e 0.01 MB 42 173
168,338 168,338 0000000000000a23c7f989cee040937b0fd98dbc5fd2c33d61299802ab22904d 0.00 MB 5 424
168,337 168,337 00000000000003f8bfad4f61e2d8052facf1441769751bdaa1e7e8beea3daa4b 0.00 MB 12 20
168,336 168,336 00000000000003363a2e879741c6111cb00a7c1c0cefe696e93caa8f293ea52e 0.03 MB 60 235
168,335 168,335 0000000000000a7c9a40539601dd382d3a7d13a08893d023cf28c2dfc49a5116 0.02 MB 59 76
168,334 168,334 00000000000006c66a6e90beb49134f2c9924a9863570e088f4228d934a4fd3c 0.02 MB 38 62
168,333 168,333 00000000000007e25c9b79a1db0035be3dde26be6d17014681c6ee2331a01e78 0.22 MB 50 58
168,332 168,332 000000000000094a4b9da765f9a0f8c8797317898e8fe7b24edb19f38c0f1487 0.05 MB 112 110
168,331 168,331 0000000000000be5ccab74bccd9af9417f9ea7080804d63e97b7aae86aa2d2af 0.01 MB 15 35
168,330 168,330 00000000000003ef2b0eb3f57fdbc3c1816fb7c73d0b919232e2f271318fda1d 0.04 MB 96 70
168,329 168,329 00000000000004a540d73ee7ded672d560a5536f41bb0364f3ad3c0bc45a8db9 0.00 MB 1 0
168,328 168,328 00000000000007a1c26774aa26259a29f419ee27c4649cf3c6a26146a8c49788 0.03 MB 101 190
168,327 168,327 00000000000001c8e5222726a2d9bef316be6c115962b2a8409f1c811eb155a2 0.00 MB 14 330
168,326 168,326 0000000000000449f30025fd3684daf39130d381b70023ee7057cc4c80021e84 0.03 MB 78 81
168,325 168,325 0000000000000357906a763e9cbc0391a788880e312e0b7eee38c3ce3821a7ee 0.03 MB 57 250
168,324 168,324 00000000000001c0df2af47a51bcfa6ef2a81aa87319237322887cd2d59c44ac 0.02 MB 81 6
168,323 168,323 00000000000001c51fc8dbcd7bd2805d5ae32d309cb63948f9b7793d758dbca0 0.02 MB 54 79
168,322 168,322 00000000000003e4b39d86a058ee480f9c371bb4043eafadb260757e98e3ec10 0.04 MB 121 95
168,321 168,321 00000000000001931720a1e01651541334411f872e7befd28db9b4f4bd705022 0.02 MB 35 111
168,320 168,320 0000000000000a5f2b3647a8d101bbb8982cfe8b6a12c651dd56ab2d14279d0c 0.00 MB 7 351
Previous 10 blocks ↓
Total Size: 653.37 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,311.37 GB sent, 81.18 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.