Memory Pool Memory Pool Refreshing

29,867 transactions
52.28 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,692 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,825 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,691 (678,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
163,730 163,730 0000000000000462554694251c4473c37f02cc8ae78dd80c6174dd2f20e5d10e 0.00 MB 9 378
163,729 163,729 0000000000000a2c0f7374dfc2dc011eecfc00500c7a5db1089a97cba6504734 0.00 MB 9 325
163,728 163,728 0000000000000184e0c9ce7d35ffb90703a25c11e1eb779f768877df4fafe452 0.00 MB 1 0
163,727 163,727 0000000000000a0357db6c1ae9466de8e33c47b8952ce98a2302ac35d3d48825 0.03 MB 83 8
163,726 163,726 00000000000003d9a6fcfa251807203021e68e40d50873886682dca18bc4a87c 0.01 MB 22 323
163,725 163,725 0000000000000502730fba94c948a7d17efdf4ffccc999efc4cb0e02f61a92cd 0.05 MB 102 79
163,724 163,724 000000000000052c8a98c912e20b8784a59cdab3b67cd297e8054d0cf5875cf8 0.03 MB 80 81
163,723 163,723 00000000000009e07d5745eafd14173253933ce3ef0c8d87491072233a5a32d7 0.02 MB 58 52
163,722 163,722 000000000000032d99cdf163d97a3e94ac9604a86c5b433dfc06af564c9c083b 0.03 MB 67 21
163,721 163,721 000000000000021b3f1ddd5d987c6775f0bfbf17df3f8130bce38c448070066b 0.06 MB 154 172
163,720 163,720 00000000000006640f319660a0583323545f607e558ff4f90f0d9465416f55c0 0.06 MB 89 2,219
163,719 163,719 0000000000000046b1eca60407ed4ae978a8212ea3512f5af7025be551674582 0.05 MB 103 109
163,718 163,718 0000000000000c2a65ed811b87d2a2edb6baaea89561df4ac2878f599600552b 0.04 MB 108 71
163,717 163,717 00000000000003f1de45e3505f2f5159c42c98f8dfbd3ce08c2f1621c8c343b2 0.05 MB 147 186
163,716 163,716 000000000000057e8b7a15d8ac4eb9c40552c20880f5533936093c8dab672b3d 0.02 MB 23 233
163,715 163,715 0000000000000c5c5f3435df2d1d3e87f020d90a4024fd29e9e6dbb892703fcf 0.04 MB 46 99
163,714 163,714 000000000000083a8d63de6a5fb42258d1a7f002fa418d468bac4f8276994c49 0.01 MB 21 70
163,713 163,713 0000000000000b2f9cd0388f6e5523535981b34afab15d3cd92e8aefb473c117 0.01 MB 27 82
163,712 163,712 000000000000070fb86230963a3348bd6122d73ed022e7fcbe6b27418ffcab0c 0.02 MB 39 302
163,711 163,711 0000000000000729602061fc6fe8e31295fffcfd1a632b29fd0b56213081b24b 0.01 MB 28 40
163,710 163,710 00000000000004082155d3472f84dff33288ff0f43aae08106e83a8827276e98 0.04 MB 106 329
Previous 10 blocks ↓
Total Size: 648.04 GB

Node Information

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