Memory Pool Memory Pool Refreshing

24,692 transactions
20.67 vMB
Show Random Selection Loading Transactions
Max Size: 105/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,235 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,454 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,234 (468,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,634 373,634 00000000000000000c448bb0b0e61826cec1be275dec87d32e34131cf256dd47 0.93 MB 286 6
373,633 373,633 00000000000000000cd9ab6d464116687ea2698c3fb87e738f5bb1134fda3947 0.00 MB 1 0
373,632 373,632 00000000000000001345d660b25c23c55c5007097511b89c3e434cbbb229caff 1.00 MB 98 2
373,631 373,631 000000000000000008a0dabed3ba1ce6da4c5692395653e0640c127d9d8fb5b0 0.07 MB 195 54
373,630 373,630 00000000000000001100d8fc602af76fc3342ac3d212529ce485704772bb9047 0.91 MB 973 21
373,629 373,629 0000000000000000066f00105d10a8871072852ba26e707bbfc7ab4d0b304cd4 0.86 MB 1,428 30
373,628 373,628 00000000000000000d33885ff4dabf335d04d9cd915fd22f4509cff6ee797193 0.40 MB 936 50
373,627 373,627 000000000000000012995bee09d80d032f9dfddd6cbe2aabdf1d4c6b84f496c7 0.70 MB 225 6
373,626 373,626 00000000000000000eaa4f04cef3431d02a159fb038cf62a5a49e4289858d320 0.87 MB 1,433 33
373,625 373,625 000000000000000005f31c87da35ee59888c366d5fe5ed9727600fa7d2f03c29 0.91 MB 509 11
373,624 373,624 00000000000000000899789dd244ccabd425e0476735ffeaf7a7e4c98c38a4b6 0.27 MB 635 42
373,623 373,623 00000000000000000e8a6aa70a2698718d732589994b2c08f6655c6137688159 0.86 MB 1,473 33
373,622 373,622 0000000000000000105cbeaa1dc2106cadef1ca4353b90fcfa86c20f0fb88a6a 0.21 MB 457 41
373,621 373,621 00000000000000000a18e03376d05c9f5c8b61bb88869c46c1fb294377d4d6e0 0.15 MB 398 51
373,620 373,620 00000000000000000524055a4606ed21eacbd64da82028c689d4ebcabbd59a74 0.00 MB 1 0
373,619 373,619 000000000000000000d17075536f8a992120cff689e06d0a0ed9cf5d77c62ee7 0.92 MB 518 10
373,618 373,618 00000000000000000c5e03784f201c8788e8f9ac0312db5b11f41d9a224ae868 0.70 MB 605 16
373,617 373,617 000000000000000006a4d610a12708dd692961ee9205c8eeac564032d734b5af 0.28 MB 514 37
373,616 373,616 000000000000000012a2908b02d6ba0e2b9268ecbb0e701fe7dd2a9aa2fbe4eb 0.93 MB 115 3
373,615 373,615 000000000000000006716b8780b7363a44298a06872a9123b643fb217ea04dc9 0.86 MB 155 3
373,614 373,614 0000000000000000130b769af87567d7525a9ac277eb0e640703e8d256cc1562 0.91 MB 261 8
Previous 10 blocks ↓
Total Size: 647.17 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,459.99 GB sent, 43.57 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.