Memory Pool Memory Pool Refreshing

36,766 transactions
28.86 vMB
Show Random Selection Loading Transactions
Max Size: 135/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,210 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,079 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,209 (298,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,244 543,244 0000000000000000001696108c54d71b28f32311630416c303cb1db4cce0f8e3 0.22 MB 326 9
543,243 543,243 000000000000000000170636afb6de6aa6737d7639d8598c65fc3686a0f2ddf9 0.33 MB 599 25
543,242 543,242 00000000000000000017b7100899dabb19f8c8178990be8421a55343a9e996d6 0.13 MB 345 16
543,241 543,241 0000000000000000000d6b147ce179c81bafcfc20f79b5c63e415867f98bfc19 0.66 MB 1,508 11
543,240 543,240 00000000000000000014fb07da062825fb53e82c12d01a116f040736e8f9b5b1 1.17 MB 2,783 10
543,239 543,239 0000000000000000000589ff45b70ad03e9ed3ba3e82e4c0a1c8d383bffe7255 1.18 MB 2,358 40
543,238 543,238 0000000000000000001790e094309e3f9e04e754b527efd1751ddb1267d7e09c 0.95 MB 2,543 3
543,237 543,237 000000000000000000265396096265f168ad158dac55cf32440da7a2a74c9ab9 1.22 MB 2,982 30
543,236 543,236 000000000000000000224c06f056f6d144a2ec5702c4e112c9deab075baa7760 1.18 MB 2,811 22
543,235 543,235 0000000000000000002062f8376d45560c6f1b67fb17f738ecf81309bc23419a 0.26 MB 581 14
543,234 543,234 0000000000000000001b5577bdef58d1fff885f89fd948d3ed69e37fb8067339 0.64 MB 1,409 20
543,233 543,233 0000000000000000000b7243d69a6819393c968c28e45279855986b46f515e4f 0.12 MB 254 13
543,232 543,232 000000000000000000052010c7ed65cec311ad0513d6adbe05269e0bc20af2e1 0.77 MB 1,568 12
543,231 543,231 000000000000000000145f362211634062c91c11b39569e0063050408bc198a4 0.98 MB 1,786 20
543,230 543,230 000000000000000000125f5908cdd68c366434d8718882a98f7c5257c5cca274 0.71 MB 1,795 8
543,229 543,229 0000000000000000001941c26a932f39b710012480af6920cfeba68a0255113e 1.23 MB 2,912 17
543,228 543,228 000000000000000000261a6957bceb2402ec8d430b6e2d3a35e92efd0cea7fcf 1.11 MB 1,418 24
543,227 543,227 00000000000000000002e1197e71d554fa006354c34ec9ce933af0715ac16ec1 0.10 MB 255 15
543,226 543,226 0000000000000000000d3b539c75ba110f6e5e024e8d178d178384ddaa16c2e5 0.57 MB 1,331 12
543,225 543,225 0000000000000000001e395a1e4aefe0e4560fae2f8dc4091ac9fba9d1f3cd95 0.42 MB 640 2
543,224 543,224 00000000000000000018d0763ebeca11f6d4f399b5708387cd7062c8dc72acc4 1.25 MB 2,810 23
Previous 10 blocks ↓
Total Size: 647.12 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,457.23 GB sent, 43.35 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.