Memory Pool Memory Pool Refreshing

85,621 transactions
35.09 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,251 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,254 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,250 (543,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,368 301,368 00000000000000000e498f7102e743978cc1e58bbac7d16cd83a675366a328c5 0.22 MB 418 37
301,367 301,367 00000000000000000260e0d258108515256f6a87062cfa1c792382a4def2081f 0.10 MB 145 25
301,366 301,366 000000000000000001e9bcda31bbd8bb357a6ea8251ed7cc3105ed4e680c8871 0.10 MB 36 12
301,365 301,365 0000000000000000733b21edd556438ffa7e636eddd627754c86415a51b33178 0.19 MB 194 23
301,364 301,364 0000000000000000674b60c327c54ac9fa07f1aeb9323d6b42b123bfb87fe73d 0.20 MB 239 21
301,363 301,363 0000000000000000727ac1a9c7d9036eeb4c2471759eff90eb0011d80c53bf51 0.07 MB 177 34
301,362 301,362 00000000000000006188c3c45b1d487c32acdc7825416627845764fe392619e1 0.06 MB 128 28
301,361 301,361 00000000000000002e29beb2953d7736dd763638c59bc130bb770049d70af4db 0.20 MB 356 35
301,360 301,360 00000000000000006bbb5c140abbdec442f4f4c701a056cb3d4621f5f5e3194c 0.12 MB 197 25
301,359 301,359 00000000000000001ac70b27cd706a80a0bf206f7cacd69612367377413aeeac 0.01 MB 11 29
301,358 301,358 00000000000000003a8e33772649d7c5ee1c9d3362cb2c864f2bcc2bfa12f1bb 0.11 MB 200 29
301,357 301,357 00000000000000007560698362f27ab3341bea4d90b923ae4f13a36437cfd15e 0.11 MB 209 30
301,356 301,356 00000000000000002f538d858bb5a23beb3c7b8350bc65ef10bccafa1f0b9c96 0.10 MB 129 34
301,355 301,355 0000000000000000577ac491b3a8a443209f0a6f9ac264f6bc442acdd41bc814 0.19 MB 300 29
301,354 301,354 000000000000000074822281746bace42cd151f0f84a5854588a4aa6688217df 0.02 MB 47 43
301,353 301,353 00000000000000006009c74d7236f934cbfc4818fffbe35bd38acb423cd1344e 0.02 MB 51 33
301,352 301,352 00000000000000004276eb6f4cb4c10bc67aaade5dbc29d9fca4d9ba2c216027 0.20 MB 340 25
301,351 301,351 000000000000000026e51734250c78cfedcd0d62f8e55f42931f85691df9cd80 0.21 MB 321 24
301,350 301,350 000000000000000019d38f166f7aedc93a3d0fd626e0c4b9132299f66c064c58 0.39 MB 330 24
301,349 301,349 00000000000000005687b6a871d389bd34ade88166cb18c1fe455841293f181d 0.38 MB 621 28
301,348 301,348 00000000000000000ae24f36b50cfdb0370228fe07b71af91e845e11fe39f0ac 0.22 MB 344 27
Previous 10 blocks ↓
Total Size: 652.87 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: 9,289.47 GB sent, 77.74 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.