Memory Pool Memory Pool Refreshing

67,163 transactions
31.33 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,490 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,545 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,489 (301,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,302 543,302 0000000000000000001e18421875df8a4b5f21beabb7e8a5608d85741fc96343 1.18 MB 1,655 53
543,301 543,301 00000000000000000017bb29e1575272dd32cdeed568bb3f7fc289b883d56104 0.00 MB 1 0
543,300 543,300 0000000000000000001ad961bd0df7ae5000928374f3a5e29ad040c332807f80 1.06 MB 1,110 52
543,299 543,299 0000000000000000001129dabc069205fef8fe3e93ad29738a3e1957c6f12fb1 1.03 MB 977 70
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
Previous 10 blocks ↓
Total Size: 651.44 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,132.30 GB sent, 68.59 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.