Memory Pool Memory Pool Refreshing

39,584 transactions
34.32 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,829 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,484 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,828 (599,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,612 242,612 00000000000000dc27b3674a0a6c7941af1f6d2c019458406ee343d1ed35e4b7 0.11 MB 261 142
242,611 242,611 00000000000000a498ecd30fe4bc31fdb49d6945c3cc8803af434365f03da4ee 0.06 MB 189 40
242,610 242,610 00000000000000aaf26e446c8ae8e778a0723a19b6f894c1a7d2067e8e4b4761 0.09 MB 233 139
242,609 242,609 00000000000000b415d35df5e4909e6fcbd0491a26b03206c220f7f7da3ce83c 0.04 MB 76 40
242,608 242,608 000000000000009c2618cb9e7f4920738a42cb93490eb3d142931df3534dfd29 0.08 MB 173 102
242,607 242,607 000000000000008d7f332d10101ec124c3ad6a8d0330ac5ca0c65b16f23a55a9 0.07 MB 149 82
242,606 242,606 00000000000000a98bffddcf0cfcb5f3cb03fb85dcca09301f640e0ca5ced021 0.25 MB 661 166
242,605 242,605 00000000000000ab0e0cd1aa8e1238b59df8537b3bc2099c01f772bdbaa839b2 0.08 MB 128 94
242,604 242,604 0000000000000010ef703a07126ba4608cb57cea7eb4dbc5ff35f8fe0aa3aced 0.19 MB 439 138
242,603 242,603 00000000000000dd22787671ba7561b230ab0544d2a171045c7df5aba21b0eb7 0.19 MB 338 78
242,602 242,602 000000000000008de21b25987c8a1df64098b5d60dc6c1c82d02eab030ef6cca 0.15 MB 402 177
242,601 242,601 00000000000000363683ec6ec4ac26eb38358095716cb9b5b61f427499fd374f 0.25 MB 567 162
242,600 242,600 000000000000005cb092fea67390a07d1adb105167cb80d91d0faa09b5eb574e 0.01 MB 20 111
242,599 242,599 00000000000000aa705827e9b28289eeb58e92edd59d6e28e2a67c82c50bd803 0.08 MB 213 136
242,598 242,598 00000000000000c374391802c3f1649115f8f6be42e7a3f7b33186017688e9a7 0.03 MB 71 153
242,597 242,597 00000000000000bf89364de04ac186a61c40b6fd363d3489cd486d0d51d5a893 0.07 MB 149 125
242,596 242,596 0000000000000007038be0ee1aaddc9bd1b35abc865ad47187cffd909ad08204 0.06 MB 141 130
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
Previous 10 blocks ↓
Total Size: 646.44 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,353.88 GB sent, 37.77 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.