Memory Pool Memory Pool Refreshing

48,155 transactions
43.88 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,054 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,416 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,053 (585,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,396 256,396 00000000000000279496809746f3e933736082e57c2df87594425bd5caa38a17 0.00 MB 12 117
256,395 256,395 000000000000000ec7be1dbb919d05ae9ab3a23cab8c75d7a0c666e433afa0cf 0.08 MB 89 96
256,394 256,394 000000000000000037ba9368669778a6760a1f28e88ce5b8fad8f474db45b7cf 0.20 MB 240 135
256,393 256,393 000000000000001c08060db7b0a93e6c125802497b6c770d2772d97cdf3121d2 0.02 MB 36 57
256,392 256,392 000000000000000ace638e346adf3e6f4516d18410baaa329333d7af9b9d30c9 0.08 MB 121 104
256,391 256,391 00000000000000277ce76fa1caa1d42528d49dc2915f9f9ba529962ee7d6202c 0.19 MB 410 122
256,390 256,390 00000000000000057d1b8aff419a6b4abbddb46a2f8496321bd3482ebb5f66b6 0.10 MB 224 110
256,389 256,389 000000000000000d35fe3d1f6a31d857dba87709313e123577911d25d75b56a1 0.09 MB 227 87
256,388 256,388 0000000000000000c8c227eb0777ff3ed196c1b8aa00475b7d4e60ad0e9bfe4a 0.23 MB 265 55
256,387 256,387 00000000000000262c60e89a1876310afb1ed18549a1f206e04f04d90e53afe4 0.45 MB 1,054 148
256,386 256,386 000000000000002482b582325d09a27557efd354bfb859ac09f460700ebcd4a9 0.25 MB 618 174
256,385 256,385 000000000000002d37ef4242be43c7839d60b042b0dfca06cc792634e6bc3242 0.16 MB 285 105
256,384 256,384 0000000000000020922eb16654830af3779487bb2080bdd515ffdcbee205f8b4 0.25 MB 673 189
256,383 256,383 000000000000002f16d91182c43192adeb82142837278d6151cd918693315510 0.09 MB 222 128
256,382 256,382 0000000000000023b4bfa3b48852ed42dd5a7a5073e512ac1800c144b74f4716 0.00 MB 6 60
256,381 256,381 000000000000001c585dee658d44a98a35c53b726eebd4e04533051e3a06c2a2 0.01 MB 24 106
256,380 256,380 000000000000001b1bd29d299106d041ca0d6cde4e7bf732a70d55cdf8ead085 0.15 MB 375 121
256,379 256,379 000000000000001262dbcbba4a43111d7d9e4f7e7022c2e67311274b437d561c 0.19 MB 404 103
256,378 256,378 0000000000000001278ee8b6c29da75cc6b7046b4d1ee47567204ff998c49e5e 0.01 MB 21 1,164
256,377 256,377 0000000000000017f2b6bff698867057ac815923770374084edad98d544b1600 0.15 MB 315 110
256,376 256,376 000000000000001bb8898cbb90d0c5d5a481962c7629e7865e9323ebabdc11a9 0.19 MB 225 95
Previous 10 blocks ↓
Total Size: 646.85 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: 8,427.21 GB sent, 40.75 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.