Memory Pool Memory Pool Refreshing

28,927 transactions
52.31 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,635 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,319 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,634 (656,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
186,277 186,277 000000000000094f821fcda03b576320685be6ee334d26fd5ce823f1be8c91f9 0.18 MB 380 137
186,276 186,276 00000000000006b29f89085b481accaf36766ba8b1481b7606e904df54776913 0.00 MB 7 0
186,275 186,275 00000000000001e3dd4a20112f62ecce3b5df8dfe8cab2c78a7171e5921946f3 0.00 MB 11 0
186,274 186,274 0000000000000560ac00dd93b43260f97e16753227a3d583a8982e3af12d49ef 0.04 MB 131 144
186,273 186,273 0000000000000828a63e311328e8b320e7604eeab2f0d222a525263d5705d320 0.25 MB 672 146
186,272 186,272 0000000000000633073b93533eca41ea16cc36cb8ecbafa66c8cf446dcbd1377 0.05 MB 140 116
186,271 186,271 00000000000006e422c0c46f860208a9c6ab8da97a335886bebd4cf7158759fa 0.05 MB 150 128
186,270 186,270 000000000000044616473e441e0c232e7c4ebd992e2933ee0392a43f36a8db7a 0.25 MB 615 136
186,269 186,269 00000000000005dae9336e5c24cdfc0c84338a578766a08d43e9645a0a846dbc 0.05 MB 122 91
186,268 186,268 0000000000000417c6bbb6c1903759322f11c6dacc238cda8095fb45a1e71b32 0.25 MB 559 128
186,267 186,267 00000000000008fb171ef182d38d9dd526d44eaaa87ee7ef57b030de43e2a777 0.03 MB 93 180
186,266 186,266 000000000000014249c369ae791799c40d94183c390a399bad127385c916b7be 0.00 MB 7 68
186,265 186,265 000000000000054656b1c792cd3a8775b9426374a69c01a11446820e512cd213 0.01 MB 10 63
186,264 186,264 00000000000006a02c093acdf0b8b81ffa282d0218257f175202fd4a1c02eb2b 0.07 MB 146 131
186,263 186,263 000000000000038adfdeafc0191ca4489295e03d1f437019a4f7900aff090a84 0.03 MB 90 4
186,262 186,262 000000000000018c053abd16f564c49e348a72a7ceb436726a8914b2dc5b057b 0.09 MB 256 146
186,261 186,261 0000000000000202324cc8e82d0e04117b547745a77a03c993ec688805f9ba22 0.04 MB 70 97
186,260 186,260 000000000000017ba22f47b3f6edd39f1662a03059329367ae33eade6c51ede6 0.02 MB 53 95
186,259 186,259 0000000000000000768f5b971e3e0a586137b45c1b1796990b24a4c0c38452af 0.01 MB 16 73
186,258 186,258 000000000000059ecc14cf7ca7ecf6a8eb1652821192092039c14365a69e87fe 0.05 MB 114 124
186,257 186,257 00000000000000bf992754583816f61845293a70aad93702d09faefd431d4fd4 0.23 MB 596 154
Previous 10 blocks ↓
Total Size: 647.93 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,556.47 GB sent, 48.66 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.