Memory Pool Memory Pool Refreshing

54,771 transactions
45.73 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,073 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,625 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,072 (209,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
632,452 632,452 0000000000000000000ab743532174157367395d891407825d0225926a143303 1.24 MB 2,222 51
632,451 632,451 000000000000000000058e36c1479f1cc0cc4c5a47cf06edddfd4dec5945b99f 1.07 MB 1,950 47
632,450 632,450 00000000000000000003ac9ec6f1af8d546e1cb1c78e79d43111896e2bb33f23 0.90 MB 1,785 28
632,449 632,449 000000000000000000061434cc93f71b27d11bc0251a173588fdef1310c72cc5 1.24 MB 2,509 50
632,448 632,448 00000000000000000001e8909e5f82de70b5971661f1387718e88bf2b6d02e92 0.70 MB 1,265 37
632,447 632,447 0000000000000000001127c5a9a0963b5f4bac4a39b9f5d1f8187a34ed11d547 0.74 MB 1,122 52
632,446 632,446 00000000000000000004722badaef9769cf9d7302863828fbf295030f06e38ea 0.46 MB 899 50
632,445 632,445 000000000000000000050e0c574fb2f04ad8d3811ce38a1fdb8639609fd3aac1 1.04 MB 2,091 14
Previous 10 blocks ↓
Total Size: 646.89 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,431.17 GB sent, 41.11 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.