Memory Pool Memory Pool Refreshing

31,854 transactions
49.99 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 841,086 (616,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
224,861 224,861 00000000000000171d6f04f64a9caa377154e4b047df37dac4f2bf33de90b2e1 0.05 MB 98 168
224,860 224,860 00000000000002fef0f9f4ced5ee72779d6990384e308b6c3b9f3483190a6f70 0.17 MB 320 136
224,859 224,859 000000000000039e120d0af40066cb7454aced99874ade3256c80f099ad28173 0.18 MB 521 238
224,858 224,858 0000000000000317e778c5dfc39ec33071bb2b18af1554e71e00e03efcf47210 0.25 MB 473 183
224,857 224,857 00000000000002dedf597b26f21b2652d2f5c0659a5b4099a1d015f489b575c6 0.15 MB 233 127
224,856 224,856 00000000000001d90977046b5040da76e62b72c17257c5402cca182e80653f36 0.25 MB 692 365
224,855 224,855 000000000000032021a6d18011d202df36cf07822a657b47390ab90568bb14e2 0.14 MB 270 111
224,854 224,854 00000000000000cd7d1c3d5137423c00e6a221d5492ace06d8fb9d990f2d7c96 0.15 MB 226 100
224,853 224,853 00000000000003b29bbc22c747eaca09d4a4c3b11c671c0b08f3b4b10334fb56 0.39 MB 765 135
224,852 224,852 00000000000001aa99f7ae248ba32b97a8c41d8063c54edc7ca0e1fa9402dda0 0.25 MB 502 179
224,851 224,851 0000000000000034f68318e10068fab4e32792b6a68c9a67a28f640200e71fa4 0.25 MB 537 186
224,850 224,850 0000000000000287c17fa22d2501660e7fe37aaf0c1530f4f024f61054498faa 0.25 MB 750 242
224,849 224,849 0000000000000073d8155c26c2bbe27d4a42e3ee550fe696707f51170c655f2d 0.00 MB 10 348
224,848 224,848 00000000000001bf5f30bb06d1cdc4d9f477ff6db7871f4ee987bb0513700916 0.01 MB 28 242
224,847 224,847 0000000000000077b90962e3c9d2306d3a2f32412af57d6aeeabe4dd6f6de19d 0.25 MB 589 220
224,846 224,846 0000000000000169f38129838ec9a41ad30ef6d65da889c133a59fc52a763e14 0.25 MB 598 83
224,845 224,845 0000000000000059a46c191871a10f35538c22cb22bd14e7550d83097d08e37c 0.17 MB 418 223
224,844 224,844 0000000000000132c3c42cc7b283ca43a090b4e3febbd832cb7033a4dec5ee26 0.16 MB 306 171
224,843 224,843 00000000000001be5b2317555e11d21618c56b2bd7c030dd5190f16eb2c987f6 0.48 MB 988 205
224,842 224,842 00000000000000d2deafa9a24c7308829eae78ca85de6e4fcfe5345e7b1c286e 0.05 MB 97 60
224,841 224,841 00000000000001786231f8e661289a53e2a4248f5d7a09c7d46a05af95f56b93 0.25 MB 653 236
Previous 10 blocks ↓
Total Size: 645.04 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,186.88 GB sent, 30.22 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.