Memory Pool Memory Pool Refreshing

85,329 transactions
33.99 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,778 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,413 60
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,777 (655,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,598 192,598 000000000000076faf9980661702af95a711de1dbed2b547c032be257f2b226d 0.03 MB 29 45
192,597 192,597 00000000000007980d3af7fc7ce6c8417cb1a0e8b294009cfbef5923546b70c2 0.01 MB 52 196
192,596 192,596 000000000000071366e1aef4bac6fc06326b2e766040340a2649664e60f619d7 0.07 MB 204 145
192,595 192,595 0000000000000323e99f25fbdbe1b33d3ea8912168458f2d45188f215531b2b9 0.25 MB 635 337
192,594 192,594 0000000000000818fdec75905469c0410a04dcf37b8bfa87a7dd859b027329b1 0.25 MB 668 139
192,593 192,593 000000000000030c6be1b0255efe7f3bc58c2b8501ff06e60f7ff326b87848bb 0.16 MB 474 191
192,592 192,592 00000000000000dce2669156bfde54983014a71322c508871f48793fa5efa8a9 0.00 MB 6 0
192,591 192,591 00000000000006e27c2be1221485c034c7a51059df0129d9a0700367b576879d 0.05 MB 134 3,055
192,590 192,590 000000000000069173efa63d948761058905ed79107c3bbaa7223a157b45c1a5 0.17 MB 456 183
192,589 192,589 00000000000003aee830b389688c9b19fee73cf417e8305a603ba831f2fb90f9 0.03 MB 77 96
192,588 192,588 00000000000005a89ad2f481a8cd94c48c6ede6517fa21ba3417cbd6f74b4af2 0.13 MB 171 339
192,587 192,587 0000000000000325898856bead5f234de305129458767ca7558d53b0658e9771 0.05 MB 134 85
192,586 192,586 00000000000006b79e31cdffb85fb929bdb8485267f4201208167dac20552517 0.03 MB 80 159
192,585 192,585 000000000000041f9236b69f12383ad44b8cd4e955a398ad9f48f95bff93534c 0.17 MB 387 105
192,584 192,584 0000000000000646142b2258fa98bcabe7a9a52b338814ad4fb9cd905d7db9b0 0.00 MB 1 0
192,583 192,583 000000000000019776717925581e141ba3dfab60754bce241fe7eb95eca6abfb 0.25 MB 532 123
192,582 192,582 00000000000003b8424b22b0a48a017ee4b7c5d7cae47c76baa3f3059e26fe1d 0.19 MB 512 168
192,581 192,581 0000000000000576d0835c30b1abda18a319bb31b8a176f49eccdeba853693b3 0.14 MB 256 54
192,580 192,580 000000000000026529348cc868505cdfc5e82efbc7f0636c262efc741fe3d40e 0.24 MB 594 142
192,579 192,579 000000000000013b2a3ebab90e5d578e1a6026452af8736d6c577268db012619 0.18 MB 446 129
192,578 192,578 000000000000003dae86172c7cc8b5bbe1d063a992dd369dd33b80600d324c75 0.28 MB 512 116
Previous 10 blocks ↓
Total Size: 657.38 GB

Node Information

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