Memory Pool Memory Pool Refreshing

32,249 transactions
31.77 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,843 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,579 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,842 (575,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
266,491 266,491 00000000000000038b637c0a8a10dbc90be9a758420e7e0e9cf878bf3901f627 0.11 MB 251 93
266,490 266,490 000000000000000825499c0f86e850d3b1778a3b8b98649cd3fad2ffecc6e528 0.03 MB 76 92
266,489 266,489 00000000000000023ac49187ecf8fe28642b7d5e21cdd0717fc582a1da51705e 0.16 MB 321 83
266,488 266,488 0000000000000004cfe0c05511b7ba812fee1a2cd0f2e4fae7eb91c0b0629a8e 0.31 MB 647 87
Previous 10 blocks ↓
Total Size: 646.47 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,356.30 GB sent, 37.92 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.