Memory Pool Memory Pool Refreshing

49,847 transactions
47.08 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,949 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,501 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,948 (599,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,676 242,676 00000000000000539fd9a9d1f92623eeb964e0b5bdf34f845fe8c9f87b56f067 0.14 MB 291 166
242,675 242,675 0000000000000073a4b97f2eb6a2f3a46a08cd392727fc5e20d50ad679acddf7 0.23 MB 547 155
242,674 242,674 00000000000000c115bd2ba50c922478f2a3c09f814b0e3c49f70a050630c362 0.01 MB 40 77
242,673 242,673 00000000000000a263fbcf652bbc41c142750a3601e33b564978f201eef082d2 0.16 MB 235 77
242,672 242,672 000000000000008963987e64008f1d5bc1e0535a9c1407cbabd25ec009efe86d 0.25 MB 650 192
242,671 242,671 000000000000001d3b8c4984d6e1f3ee1e54d8d6d1b68244101d6a3f42eba376 0.03 MB 69 176
242,670 242,670 00000000000000cfca50786c5bc466ed6d5c2fabd2d3fafd4c0053cd0e69d54c 0.03 MB 24 91
242,669 242,669 000000000000004fc6764989f6d09e9476015bdac13552f1994f72175dccb796 0.02 MB 35 40
242,668 242,668 00000000000000164f18fecdd1283e2e219d3732a664b87686e004185f436971 0.19 MB 516 185
242,667 242,667 000000000000005ee876a7849593747bc8902d8189418249d16a3fba1875a763 0.02 MB 42 106
242,666 242,666 00000000000000b657a5158a8a2499dc200c1a8a27058a5129bac7ae46742893 0.02 MB 45 126
242,665 242,665 00000000000000a6c89e707e43067bb38af98ce59855220a0a31dbfe995ae3ae 0.06 MB 109 85
242,664 242,664 00000000000000702808f5f9663f30e423eb6fcf04bd9524752997acecaaed27 0.14 MB 274 124
242,663 242,663 0000000000000087276dcc4341521c88c1c2a235208c7e9bab1f8c30ea74d567 0.24 MB 259 61
242,662 242,662 00000000000000bed738a0474403fe885fcccf6fe44daf41d4aab7bb2049c8f4 0.25 MB 455 127
242,661 242,661 000000000000003892a3f97137e3a2b6a28a87222639443831c6cb707b50208f 0.25 MB 669 281
242,660 242,660 00000000000000350d3bfbfa4167f95eb058756c6682be44f0f3f9459d84d8d5 0.00 MB 11 24
242,659 242,659 00000000000000142ffb0e8b1b37b9d98a38f580c9d663159665be329a4e3e21 0.08 MB 209 105
242,658 242,658 000000000000006d0e37252ba3cdb7dcdac0ea83286da4a850e345f457f9d6af 0.15 MB 329 121
242,657 242,657 00000000000000bcb70563b6444d439ea1d079460c39500f5a9cfb270df09c0b 0.01 MB 32 101
242,656 242,656 00000000000000aa55548c5b88691d25317cc926ee602e84d9f27ca562c75a30 0.03 MB 57 90
Previous 10 blocks ↓
Total Size: 646.67 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,388.76 GB sent, 39.29 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.