Memory Pool Memory Pool Refreshing

33,369 transactions
45.23 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,935 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,024 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,934 (599,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,576 242,576 000000000000007de17971567e158c45aab79b70e7bb2c0916d41e8066cbc52e 0.14 MB 113 58
242,575 242,575 0000000000000033a02933a353de56cffc45e702c3a1240d2baa0ef32bca9a5f 0.21 MB 431 134
242,574 242,574 0000000000000038f080331e841fc95015bb9330d1bcadc628ff75e90caeda83 0.25 MB 384 117
242,573 242,573 0000000000000096994773bc2c2951d45a5e1aa5b08bc3c60fe98c0e368a0931 0.25 MB 745 275
242,572 242,572 000000000000003a2f398449d2b5478e926ff809e09351124a9b4728724d6461 0.03 MB 44 134
242,571 242,571 0000000000000049d95f706a761044364388ec26051f69136cb3016c77543006 0.16 MB 334 148
242,570 242,570 00000000000000db2d57d87aaff93c57e2f3de78e9bfae5c1d0c41a920a7461f 0.19 MB 291 103
242,569 242,569 000000000000005ce059a6422113e2beac1a5c65af970f679843b64a1c95c888 0.25 MB 661 196
242,568 242,568 00000000000000332ac33468fd9a4da02bd15a4a97fb2fc3ef52146696407339 0.21 MB 323 110
242,567 242,567 0000000000000048994f5cbe688a732ca93a97d0d9ad68e36004dee081b4744c 0.25 MB 349 111
242,566 242,566 00000000000000642f0ef685b8a0276f5c9e4e5fc22c11b97aff89b5d39c523f 0.25 MB 560 193
242,565 242,565 0000000000000075b7f6baa66d295acd48703467c8cc2d75265659912ab21086 0.25 MB 614 199
242,564 242,564 0000000000000061eba1ee0ff2683b5d105d0d3ad4d8fa7a72485324e0776362 0.15 MB 316 165
242,563 242,563 000000000000002a01ed11da3392b21bac6c651f640fb0cc08a11bd20816d8ca 0.18 MB 311 148
242,562 242,562 00000000000000097f9f91ea86b6b5552ca8b3f04cb8c75e0de912ff65934288 0.28 MB 512 31
242,561 242,561 0000000000000056df5c938d5cd4ca8c80432bf6b37959c4b9d440af8e56cc69 0.25 MB 450 147
242,560 242,560 0000000000000022caf89d27ad9367f503f3b491099598033a3f159d829a62db 0.25 MB 628 196
242,559 242,559 000000000000002cc35a5ee3ffba6ddf5f94ee44ee424f92a4589411681ab94e 0.03 MB 36 19
242,558 242,558 0000000000000045eb8ea2499364981ba362a5e3ad290d8e108014482b2f9ce3 0.25 MB 562 158
242,557 242,557 00000000000000573701ee9651959bb29e5ce1a398d565c419633d351fc43ed7 0.08 MB 158 155
242,556 242,556 00000000000000b7f8a5138b52fda2cb50d6a9cf0402e15cdb393e05f9bc0184 0.15 MB 266 127
Previous 10 blocks ↓
Total Size: 646.64 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,379.58 GB sent, 39.04 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.