Memory Pool Memory Pool Refreshing

63,374 transactions
39.96 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,119 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,575 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,118 (599,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,595 242,595 0000000000000070f637391445beef970a6f5a15e62b0a0865af9d858f14b2cb 0.01 MB 29 93
242,594 242,594 00000000000000cd4b554f2544f04b783d6184e6e0103f8becc90650bb583ce7 0.13 MB 263 137
242,593 242,593 00000000000000571c5c45f9c5c99855d797620efec771df690389d580784b3f 0.12 MB 228 128
242,592 242,592 00000000000000451f366b1769d19a66e9719e7a8b81015cc6b4f16eadd2e8b4 0.00 MB 5 83
242,591 242,591 00000000000000cdc86e845a8b67796c623a3f838ed46160473b32e1e74f1fe4 0.11 MB 226 161
242,590 242,590 000000000000001f3b460d2ff92c062a36a921f47e1835c9e731a14119918f7b 0.22 MB 326 65
242,589 242,589 00000000000000a7dab2057758e38431f3c80c620ec47f709e3e88137c6bbf56 0.19 MB 431 133
242,588 242,588 0000000000000051d6c720d98cc8717223474a10b316f349964237e77211492f 0.07 MB 135 154
242,587 242,587 00000000000000b50c8e4bbe59f5ed8009beb766c26fe07353180f0960377cb8 0.01 MB 23 138
242,586 242,586 00000000000000948706158eec8ded61d45a18bd9b4da3eb59678a009d8f055d 0.12 MB 253 136
242,585 242,585 00000000000000ca0039b2a738faeb92306273aaab67bb1365bd2b7a0eb26ed8 0.09 MB 175 148
242,584 242,584 0000000000000056fdf5cd957c02d0aff8ddc631fca9661516893b680fdaab97 0.15 MB 229 85
242,583 242,583 000000000000002140b28d2f6c2f2d475e138a70950c880bd5f2484a3d9eba84 0.25 MB 644 183
242,582 242,582 000000000000002a156b4ca0d5a3a31bbca92364285eea74bbfa08753aa2b80a 0.03 MB 67 124
242,581 242,581 00000000000000977cdc45780d75c52ab046c8d8eca5f274f3907e5a4ed7c9b0 0.19 MB 304 97
242,580 242,580 0000000000000007dc017647d4c465e45fbf4617ef55f542486b4e83db46ea11 0.25 MB 600 174
242,579 242,579 000000000000003f6ccc2aaaf94dcebdd9f1853d92fcccccd66d797e1fb6fae1 0.25 MB 549 178
242,578 242,578 0000000000000092cdc5a9a83ef5bb07c7de09b34beb173de0a9cf0a9e517236 0.07 MB 150 47
242,577 242,577 0000000000000031f27b32a681543a064f7dd17243d2f8add475cbcc3d8aff4d 0.09 MB 163 107
242,576 242,576 000000000000007de17971567e158c45aab79b70e7bb2c0916d41e8066cbc52e 0.14 MB 113 58
242,575 242,575 0000000000000033a02933a353de56cffc45e702c3a1240d2baa0ef32bca9a5f 0.21 MB 431 134
Previous 10 blocks ↓
Total Size: 646.97 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,441.27 GB sent, 41.95 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.