Memory Pool Memory Pool Refreshing

32,032 transactions
44.36 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,172 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,472 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,171 (287,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
553,494 553,494 0000000000000000001c7c13326c8d58fc0c4e5cc293200e38732a6f32f065ce 1.25 MB 2,802 20
553,493 553,493 000000000000000000314503d988f870a07670db6311ecac5f4b1672881558e9 1.15 MB 1,990 22
553,492 553,492 00000000000000000018ed0cb4e200842cc30f9aa42b838a2a494d380ff4f6e9 0.42 MB 852 29
553,491 553,491 00000000000000000005cd0f9470c095e8ea2ca462f99a7e1d531defb559bbd7 0.32 MB 769 15
553,490 553,490 0000000000000000000f166ce406b17ae37926ab26a2e46d0a0f578cff586d3a 1.00 MB 1,486 13
553,489 553,489 0000000000000000000fbfbe0191f010ea922e0463aefc8328a1962376306e76 1.32 MB 1,174 8
553,488 553,488 00000000000000000030024f11e9afa1d81d89fec96b2a7c396efee5069f729b 1.18 MB 2,472 28
553,487 553,487 0000000000000000001589bf541d78bc3f70f26baf9a1feb39bc05a56f404a1a 1.58 MB 803 2
553,486 553,486 0000000000000000001b8496b762072161e06bda6507937bba91f09cba143ea8 1.25 MB 2,448 18
553,485 553,485 00000000000000000001396826d49b72e9e1061665039553ac783a26a75e6dfc 1.18 MB 2,570 16
553,484 553,484 0000000000000000001cf0ebf56562a16461f1fea099950fcec09e1f2686b8a7 1.29 MB 2,979 34
553,483 553,483 000000000000000000189ffff78b77d6c408a36b99098c41fb4be2d4ff6ffceb 0.62 MB 419 2
553,482 553,482 0000000000000000002fa928a8c2ecf79f1d8f962745c49a8ba4f98e32de3f05 1.23 MB 2,809 13
553,481 553,481 0000000000000000002fc33ac46fe482972e0e9e479377e5ce1f5b6d13ec4b58 1.29 MB 2,672 27
553,480 553,480 0000000000000000001934ce3b5fe7f932bb0956c6196931c5db6918bfa14c53 0.37 MB 764 13
553,479 553,479 0000000000000000002b5aac4416fc7ba7130ee6e94fa1810a18beb6521ff29a 0.70 MB 1,392 15
553,478 553,478 000000000000000000115ef94d6f87dc4a5b31569c29f1fb324dba01012c9116 0.24 MB 451 22
553,477 553,477 0000000000000000001aa13eeecf00e17add7d0f2e75c5a8915ce71737a56fba 0.91 MB 1,945 15
553,476 553,476 0000000000000000002f49dc89c08e52ebee6b701ff079b9b0fc200e2ab60db8 0.08 MB 95 5
553,475 553,475 0000000000000000002b58250684b2fcfb94040a15b858455c2aeeb245e4ce09 1.19 MB 2,033 10
553,474 553,474 00000000000000000017d47edbd68244f3cbab0644af837b844fd6e685457b9d 1.20 MB 2,275 14
Previous 10 blocks ↓
Total Size: 645.20 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,221.72 GB sent, 31.05 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.