Memory Pool Memory Pool Refreshing

53,693 transactions
26.16 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,829 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 1,944 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,828 (546,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
298,506 298,506 00000000000000002dd3b442e015d7c66f99c42a8f7662a30f7deab7dda1f778 0.13 MB 242 30
298,505 298,505 0000000000000000888c192030ca4eda54e6e172825563473557d896fe617b4e 0.35 MB 599 30
298,504 298,504 00000000000000002bed3242ca7b49521185806f4b6af99972a47070375e5795 0.17 MB 294 25
298,503 298,503 000000000000000077af183a05d984ca0faab19108cc25bda7c5b488f24373d2 0.56 MB 701 30
298,502 298,502 00000000000000003880df270202e71ecaeefdab0bbc09e9ef4de42d4e82b621 0.28 MB 220 14
298,501 298,501 00000000000000000113221b896f40f04121549424a4bbcaeec232e1bf3aa69f 0.90 MB 1,097 26
298,500 298,500 000000000000000069d587f78b63ad24a7d0a099e4a56fb53e292e5691b297cd 0.35 MB 222 75
298,499 298,499 00000000000000007d8cda6cd0ca56b59ba09b870f5bdcb9b4ef5e2ae4bbb8c8 0.35 MB 779 47
298,498 298,498 000000000000000050015e179ac642c153a65db6883110e2edf861e11f6f32d5 0.92 MB 1,571 39
298,497 298,497 000000000000000042e2454f27f808daf78c081c10682a873e2ed5b416a1aa5e 0.90 MB 1,446 32
298,496 298,496 0000000000000000122e469e4dd641e324317bece4ff93694eded87c47e21dae 0.25 MB 286 140
298,495 298,495 00000000000000005cd23a0128fc22b7f97a5a3f65723e6c7c1fa6135d357da7 0.08 MB 139 47
298,494 298,494 00000000000000000c18ea525708413e2411cca512f1674b3f55fc8ac5961eac 0.11 MB 184 29
298,493 298,493 00000000000000004a28d336af19379d155e7b1c29f30063b074baee8073e89d 0.01 MB 19 27
298,492 298,492 00000000000000000dff2a94341f380476e054f931cc70dc4f07d4fc4522f5d9 0.01 MB 36 38
298,491 298,491 00000000000000004941ce5d87020b57c57d7b571533a39c468abeb934929f57 0.33 MB 686 40
298,490 298,490 0000000000000000574af35c05c2c62d84516d02cb2a6ebae477a0e5cda68f27 0.14 MB 263 28
298,489 298,489 000000000000000039f261a337f2182e60f30d38b1648486f1e477cd4ee057f1 0.03 MB 54 36
298,488 298,488 0000000000000000693e225b4bd398d294b1ecfed42580796a692d4f6cd9c14c 0.16 MB 173 38
298,487 298,487 00000000000000004c6ceb4d00d2ce9de623578c07be6fe88910f197c445485f 0.51 MB 777 36
298,486 298,486 000000000000000034f8c079f2fc85666c49874e2f1e269bb56a9d152727de99 0.07 MB 128 32
Previous 10 blocks ↓
Total Size: 652.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: 9,208.52 GB sent, 72.28 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.