Memory Pool Memory Pool Refreshing

32,825 transactions
36.76 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,493 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,814 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,492 (787,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
54,760 54,760 000000000bae452dfc58bdc28fabebdb4371134fec92531b1507b5b6d772368e 0.00 MB 1 0
54,759 54,759 000000000d4199d01e97f343543e72e5f493cb381189ff218f1cf373394e2a60 0.00 MB 1 0
54,758 54,758 00000000137df7a897886ab8b43209b270bfbf52a4aff5de9856fb4e742315bf 0.00 MB 1 0
54,757 54,757 0000000008a730107a850190527dfea754afe20ff6b8c4cba74157bd37322390 0.00 MB 1 0
54,756 54,756 0000000003fd0ab4a17ef01e1b58572f50f11df820cf4c9d56d813f3b720cf8e 0.00 MB 1 0
54,755 54,755 0000000012c7a4924f2cae056dc47b14e72d2b685035f29b38279f8293fbbcde 0.00 MB 1 0
54,754 54,754 00000000122e78e5169b2b59176a7fa7d9fe20fc31a1dbf55c8f1d6dbd72bcd5 0.00 MB 1 0
54,753 54,753 00000000126c8e4987753b45cd9077b352786dc661dda16673097d5a9d77e4c3 0.00 MB 1 0
54,752 54,752 000000000b59f9ddbe4762c1c6fd315b717921f96f299a26447fdf20e07c2d1f 0.00 MB 1 0
54,751 54,751 0000000007f6ccda7829b24fcb6944eef38f8f5de2b16041b6e09fb16ddbd06e 0.00 MB 1 0
54,750 54,750 00000000100ba2b6d398bc3c3567bf8e967a986f35b29a72cd3f2de30fde995e 0.00 MB 2 0
54,749 54,749 000000000f337922b2421c17ceee1a042d4ade313a03c7fb3b9fbf95be0cfb8b 0.00 MB 1 0
54,748 54,748 00000000001e728b24682115a84371080e5ad4acf632f2b4eceea1d7339f4363 0.00 MB 1 0
54,747 54,747 00000000011bfa61b552ca46191dd1546363d43042c363fa2cc4140aa0b56ead 0.00 MB 1 0
54,746 54,746 0000000004b4cabfb61beac1df8b4eae5759a748915d2d758f5146f10852a189 0.00 MB 1 0
54,745 54,745 00000000026fe5d970e3eb149fd3306fd54315f38c2f402b4024c7edf624627a 0.00 MB 1 0
54,744 54,744 000000000c8fd08489c45a5a9203c7433e60d073015446ccc78c77578c0970e6 0.00 MB 1 0
54,743 54,743 000000000472003cabdd0fa70d7ca39d9b95d502ae71008165b81c9260188ec4 0.00 MB 1 0
54,742 54,742 000000000587e5f5d54cbc8c3eebabb1e84192b9956598fc92c6d78517d8ad0e 0.00 MB 1 0
54,741 54,741 000000000a4622670e685381c96762dbbf227e66a204d33f3a18d05c45c186c9 0.00 MB 1 0
54,740 54,740 0000000007069b86478c0a1d6b49e679d3898fc118ba2a6036d106bbd29be010 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 647.66 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,527.44 GB sent, 46.99 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.