Memory Pool Memory Pool Refreshing

74,365 transactions
35.96 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,175 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,730 344
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,174 (560,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,271 281,271 0000000000000000169a6a84b9c0cd687b24b886f24e4c9e0fc61f2d93520996 0.04 MB 49 34
281,270 281,270 0000000000000001abc3776807efc023382f3e614a84e9a3078f59686390ea38 0.02 MB 34 25
281,269 281,269 00000000000000025e14441296b999aa03e9ebb389209e7da24197e99e35b3d9 0.18 MB 324 34
281,268 281,268 0000000000000002507d7eea76531d8e3b7feabaab8e8ced2b2a8e3caa5832d3 0.03 MB 62 41
281,267 281,267 000000000000000099373323f2a4040d0854a62bb402d3216c4fb577bfdbc07c 0.02 MB 52 36
281,266 281,266 00000000000000014874a427a184cd244710e96556eb998015b7fc23cb72f034 0.10 MB 210 42
281,265 281,265 00000000000000013d2555457f08022e71143d6ff59e792084c2397c59599d66 0.13 MB 98 15
281,264 281,264 0000000000000001fbd8b9f2208de83c2d23c594fcfd7cb7f390f482968a5004 0.25 MB 568 49
281,263 281,263 00000000000000015ea16a02a377cc7ba2ba497c0e950c679c5b8de683c66fc5 0.06 MB 72 29
281,262 281,262 00000000000000013dbef69c0212c1ad5c4afaec195cc3e2e38ccb58751bf8bb 0.14 MB 253 19
281,261 281,261 000000000000000203f44d765b632c8378030f5857c6297fe83545f946ee4516 0.23 MB 355 33
281,260 281,260 000000000000000181f849f7f9f480349ab1f9da0444971b39e4272868cf9246 0.25 MB 345 36
281,259 281,259 0000000000000000f854bc4817181b583cb5c5b70a5d62f89768bd4039b9d7ec 0.05 MB 134 78
281,258 281,258 0000000000000000f1e5d972d6d80127958759878a919b18f203efed17aee7a4 0.18 MB 332 47
281,257 281,257 0000000000000002069c2945b3ac3535e1933993136899a64e0b119ea9676389 0.10 MB 210 64
281,256 281,256 00000000000000015675e906a2ab0aa908feaf074385fd8ca3f5fcf6f630f1b2 0.10 MB 182 37
281,255 281,255 0000000000000000dc3e70b151f8eb073a673c33bae1220d3fe5efeaac77e879 0.02 MB 49 61
281,254 281,254 0000000000000000461d1b07942694a7f6c55004da2339fd38eca33e316d87e6 0.14 MB 196 39
281,253 281,253 0000000000000000474fd01226f995b522ab4bbf99f02c91dc421917f4a662d7 0.46 MB 766 33
281,252 281,252 00000000000000016bbfe0fe28794338c4554e541525341b42966ff97e34847a 0.24 MB 383 34
281,251 281,251 000000000000000035396d21f4a0c10f47b08347199ee9ed6a834b89f3b576af 0.05 MB 103 37
Previous 10 blocks ↓
Total Size: 647.06 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,450.99 GB sent, 42.86 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.