Memory Pool Memory Pool Refreshing

33,948 transactions
44.40 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,247 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,920 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,246 (598,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,427 242,427 00000000000000de134228638903a22596632d9b71ddf80073810be86efc95b5 0.25 MB 657 202
242,426 242,426 00000000000000a5c85bba98b195261a7ff0c04a21620cb3e62f4d147c576dd6 0.03 MB 59 25
242,425 242,425 00000000000000b083d3633cf0530d0b41bf184470681c85d05e7bc346bff526 0.22 MB 388 126
242,424 242,424 00000000000000927af978f3f035afb18636ab10bfc2205d9f877a66be030d60 0.09 MB 171 76
242,423 242,423 00000000000000217cb9c57c845efb73e69c14925e626ed904fbe55c4fc67588 0.25 MB 681 236
242,422 242,422 0000000000000098580180b16c7a75d334d3167a7bab420499182e55aff0aa32 0.03 MB 40 10
242,421 242,421 000000000000006bae8c63d1328cc1f999b4749924c5648802c306532ee9fb1e 0.43 MB 1,039 165
242,420 242,420 00000000000000c108e1a780f3204dbebc95609f3039ce0803599d90653b55df 0.05 MB 90 54
242,419 242,419 000000000000008a41d63a63530f62bee0f8549d7c5f47be81293610082a7124 0.25 MB 652 210
242,418 242,418 0000000000000071a24aa1ec6ea8e477063be1699212c96bc1d047f5be341bc0 0.15 MB 237 105
242,417 242,417 0000000000000081e7bcee069d29a0dc1d0999ff4a5a3c3e3b97870ece0d1172 0.25 MB 672 211
242,416 242,416 00000000000000a809ff1ee7a486382250a3de91f6c187bb0297c34439543251 0.08 MB 166 85
242,415 242,415 0000000000000070af575bda239a0751b00e6658293b699469fea4bdf83513ed 0.11 MB 243 177
242,414 242,414 0000000000000029783bd0849332dd0fb3ff57b2b2e53a589caf25b73dc58aba 0.08 MB 182 179
242,413 242,413 0000000000000085baf49c343e811deac3da9c7f329cf2877cc36800cce3089e 0.02 MB 35 150
242,412 242,412 0000000000000039cd4bef917ef750c1d39ffdea34c77cec78b5ba567a03c3ed 0.02 MB 25 95
242,411 242,411 00000000000000542cc06f8378b96c336e87096893cc3ff5e45023a27be32cfc 0.04 MB 72 147
242,410 242,410 00000000000000d871a32a8a2dcbd0671525c20ce7ad4cb8cc3ba66fc5d99ea4 0.24 MB 427 125
242,409 242,409 000000000000004f8a446f6e0b2fc1279600843bcf270240a0ea3dcb56c7323b 0.25 MB 558 180
242,408 242,408 00000000000000a1171237048ac0127039a16ae00c122c14898a4b243c3c2a50 0.01 MB 25 138
242,407 242,407 0000000000000059ccdb9cb47e112996254ff2c8b4341add0b6906f82bb3e1b3 0.23 MB 553 193
Previous 10 blocks ↓
Total Size: 645.34 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,233.00 GB sent, 31.81 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.