Memory Pool Memory Pool Refreshing

88,789 transactions
32.34 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,378 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,356 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,377 (114,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,921 731,921 000000000000000000063c724e1404ca39752943aba634d10362bc262f094dfe 0.15 MB 158 8
731,920 731,920 0000000000000000000506606c3f69b4064334af4a4f34bc0571bef3df9427f2 0.03 MB 37 14
731,919 731,919 0000000000000000000010175faf6b60fc4d8849cd6f397915189e4920183f1a 0.21 MB 457 9
731,918 731,918 00000000000000000004c0a534804c87d594d6fd285f095afebf20b54a7ac466 0.60 MB 1,072 8
731,917 731,917 0000000000000000000724a7601aeecb012dd46f79cb28c5f316b01a3d397ed1 0.68 MB 802 8
731,916 731,916 00000000000000000007115e2a39db215082883d740c275c9065625ad147e1f1 0.24 MB 329 36
731,915 731,915 00000000000000000005cd7f21a4e3373df2a8cce844b32babec2a0ab9f99bec 0.00 MB 3 19
731,914 731,914 0000000000000000000337538984c2519456a949d2c3fbefa411d5d594cce083 0.51 MB 286 5
731,913 731,913 00000000000000000006d305ef08685e1a7369958dae9aa1c2ab8df89f06b293 1.70 MB 1,898 7
731,912 731,912 00000000000000000000eeadbf0c34676b0d158a15d5802c128865b663e31d11 1.37 MB 2,330 9
731,911 731,911 000000000000000000018d3b28a6b51b849305bad2031941e93bcc3ef96ea31e 1.29 MB 1,447 7
731,910 731,910 0000000000000000000096664f31dc5d00f0a45edcf5668d510b3497d1a83819 1.55 MB 1,201 7
731,909 731,909 00000000000000000009e4287947002073f6f286a5829a5f9e8206f520e7bec6 0.50 MB 513 8
731,908 731,908 00000000000000000003d7d4b24c9c8b54d7f91e25fd2350d4713ffeca0b01a2 1.60 MB 1,791 5
731,907 731,907 0000000000000000000574986a8d0a3e22563f43aa24eb12a28b271ffe56e02f 1.56 MB 2,236 12
731,906 731,906 0000000000000000000116a86d2cb9a421a5659af374c8198b53f8529d8972df 1.62 MB 1,195 2
731,905 731,905 000000000000000000042f22cb9a4d49c0c1bdf434d49c83dd77344e73e17873 1.36 MB 2,150 5
731,904 731,904 00000000000000000003a1852fde61b25a13949464838bf3dd0a81e2dc2e1859 1.33 MB 1,814 6
731,903 731,903 0000000000000000000684cc46deb723eb10b56ac20117685746c1c0fedd056c 1.34 MB 2,341 8
731,902 731,902 00000000000000000007d73c955ea7fcbc3e28d71a64506a5f964c8293c0297c 1.36 MB 1,625 14
731,901 731,901 00000000000000000007a1cbdb9f69e2b228a4a0aa23c9f57877bc3040338c44 1.19 MB 1,143 15
Previous 10 blocks ↓
Total Size: 654.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,416.16 GB sent, 92.39 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.