Memory Pool Memory Pool Refreshing

41,961 transactions
46.57 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,341 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,115 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,340 (573,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,851 268,851 00000000000000038c24102e900a2a8deaba51714b2ac693cf470da8d9172fff 0.28 MB 544 117
268,850 268,850 000000000000000415bc7ab50e2c246631b68cd73e376120b69dc4822009ac42 0.29 MB 619 69
268,849 268,849 0000000000000004cb7bc85c44151d90cdcc01763e3473aa3182b6a4ec41653d 0.12 MB 247 42
268,848 268,848 00000000000000023b2aae83a6d0a2a12b43b66713846804f564138c83e4f773 0.20 MB 352 30
268,847 268,847 0000000000000007314c9934710f80a03f7ffa4eef05c84a621f733cdc09fe38 0.20 MB 435 64
268,846 268,846 00000000000000017d3283f36a8a3dd9fd872b584ed0d50d52eeabb47444a67c 0.18 MB 348 41
268,845 268,845 000000000000000719c7779181af706771b0cc9e3ce52e7817e6e8ae788cd54d 0.20 MB 222 21
268,844 268,844 000000000000000107a3f7ac3d312b57919f70f68b6b99423a4d1f2de28aec91 0.20 MB 406 58
268,843 268,843 000000000000000603d18eddfb33cec503c2ce8770e99526a5f4713f688a4986 0.11 MB 269 32
268,842 268,842 000000000000000319a49d0787d9adef7f361a8f7618d6938abf40ff45562e6a 0.23 MB 557 66
268,841 268,841 0000000000000004b9e6605bf4fa8b187126173631d5f88a4e094d6da2d98d9d 0.21 MB 380 25
268,840 268,840 000000000000000354c184dbe90c2f0f536b357ec683cd4f59e78fbd4b769000 0.47 MB 759 65
268,839 268,839 0000000000000006623f55c39a37ce50e3b3e8023b077efc702df6df22f6d998 0.04 MB 69 6
268,838 268,838 0000000000000001187b6993c9eb597daa2e0098833f324471e009d51ce49ac4 0.09 MB 256 29
268,837 268,837 0000000000000000b8932c2a713a65f380afa32b489d07ba2935d043396db5e4 0.20 MB 429 35
268,836 268,836 0000000000000004c91435e243cdba8b93bbe10fbdee15675da4d902bce289f4 0.24 MB 567 51
268,835 268,835 00000000000000007bccbce780fcda55b10bc0ace4656197436e1e1b7b751643 0.28 MB 617 53
268,834 268,834 00000000000000017fce406781d91a187c0e85a1565b1fd3c0bbcf5fce4f96a7 0.24 MB 599 58
268,833 268,833 0000000000000004e21d445e4d1cccd52318ed0adc3e2b52e379a52d1a0b8dd5 0.27 MB 695 59
268,832 268,832 0000000000000005443bedf303132bc3510e11892324a9dc7e161914d5735b8d 0.15 MB 227 15
268,831 268,831 0000000000000005f94fd2576c32fa2086f90aa8fad831edd6c185ab14b7266c 0.15 MB 344 38
Previous 10 blocks ↓
Total Size: 647.36 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,479.89 GB sent, 45.12 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.