Memory Pool Memory Pool Refreshing

94,276 transactions
35.89 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,097 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,375 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,096 (316,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,665 529,665 0000000000000000003333ab98910177c53d5b72ef1c55375b36537ed1dc835c 0.13 MB 317 39
529,664 529,664 0000000000000000003430527565c79f22ebd36d4cc664347f026361c9dc980e 0.13 MB 230 15
529,663 529,663 0000000000000000001557e29d22417b5147bdabd071634bd99a9f98266aa6e2 0.74 MB 1,256 16
529,662 529,662 0000000000000000001164cb649b9d921081729f43b488f2329dd45bea32102f 0.19 MB 440 55
529,661 529,661 0000000000000000002eeb3b820b884366d137dd23c7d9914c1c9fc8a0c0a1c8 1.22 MB 2,584 34
529,660 529,660 00000000000000000032b67647576f759e2c0c0af52a8c9b5c773cb2ef09b636 1.11 MB 2,462 5
529,659 529,659 0000000000000000001549814e8dead1a9d98166402dac01cbbf2db3f6e77044 1.25 MB 2,708 42
529,658 529,658 00000000000000000029e72a2b0ef9e5e273798530d6954c695db794fedc0395 1.24 MB 1,940 11
529,657 529,657 0000000000000000002442579303c948fb7af334c06b58204f5eaa6f64e5bdf5 1.23 MB 2,503 55
529,656 529,656 0000000000000000000d6344eeaa8dece87a438c25948e9038e8fecd4c64ac0f 0.37 MB 801 28
529,655 529,655 0000000000000000000495765d441c8846ab3f84138a80cc5d98f2a9f1ccf8ee 0.99 MB 1,502 25
529,654 529,654 00000000000000000012d6e7a9169b263b9243138435b2a4760994512e0f79b9 0.23 MB 575 28
529,653 529,653 000000000000000000218aa1a3be55b00ae0bab544c893cb183b5e7af0bbc0bf 0.38 MB 628 31
529,652 529,652 0000000000000000000e4f580cc180d66bd71fd174d606af0e71b04cc2a896a5 0.63 MB 1,391 24
529,651 529,651 0000000000000000002d35cc7b1528b3e79568cb2939c025044f7ad47e26e208 0.02 MB 58 46
529,650 529,650 00000000000000000024b7267b638ff14b8d2798c91c137a44c0e187d4ba1034 1.20 MB 2,716 30
529,649 529,649 00000000000000000030171a814fdcee1a1e36339093a676530ff8b016de701a 0.17 MB 402 39
529,648 529,648 00000000000000000000cc313b6c5cd41c7931fc7cbb1d5d796ba5d743021e32 1.00 MB 1,778 38
529,647 529,647 00000000000000000030f3fddeb943f8741cb328886350c790a918e3f93347eb 0.35 MB 733 38
529,646 529,646 00000000000000000024f80a204e14c905428e33900205e0937551560faa6398 0.11 MB 355 33
529,645 529,645 0000000000000000000393f1007ccf33af6340406b8640cc91be8ccac7d7c158 0.06 MB 136 25
Previous 10 blocks ↓
Total Size: 654.40 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,370.64 GB sent, 88.68 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.