Memory Pool Memory Pool Refreshing

68,926 transactions
32.21 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,889 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,119 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,888 (315,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,258 527,258 0000000000000000000e2df9eccdfcbd03130b5b04e1bfbb3cff40461bd40fc5 0.08 MB 212 13
527,257 527,257 0000000000000000000d1ae3e10c7c87a8746fadce6243af853bd1c6d16dd468 0.05 MB 129 14
527,256 527,256 0000000000000000000020fd2d171e0244d02011604be1479fdc56559cf404e7 0.14 MB 354 18
527,255 527,255 00000000000000000005a9f1e29c5e6fd23e8f5f06f135ae63df35849225c45c 0.73 MB 1,305 27
527,254 527,254 0000000000000000002a3add0043cae2ad36fe0311caca22eb13ae17ec62cab8 0.36 MB 751 28
527,253 527,253 00000000000000000025767c456c615cd181d5b29051411283f4ffff7657cb22 0.60 MB 1,319 19
527,252 527,252 0000000000000000002f3a9d7874745aed271e9088347b5bcd78f33a8ecf6b93 0.70 MB 1,504 27
527,251 527,251 000000000000000000024599d1387699b045971c9d784680d02cad79c13b42ef 0.34 MB 745 24
527,250 527,250 00000000000000000015f5ded0b44ae9608ed382d6d898a800a8b8f01ed91b23 1.00 MB 2,170 26
527,249 527,249 0000000000000000002a7b2aa57dd3b40c7247e3f3fc32d0068ca020893f66b2 0.52 MB 1,029 15
527,248 527,248 000000000000000000101b417705f1256cbf9fd56571e5073365160c8495171c 0.50 MB 1,068 23
527,247 527,247 000000000000000000178c8cd4826ff470581611fd36903b500e5253e039b5b5 0.27 MB 603 20
527,246 527,246 00000000000000000038e111bca027ae3f89d9b3e8b3d4e1ce3df751ab8ddf8d 0.23 MB 452 28
527,245 527,245 00000000000000000006f0bd7e25bae8072f013235bfd05bd93cf9f15e21fd10 0.34 MB 537 22
527,244 527,244 0000000000000000000769c6e811ef639aa9253fcd066d5121046fbf06e7096d 0.23 MB 449 19
527,243 527,243 00000000000000000001d87bec69e274be290b3a805341cffe7c9ab397f2cfb5 0.22 MB 533 20
527,242 527,242 000000000000000000218cc849f5b351c5121943b4534ec9fed0a35459ddea56 0.25 MB 514 29
527,241 527,241 0000000000000000001d018730ed1452d3fa3cc63413e13b28ef7c4711a7ac60 0.94 MB 1,940 24
527,240 527,240 0000000000000000001ee88ed281e17c2cc2b23c8090ec4a49a9fc0cab0910cc 0.84 MB 1,795 25
527,239 527,239 0000000000000000002eea9e49cfc8f738df2c10d0f1f2ebac2f5dd9b18aabb0 0.05 MB 132 20
527,238 527,238 0000000000000000001c4d3c6363c3ee05565109ea5e03f5609bccc08e9b4b68 0.68 MB 1,606 24
Previous 10 blocks ↓
Total Size: 648.43 GB

Node Information

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