Memory Pool Memory Pool Refreshing

48,128 transactions
43.87 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,055 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,997 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,054 (298,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,298 543,298 00000000000000000016291307095255ed2582cddd245e56944e8644454eb7ce 1.21 MB 1,705 2
543,297 543,297 000000000000000000213510e04e80bc91a05be4fbc3e4c75649e2dadf740a7a 1.16 MB 1,631 13
543,296 543,296 0000000000000000000a166a98866c4b032f4b3d382a47b3e18e429cfd1165d5 1.19 MB 2,567 11
543,295 543,295 0000000000000000000bf5875777d34858d49d2c2421597d2887c6ed237de7dc 1.26 MB 2,178 10
543,294 543,294 00000000000000000013e534f87e370cef5f23c5b7003e7a4957c8e77a28324c 1.25 MB 2,752 12
543,293 543,293 00000000000000000007a87023a8fc33b017a1d8a24b5d42852f0221271426ed 1.18 MB 2,887 41
543,292 543,292 00000000000000000022245879512add09284e03528b8333d48c8ea2f957ce2b 0.16 MB 442 23
543,291 543,291 00000000000000000000fab743a51b7b64d465d882d18afa714e12df828b4f12 1.26 MB 1,779 8
543,290 543,290 0000000000000000000e587ec8b7d2b0837952dfa3d167637422e196751e00af 1.20 MB 1,502 37
543,289 543,289 0000000000000000001a78d8bad685a899f4bbc691ff3bd585c46eb07f8ab860 1.18 MB 2,239 10
543,288 543,288 0000000000000000000ab67e45e07096ff46528051d1c0d9654a9dd3ac4c74b7 1.21 MB 2,534 10
543,287 543,287 0000000000000000000d18d7dea32adb07f8278fc9272132f1ff5ccec51c70dc 0.00 MB 1 0
543,286 543,286 00000000000000000019bc85fc3bb53a528a52d685c51fef62bba71ca67a784f 1.04 MB 863 4
543,285 543,285 0000000000000000001d32e68978afd08515fdb2feecd2d6777d014f9a71789b 1.12 MB 2,285 7
543,284 543,284 0000000000000000001633f2a47a953bfd5346f9d9131bb4daf6daa92708164c 1.20 MB 2,821 9
543,283 543,283 0000000000000000000a337035591688f4547bd1e39dfe7bafeae8f1dda26c77 1.28 MB 2,547 17
543,282 543,282 00000000000000000017e172b4570fb75da68b6bc86a067252f45164cc5ea869 1.27 MB 2,599 31
543,281 543,281 00000000000000000004899e77a8dc28de11e55359f41d1fdd87354a7f113b96 1.19 MB 1,786 6
543,280 543,280 0000000000000000001b20304e42514cb836c51499dc3eec152241164e71c850 1.23 MB 2,385 22
543,279 543,279 000000000000000000118397bbee3e861bdd53568156a0ea3b0a3bf116455091 1.18 MB 2,456 14
543,278 543,278 00000000000000000027298bc5e335c138da40c1a4d8fb401fdd4938d5f0a2f9 1.24 MB 2,589 22
Previous 10 blocks ↓
Total Size: 646.85 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,427.34 GB sent, 40.79 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.