Memory Pool Memory Pool Refreshing

71,411 transactions
34.92 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,182 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 6,729 300
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,181 (617,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
224,520 224,520 00000000000002d13e99914abe58c84a28551dbde34370c0a1d9ecca6d69c943 0.25 MB 510 141
224,519 224,519 000000000000038f5da98a3316aca70a82d845b5ef66ca95973e8527a18af845 0.25 MB 639 223
224,518 224,518 00000000000002d16a924cd4b991f49b47f300a7166ef564e0acc3cfa0d7631f 0.25 MB 337 104
224,517 224,517 0000000000000046f22d67bcee25074e154c325c9ed2d6b95ae8bc2c061352c2 0.25 MB 518 146
224,516 224,516 00000000000002f56dae5b8aa27252c9836bc6a1085e80cbedd46dfc05123f61 0.25 MB 848 279
224,515 224,515 00000000000003a839ef9a98233819828bbaff5d1f2ff77e1fb2cb85d38662c1 0.25 MB 763 288
224,514 224,514 00000000000000607fb73ffee63c3ce80ca31edcd2932a36c9b760bbb5de1edf 0.05 MB 114 112
224,513 224,513 00000000000002f2030830b40875a820a9d57a7ddcd55540692e97db96bbd139 0.05 MB 108 76
224,512 224,512 00000000000003636d0464c71133156229b18086585c821db82a0dc45fc1cbe2 0.10 MB 171 145
224,511 224,511 00000000000002f7ed6cdbbfd4ab83b9eed9544cf433d4c844ca784841970a6c 0.04 MB 81 56
224,510 224,510 0000000000000215d3eec1a10d5b7350472a8b9637ddfe34f801df0bd3daf0ce 0.21 MB 404 194
224,509 224,509 00000000000001c0d511d27af68ee216726c5dde49c8d35084b40294c0f9a918 0.22 MB 465 168
224,508 224,508 00000000000003d6fbe6a398298e1478f20e3ffb0fe63f1a905fa46451c44f14 0.17 MB 430 192
224,507 224,507 000000000000002617171eeb374ab7059df99a3c979b6ae78c095a5c1d47546e 0.00 MB 7 29
224,506 224,506 0000000000000064634a3e0c93f8c99d073bc855275f7d8fc927e0f32dd61a68 0.04 MB 103 68
224,505 224,505 00000000000000c8add0510b2ba771c05ad169582d1018bdb7952754f53f7992 0.21 MB 393 182
224,504 224,504 0000000000000197ba9c5b7a4e443599384850edb91b2e22e8a147846b2b4995 0.06 MB 104 90
224,503 224,503 00000000000002e43a65b964a6d2564516e06015911eaa91ece3ef320a924c96 0.22 MB 417 157
224,502 224,502 00000000000001d8b5d2536122c65c1f1e66e8ad432a447bb92cbe2ef506b7c6 0.25 MB 650 259
224,501 224,501 00000000000001021bec365366b58fad9e714c692bed3cdcefbe0948cc5c58f1 0.20 MB 295 132
224,500 224,500 0000000000000023a93be8080fdbb7d1e76c711b7f7d1fe809776e27d7114152 0.21 MB 430 173
Previous 10 blocks ↓
Total Size: 647.07 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,453.28 GB sent, 43.03 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.