Memory Pool Memory Pool Refreshing

38,860 transactions
47.04 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,368 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,642 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,367 (575,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,370 266,370 000000000000000750322f863964bfe2087c711ba49c9ef1c250ed308c70d379 0.02 MB 38 55
266,369 266,369 0000000000000008647b873c50cec67e487477303041e7e55ecba45e9ca60a4b 0.00 MB 11 21
266,368 266,368 00000000000000073eb8d1fd80260bdddc519f42291c97fa8739a59511e4f025 0.05 MB 77 58
266,367 266,367 0000000000000001463f977b2b374f0c1a1ab68abb24bbc03f37863dfd13e508 0.06 MB 101 80
266,366 266,366 0000000000000006bdc3cdebdad65191734dad389f60194a19ee70cc05fb79cc 0.03 MB 85 105
266,365 266,365 00000000000000068f9be49516321f3db45dfd8c664941e1cd77b465c7d1fcfb 0.10 MB 232 104
266,364 266,364 000000000000000a5159cabf91d1ce69cae238f199b6d8923247592c64f382b7 0.09 MB 217 108
266,363 266,363 0000000000000005cf71bc1d0436c99f4013f1b8653b9a0fb4c66edbb885dc9a 0.09 MB 352 53
266,362 266,362 000000000000000211311e71a88aac724f283acaf88ab413c46b406d32568ed0 0.15 MB 300 101
266,361 266,361 00000000000000087e8790a62a6d87a41a37c15452c7803ba482630cce55fb7e 0.03 MB 64 54
266,360 266,360 0000000000000003f854a6d90ecad05690e708d38c9e60024a22b0f24471ec39 0.03 MB 84 56
266,359 266,359 00000000000000068ffd830ab06ca870b4fbea2029d70d1a384c1e09792ce297 0.17 MB 402 110
266,358 266,358 0000000000000003ba45a5d129727096ae4ece707db13e849bf54ea7dbbeb014 0.07 MB 146 54
266,357 266,357 00000000000000083519c13801dc1baf421d5c511be24be0a6cf0732e8c431d5 0.04 MB 107 72
266,356 266,356 000000000000000674744c8b636fce1a5a8a913c8dd5e2448f2308801409ca45 0.16 MB 371 87
266,355 266,355 0000000000000007e1e6d079385b34c3732ddb3f2244ae5236906979e65efdac 0.12 MB 295 93
266,354 266,354 00000000000000066f613178ce22a4907a57e5a8bea7da6a35a3600c4c5fd632 0.13 MB 274 75
266,353 266,353 000000000000000a863d03e17ee5a110bb28525f431654f36d9f59d447995021 0.02 MB 38 33
266,352 266,352 0000000000000007da3e9ac13b419f4d7a6662be0686f5979d2ad03d5f00731d 0.00 MB 12 46
266,351 266,351 000000000000000411034da901df836139dc375cb5f92025ba8715583f70c94a 0.04 MB 112 104
266,350 266,350 000000000000000389b248197c8e8c86da32cca70434b6d155c00a693e22c37e 0.07 MB 149 83
Previous 10 blocks ↓
Total Size: 647.41 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,484.42 GB sent, 45.53 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.