Memory Pool Memory Pool Refreshing

35,314 transactions
48.46 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,027 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,363 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,026 (299,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,800 542,800 00000000000000000005b9198010916efcd34b8088ae01b0a1910a67a3724eaa 1.21 MB 2,249 10
542,799 542,799 0000000000000000001edc239858055b30a8a3404ce5db4b68ccac6e050ab2ef 0.99 MB 1,597 12
542,798 542,798 0000000000000000001a286858e68d0594bfbe601a50c43d8511f73f0fb5b927 0.59 MB 929 8
542,797 542,797 0000000000000000000285bfa2beffd4ce206b20f9a577daf5d0256e181ba72d 0.74 MB 1,311 14
542,796 542,796 00000000000000000007b295925be1a818b42256a296f8c569086bc65e9d91f5 0.71 MB 1,385 14
542,795 542,795 000000000000000000209781e24e598ace6f831ac1569865d232cc2a731ce57b 0.54 MB 907 16
542,794 542,794 000000000000000000192d9b299f6ab4d7c269d7b7b17fcacec6ed882b39f9d4 0.43 MB 853 14
542,793 542,793 00000000000000000007ddc22abeb29005f3c4906b6e84b507b6be56a5ed1959 0.14 MB 299 13
542,792 542,792 00000000000000000021eb6aa4dae0f6047f0435dbedbdee529c6388a636bfb5 0.86 MB 1,442 14
542,791 542,791 0000000000000000002684a5d0968868eba1ea70f250d5d049ba7c7e65a7e3ba 0.16 MB 212 4
542,790 542,790 0000000000000000001c079718115e017ec916323467545d7e908a524c721215 0.68 MB 1,208 19
542,789 542,789 00000000000000000016ccff022dd974fda2d81a787a18cc727d76cd24e4d875 0.23 MB 390 26
542,788 542,788 0000000000000000001f534b1802af152e1801f4115e5b24d80585bbeb7b7286 0.29 MB 598 20
542,787 542,787 00000000000000000008d21ebb24d7a9c5bacea86f6ce0a29f0804736d420ba9 0.32 MB 504 9
542,786 542,786 00000000000000000006c2bdbf41b130b1d7a59f7e9060962b1326e9b5ece70c 0.82 MB 1,606 17
542,785 542,785 000000000000000000144584457d4879867492138a27111b76737096828c499b 0.70 MB 1,413 23
542,784 542,784 00000000000000000005888697db0b673bccd29b4b03c53d59d8d0547bd57945 0.07 MB 188 14
542,783 542,783 000000000000000000184c15ddac93a962b26c387666d056adf12f77d4f3d60a 0.19 MB 445 20
542,782 542,782 000000000000000000045c4edb11ecb8e2a16548ae9963968028f7bcae8f058c 1.18 MB 2,771 13
542,781 542,781 0000000000000000000e43fdce3dea00e04744c456ba9835d0f69c68030fa798 0.86 MB 1,985 10
542,780 542,780 0000000000000000001353b0193813aa1f6eb38c06197cd7b4289d1908e1c214 0.31 MB 810 22
Previous 10 blocks ↓
Total Size: 646.80 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,411.00 GB sent, 40.29 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.