Memory Pool Memory Pool Refreshing

26,020 transactions
19.58 vMB
Show Random Selection Loading Transactions
Max Size: 103/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,239 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,714 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,238 (281,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
560,341 560,341 0000000000000000001f4830d8f1c7c7578e5c5736944ab438d89fc0644a9d42 1.18 MB 2,082 3
560,340 560,340 0000000000000000000ce09e83049e3e7ad8c658d866e3d7dc719bdd210986ef 1.07 MB 2,002 8
560,339 560,339 00000000000000000003a9e2ef3f7a36b19b3c7a72e0755effcae3a86d4f641d 1.14 MB 2,129 19
560,338 560,338 0000000000000000001b6fcd3abab4daef2487c5be5cb15611e3911b88b8498e 1.12 MB 1,680 20
560,337 560,337 000000000000000000286a54271cd20f054cf13304afe308c0b4f811a7fd3a21 1.18 MB 2,725 20
560,336 560,336 00000000000000000000cf6ccd80ffefbdfc9fe56eafaa0ef33d6832f4618d3b 1.04 MB 1,349 61
560,335 560,335 00000000000000000027a0b0ebd8353db1f8af3ffd03e584390c016bb1845e39 1.09 MB 1,415 47
560,334 560,334 0000000000000000001e759935becdfb0a8ff165951173ee2a677c8788d030db 1.31 MB 2,591 3
560,333 560,333 000000000000000000158b39483a967f8fb18d2bbd787d0059431b26841de98c 1.30 MB 2,728 12
560,332 560,332 00000000000000000021559d636ffa6ef6eaf931187259877206d90156448fab 1.11 MB 1,874 3
560,331 560,331 00000000000000000010c5541bb86625104e404b603728dc737294f90775417f 1.24 MB 3,106 22
560,330 560,330 0000000000000000001909b0241c41670264ba9eac8b7121a8f6f414b3ceabe6 1.28 MB 2,921 31
560,329 560,329 000000000000000000291e3302755cc8b86c32a8e9f69545a2762bdcd020f612 1.21 MB 2,998 18
560,328 560,328 00000000000000000001e93ee9831e846fea460ddbc5e8f3cd438fc3b544901c 1.18 MB 2,471 22
560,327 560,327 000000000000000000091d2e4dbbe41b10eae1f03f7dd964c8b66cce4bd2d72c 1.18 MB 2,874 25
560,326 560,326 0000000000000000002b17d8ecf937a1c599e930453ccff9a4c012a4086735e1 0.58 MB 1,280 8
560,325 560,325 00000000000000000008a5c1e619e237bd1ca416b6accd1411eba5129e28154d 0.53 MB 1,379 4
560,324 560,324 0000000000000000000e71623e28c91e238cc336c8f019f60832d2998f158256 1.20 MB 2,973 21
560,323 560,323 0000000000000000002a666b9427dfceaa2c325906628afdeca310998ec9ea81 0.64 MB 1,573 14
560,322 560,322 0000000000000000001999147ddf80bd5c40270f856739fdadb5c590da1847c2 0.91 MB 1,863 14
560,321 560,321 0000000000000000001cb26a399b4e2d4ce277a3161b28672ea7c1304f814d5d 0.31 MB 555 11
Previous 10 blocks ↓
Total Size: 647.17 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,460.41 GB sent, 43.61 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.