Memory Pool Memory Pool Refreshing

104,990 transactions
32.57 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,052 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,914 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,051 (578,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,512 266,512 000000000000000292d3b016f8b136fd74c27249c9b217fa529d725d480f2db4 0.15 MB 358 100
266,511 266,511 0000000000000007579ce15d0f8200614c23bcc851bf2fd604ae442c6af231ff 0.05 MB 97 42
266,510 266,510 0000000000000000446048f708032edccd33b57bed94f333977ca374b6a6527a 0.10 MB 261 85
266,509 266,509 0000000000000003ab7a53696aa50b04ca3c40f49bd75a299b5c73338d5fb51d 0.07 MB 89 72
266,508 266,508 0000000000000006be9749328426235711d577ca5408c5f5264d818e3c4f5ad1 0.06 MB 130 144
266,507 266,507 000000000000000333e0d1c0292157e484fcf18d2736eed9181b2f3d77bad699 0.05 MB 130 61
266,506 266,506 0000000000000006dc58e18a3c772c461afc9de0f462df3da1ab63a5b1466e47 0.06 MB 142 178
266,505 266,505 00000000000000029dd39b39070be59c90b71f035194dd74afdc4c38defd02b9 0.06 MB 115 69
266,504 266,504 00000000000000034b4351c6b70ad44c57d83cdb55ee0262c8792ee61b27b467 0.05 MB 93 61
266,503 266,503 00000000000000013aca394ddc66dc429ded71f6a05a676bfc475204d1dbf6ef 0.01 MB 34 63
266,502 266,502 00000000000000013c0c1943be51d5dbd616c4db27720d7042fc1a7fc434eeca 0.08 MB 144 69
266,501 266,501 0000000000000009e0938c9c20e4b2b19842f949228722453b8de6950825b386 0.11 MB 295 115
266,500 266,500 0000000000000009c82914ce7c77faa0e11916d9b687fe0c752f37bfbfdec609 0.04 MB 84 94
266,499 266,499 0000000000000009f3f770739f68df48e9c5caf2cd8cbaec375510d70ae48c62 0.08 MB 187 70
266,498 266,498 000000000000000540bf275d225fe4f9d3f171ef725a54528a995969488de541 0.05 MB 131 55
266,497 266,497 000000000000000581cdf264fc634b5944d6a307f7b87fd59b86e83eced78c0b 0.21 MB 419 63
266,496 266,496 0000000000000005d6b7c7342555a8011863f3663ef31ddf85da9178c9927a10 0.07 MB 172 95
266,495 266,495 00000000000000007feb041adb47d11f1a5d15634668f17580f517100a3cc937 0.15 MB 306 75
266,494 266,494 0000000000000003d7e219702b821be9d26397a60e80c2d78c49b798fd707bc5 0.00 MB 1 0
266,493 266,493 00000000000000083cff2bf109ab7892041f44f9e9258e6941b3fb55273a353f 0.07 MB 196 109
266,492 266,492 0000000000000001465a2a39ba161d41b3f12be1e0784fde914af7d059063797 0.08 MB 316 349
Previous 10 blocks ↓
Total Size: 652.49 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: 9,266.26 GB sent, 75.14 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.