Memory Pool Memory Pool Refreshing

48,305 transactions
44.34 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,065 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,371 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,064 (497,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
344,690 344,690 00000000000000000ebc749b56913c2c010e2dbe04bdeccfcb643f078443e190 0.75 MB 1,307 24
344,689 344,689 00000000000000000e9994c44568b015be64d217a57b729ee88487295ef59fe4 0.30 MB 253 16
344,688 344,688 00000000000000000043b4ca5dbab638a6657b39de68f8f6c09d6349cdc7d225 0.19 MB 151 14
344,687 344,687 0000000000000000176b9e6c89703fc32c9dc50472651f48270d73a4953cd4fe 0.50 MB 371 17
344,686 344,686 000000000000000016cb70d34603a0abeee160f765175932eb856750c7f1d7b0 0.77 MB 484 15
344,685 344,685 00000000000000000e1509e9775b361d645072a8044ac0c945326e56cbc981c3 0.98 MB 671 14
344,684 344,684 000000000000000016f0379f1b5ce3099c7f8dd6c9f07413bced252bdcf86200 0.14 MB 234 29
344,683 344,683 0000000000000000106c3b74efde8e3233d0449dc339b6de1abc40cc6f91871f 1.00 MB 995 27
344,682 344,682 0000000000000000182aae6dcec8d1b952c146016111d3b2bd542aa0f1762b38 0.43 MB 674 45
344,681 344,681 00000000000000000f33a70110f20f0bc792727732076b7b3de806824cc83c56 0.61 MB 1,060 24
344,680 344,680 000000000000000007e2eb7043483bc0bc3d65b8c683314f79de9745d9c843fe 0.14 MB 270 29
344,679 344,679 0000000000000000146930b74a3e1933ab27552bf3677e9d78a89f72764fa696 0.78 MB 612 10
344,678 344,678 0000000000000000020f09753c27cb79a0682a5c3ef6294f331414012c2d54dd 0.15 MB 512 41
344,677 344,677 0000000000000000144e35475dabfea3066c20e06ffbd6380fa81eb6ce31137f 0.07 MB 208 33
344,676 344,676 00000000000000000accbfcd31ed60d0b3384161625e4876ac483fb16610a8db 0.11 MB 241 26
344,675 344,675 00000000000000000a32b5a9cd43fcc76421c8143d734739b5f787f5955a4bb2 0.66 MB 780 17
344,674 344,674 00000000000000001759f34ccc42945bf8f06e3607b323814f11a74e8742c38b 0.08 MB 103 12
344,673 344,673 0000000000000000075b8d68be4c265f5a4910b284bad26074e7d763f8a81cb5 0.35 MB 450 17
344,672 344,672 00000000000000000bdf2d22450ed826633db1e119bbb2595d1b965f18f271ad 0.10 MB 133 11
344,671 344,671 000000000000000000e2586894418ee68bb6c168bcb780f6b31ceebc07d50132 0.22 MB 282 17
344,670 344,670 000000000000000009e661643b3a1a82f0c39eba34c46e4ef94b13460a70fc9b 0.24 MB 394 20
Previous 10 blocks ↓
Total Size: 646.87 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,429.49 GB sent, 40.95 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.