Memory Pool Memory Pool Refreshing

59,137 transactions
20.70 vMB
Show Random Selection Loading Transactions
Max Size: 121/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,742 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,870 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,741 (316,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,798 527,798 0000000000000000001c6c25fba4bf68f8bed052a4406c11c76e0013be4af161 1.05 MB 2,003 19
527,797 527,797 000000000000000000105ac47bb15735f4a6f3f96370f7fd786a3db7b2fd3874 0.26 MB 633 22
527,796 527,796 0000000000000000000f4e31e4928052fcbe6be0431b377fbcb7a666b0337b9a 0.17 MB 391 17
527,795 527,795 00000000000000000026ccba5976e83204abdb028b8a3c83bdae8007cebd468e 0.11 MB 278 18
527,794 527,794 00000000000000000004c7f03000093830acdbf392ac740fd641438d1c02c303 0.30 MB 449 19
527,793 527,793 00000000000000000002f4f73367681ca0a312b38202e627f6c22f6b4ea9ba85 0.00 MB 1 0
527,792 527,792 000000000000000000048812ebef81a32be56fb44045bfc90fd63f909efd172b 0.78 MB 1,393 18
527,791 527,791 000000000000000000064d7d61a00c8c84bad5358d574badf34a558eb0980c70 0.30 MB 731 26
527,790 527,790 00000000000000000013f41cb9e57383cb74154cd7d4153a2fc611ec14efb59b 0.20 MB 502 25
527,789 527,789 00000000000000000034f02241185827c9dbddf7936f67f8cfff333aa47ad640 0.17 MB 377 21
527,788 527,788 00000000000000000008940249831905667aa4fd16628e85162c3d5bd6b3a7d5 0.57 MB 1,046 11
527,787 527,787 0000000000000000001efc0d095d1b52613423c4f8537a83b6f8017cc65d4f04 0.52 MB 1,212 49
527,786 527,786 000000000000000000337378e441191f3f5bb3d1e140bff0536411f0e8cb38b7 0.67 MB 1,281 36
527,785 527,785 000000000000000000197be27bfc358eb05ba5d8367b5aba810a40b4794e26db 0.54 MB 1,212 17
527,784 527,784 00000000000000000017ca1d74bdee575dd48d4b3513eea2f7e06b313883d73d 0.19 MB 486 96
527,783 527,783 00000000000000000000acf6259fffe63d36623c324f756faaf995a9e2896b87 0.36 MB 858 58
527,782 527,782 000000000000000000114d9964161e15a548e49b6e5a05ba3979c845f5c7dc04 0.03 MB 86 18
527,781 527,781 0000000000000000002055a5a6374b527a1be71d75a579cbdcbec8ccf385d628 0.43 MB 918 47
527,780 527,780 00000000000000000013c219113edf76c084255008a5e0536326e83dd210bf7d 0.15 MB 366 35
527,779 527,779 000000000000000000262407be2913d056fd978a514c5c336d9a4c197dafb100 0.45 MB 950 47
527,778 527,778 0000000000000000002309c6cd415d6d9182145d34c1c4577d41e52fb1ce2863 0.87 MB 2,048 60
Previous 10 blocks ↓
Total Size: 651.91 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: 9,183.26 GB sent, 71.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.