Memory Pool Memory Pool Refreshing

21,972 transactions
31.00 vMB
Show Random Selection Loading Transactions
Max Size: 129/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,887 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,135 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,886 (294,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,675 547,675 00000000000000000009ffcea8f280cf1caa0ce9bb04e03333761837e117c5a3 1.09 MB 1,445 3
547,674 547,674 0000000000000000001c4fd7bbe084def56fe1a00486b53d54c7e09556964f23 1.17 MB 2,658 37
547,673 547,673 00000000000000000000920c6a043f405995b5a804947ec475457433095c9242 1.07 MB 1,303 7
547,672 547,672 000000000000000000215ad138089c02067355635e99282c54f25df272df6da0 0.14 MB 165 8
547,671 547,671 000000000000000000077672d8db9cd197750e44fb2790694af49cca8b4a912c 0.56 MB 767 14
547,670 547,670 0000000000000000002316f942560ef83eeb3c23e8ac33daf67c2b627d84a632 0.26 MB 361 14
547,669 547,669 0000000000000000000a4ed6922c4d307acd6c94ae855efb50da40851738ce82 0.11 MB 290 9
547,668 547,668 00000000000000000020b36635e9734646bd2bf06fc25979a2bd628c1d73b996 0.97 MB 1,150 2
547,667 547,667 00000000000000000013f5c50c7eff445a9e0ae5473393f5e55f00f98ccfae3a 1.21 MB 2,911 14
547,666 547,666 00000000000000000019adbc84f934896fbab3621c8c10899de19042c3cb632a 1.24 MB 2,524 8
547,665 547,665 00000000000000000013ef51d3608fc3112eb24c47343a6b32ed6bff680ad100 0.27 MB 761 28
547,664 547,664 00000000000000000011dc6854fc22d83b7a30cf6bf40284eb32ceb385729b43 1.18 MB 2,427 15
547,663 547,663 0000000000000000001eb6e8bd1353d0b42349912b7c468a2419a558bc023890 1.14 MB 1,952 9
547,662 547,662 0000000000000000001afe547574d1392f9b843e1a63ad3c21591814bfa1dc7d 1.00 MB 727 3
547,661 547,661 0000000000000000001014c58ed0561873dcceebb4c62523e96eed3ec019e059 1.35 MB 2,148 8
547,660 547,660 000000000000000000001a9de624f17cf001b9a55d1fb3d29fb8f02211f3446e 1.00 MB 2,106 3
547,659 547,659 00000000000000000006382a8d8f94588ce93a1351924f6ccb9e07dd287c6e4b 1.41 MB 2,263 9
547,658 547,658 0000000000000000000472342ce04a01933968402b6657c4afe5bf4c2aa65c4f 1.27 MB 2,867 33
547,657 547,657 000000000000000000042bd77cf436f6e07df41922cf9e389ae9c7d5950aacf8 1.00 MB 2,611 5
547,656 547,656 0000000000000000000236b36fb6ee0155ef8833dc902a854cb9fb6a108a3330 1.19 MB 2,824 48
547,655 547,655 00000000000000000011de3574ca9d1703821f89985b9b0abee8afcebb945309 1.28 MB 2,804 40
Previous 10 blocks ↓
Total Size: 646.55 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,369.62 GB sent, 38.38 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.