Memory Pool Memory Pool Refreshing

39,961 transactions
40.89 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,708 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,647 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,707 (168,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,690 673,690 00000000000000000000e09abe637215e07eafbcb74768a1c5c843eecad5f321 1.62 MB 1,991 49
673,689 673,689 0000000000000000000975f4f818c8e17937cde37a3287fc1b13de37fbe07f29 1.23 MB 2,370 97
673,688 673,688 00000000000000000006b2fec8a6f5f20b76131233f2c424dd22861a5093a11e 1.33 MB 2,082 36
673,687 673,687 0000000000000000000c31837f206f86a0fafcba2c6c35a1ff2ce203992d3041 1.22 MB 2,418 23
673,686 673,686 0000000000000000000488c8ab3c1f2a7fe8ec100a59fc7acb84365200476bd9 1.41 MB 2,544 57
673,685 673,685 000000000000000000028102c44db7d0cb74dfc45f1637cfc3273c195a6902e2 1.24 MB 1,171 76
673,684 673,684 0000000000000000000b217475e6d331f34fc610bca0b2e4c22032dbb10ac645 1.36 MB 1,653 39
673,683 673,683 00000000000000000005fbf09e43d1d7d51cb265db6cee886f70568eb2c4c244 1.63 MB 1,625 56
673,682 673,682 000000000000000000043639a106ebd31d6b2c4d59d3ce50913e1d85f70ec956 1.39 MB 2,219 95
673,681 673,681 00000000000000000008f1ba1a7fe6589d964e5dd1c1d9d9141068283c13b17d 1.33 MB 1,799 20
673,680 673,680 00000000000000000005cb25a013378792e4e1cba81f0d3bd9aa3b963139eb59 1.43 MB 2,033 19
673,679 673,679 00000000000000000004ece077662d991347f8678b62560aaac507ea482af246 1.58 MB 2,120 48
673,678 673,678 0000000000000000000b47119d95e959e20dc993c1a8389677b1b61ad0533bc3 1.27 MB 1,911 68
673,677 673,677 0000000000000000000548752ff030da142b26b58a0f4f78a5cad70b0a552dec 1.16 MB 1,753 90
673,676 673,676 0000000000000000000957130f6ef81e8b0492a30d6df811367a60c1b11ab74c 1.27 MB 2,456 116
673,675 673,675 0000000000000000000c97afe6e815f10632c1eb3c9218a17dc27db052a2eeb0 1.43 MB 2,321 66
673,674 673,674 00000000000000000005023cb8de7ee2a97a424f521fd3fcac22bcb3226aed90 1.41 MB 2,572 62
673,673 673,673 0000000000000000000826650d49b2893dcc8a43e015b8722b2fd3d35672b34a 1.68 MB 837 18
673,672 673,672 00000000000000000002d63a596cc01d36749934f5e332dbd6bfcaa80f8cef64 1.76 MB 554 16
673,671 673,671 00000000000000000004d2e622d899e86f97204adfd53485a0529b3e50ebb722 1.68 MB 456 14
673,670 673,670 00000000000000000000db29a45eff1ddd1db8a90c138b8577ed1f703d49ed76 1.52 MB 1,218 18
Previous 10 blocks ↓
Total Size: 646.21 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,333.86 GB sent, 36.46 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.