Memory Pool Memory Pool Refreshing

47,427 transactions
43.61 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,055 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,012 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,054 (573,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,862 268,862 00000000000000075ed9d4a85532431b9793f93c5f9732cf1dae4ed1d0659cde 0.18 MB 396 62
268,861 268,861 00000000000000045cfd7571a5065273a91ff798f63f9d8a3403c1a9d500d3b5 0.25 MB 469 87
268,860 268,860 0000000000000005ca67e7f1570e5f521913d22153bd10fcc6d35ca3fa14bde3 0.19 MB 371 82
268,859 268,859 0000000000000000db9fcddda9d9c93e1d7078249619683489d96988aa1acc9f 0.07 MB 102 45
268,858 268,858 000000000000000714906a0bcf1511882c9a00885e192e79cd00376fa888f2ef 0.14 MB 299 30
268,857 268,857 0000000000000006e64a21b3a85ba4694f11c6c3bbbb3e161cf5a9bd1a73fb4b 0.04 MB 67 38
268,856 268,856 0000000000000007b1487721423fa2dae9dad0039aedf06f226dea741b55e536 0.02 MB 36 46
268,855 268,855 00000000000000001e4cf87c60943778a75970536eecc7537d0b64758f6dc8d4 0.15 MB 220 11
268,854 268,854 0000000000000005c6b51da3c22fb638ef479f0677c2b39468594525cb064b34 0.15 MB 267 18
268,853 268,853 000000000000000086414a89fcbbc3af50b0f4a2c937ed7470fc3cecab889997 0.21 MB 385 64
268,852 268,852 0000000000000007270130cf54060ee22abe3438c6f403879587cefc72c1809a 0.07 MB 145 46
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
Previous 10 blocks ↓
Total Size: 646.85 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,427.29 GB sent, 40.78 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.