Memory Pool Memory Pool Refreshing

83,008 transactions
36.59 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,176 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 6,424 500
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,175 (209,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,473 632,473 0000000000000000000a5816904a05e5284fd9a29e7917bf5e2752c886781631 1.40 MB 2,401 84
632,472 632,472 00000000000000000002d17fbc2a3b7d2d514911ab17d5d5955841983d548aaa 0.89 MB 1,706 37
632,471 632,471 0000000000000000000a677b4ff01654ddd1b9a0fda5c818cf6ace2d6f3f4f0b 0.42 MB 739 38
632,470 632,470 00000000000000000004ad49d45b7ca013ca2b2bef9955b9db5c62e6cb3b10e4 0.84 MB 1,378 45
632,469 632,469 0000000000000000000965ffd1f171b96c6fbae083a28ae44aecfd17165ec970 0.59 MB 960 22
632,468 632,468 00000000000000000009c510c5d6111e265410aaeec179fe69062dc8d4d73474 1.29 MB 1,751 35
632,467 632,467 0000000000000000000d2936b039fcbc64dc43bb2a160090aef5ba5f9c20dae1 1.23 MB 2,553 13
632,466 632,466 00000000000000000002fc9069d43b4f20d1041e9bf1de67922794ada8e0b67b 1.36 MB 2,312 63
632,465 632,465 0000000000000000000dfd3b995c54e5d27584faf1819ba590a5e3d181886e5d 1.31 MB 2,392 105
632,464 632,464 00000000000000000002db402f136c36d8762e9a946f25b249fb98e43e2490ba 0.91 MB 1,992 4
632,463 632,463 00000000000000000011f9811bd58417a65fb808a167aeef257774cb9f7eac9f 1.49 MB 2,137 81
632,462 632,462 0000000000000000000a1522a3cbfa223043d3cc4be8b063db69ea68ce76aec7 1.22 MB 2,484 47
632,461 632,461 000000000000000000056b5b97701c33b9b9908a433d272edb15301cf9941541 0.49 MB 689 16
632,460 632,460 0000000000000000000ffae498a8f225978150d1ed39f3c0dcc32b7280e3a294 1.32 MB 2,431 64
632,459 632,459 00000000000000000002fc856addcf452205894332a606e9af071edb6484cbac 0.74 MB 1,571 22
632,458 632,458 0000000000000000000e8776402cc6ecbd7ccfc7d3d6b849b19cbe703281bc23 1.28 MB 2,543 57
632,457 632,457 00000000000000000009f008a931623d3395a9a46292b52e9d96201b98833e6f 0.54 MB 449 17
632,456 632,456 000000000000000000105a64d93e9d0e063b6a71fbba2382a9d6d92f05f5dadd 1.33 MB 1,619 24
632,455 632,455 00000000000000000011efe05834965cf0c15a4ec59a12a8748d6d860f8cd956 1.23 MB 2,091 60
632,454 632,454 0000000000000000000966ab44d3a7788d59187772598053c900cd594e4f9013 0.34 MB 659 40
632,453 632,453 0000000000000000000683dd6f54c8bfa0216ea71c770490907cf38382f47054 0.76 MB 1,252 42
Previous 10 blocks ↓
Total Size: 647.06 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,451.97 GB sent, 42.93 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.