Memory Pool Memory Pool Refreshing

93,170 transactions
32.40 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,944 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,491 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,943 (178,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,820 666,820 0000000000000000000399477d58eff985608cfc60168fbd9ddb194b8b32947f 1.55 MB 1,306 40
666,819 666,819 00000000000000000002a7f611fb61dd43ffc4af32024a7b936fe7d2a0c853d9 1.19 MB 2,994 49
666,818 666,818 000000000000000000032d5080f5a5c804974031deca107d6486301a4724b453 1.25 MB 2,847 61
666,817 666,817 0000000000000000000121cd680234b6bb82cee495706f4ed5f4019b8b8e5bd6 1.47 MB 2,931 102
666,816 666,816 00000000000000000005b90cda5d8b11f7a97462bf1c940df8bc8b355842cf8d 1.33 MB 2,548 62
666,815 666,815 00000000000000000007bb8e6502bf24399574e46b73bf8aa16e83376e8818eb 1.36 MB 2,740 62
666,814 666,814 00000000000000000002c771de94f9f66f1b0c935a644e38e68a8139386baef6 1.37 MB 2,696 86
666,813 666,813 00000000000000000001341aecf96a04cf279813bcb20e0b7cc795494543818a 1.43 MB 2,695 100
666,812 666,812 00000000000000000007d1fe4a785ce4fed5aaf892d9f2dc99de6ac569379a84 1.31 MB 2,168 96
666,811 666,811 0000000000000000000b70d46f5e0c952ef94946b7cd72bc45ce3566610d2df1 1.28 MB 2,327 102
666,810 666,810 00000000000000000002536cb9e40a275f17fb325af77d557dafb9f699058e55 1.32 MB 3,024 75
666,809 666,809 0000000000000000000b2603f33bc774196d32051621d263eff3751bbd93bb06 1.26 MB 2,645 84
666,808 666,808 00000000000000000005e30a63e0665f8af320620ee018c3c69e010e895989b2 1.40 MB 2,827 94
666,807 666,807 0000000000000000000d9093ac0abcddc7d1c28d398c8487dd58d36afb933284 1.39 MB 2,780 112
666,806 666,806 00000000000000000002fd72e6f6b17022c0ba3afd780a3eddc32d088a67954c 1.42 MB 2,325 75
666,805 666,805 000000000000000000017401fd88933175e19a38f17747de78091c5fe5348482 1.44 MB 2,733 89
666,804 666,804 000000000000000000059036a8d73a68ec28cb54c37cd4f778f32fd53f3b365a 1.41 MB 2,481 105
666,803 666,803 0000000000000000000bd77c585299e913ee50b8216a5a9e368963e9d4495dda 1.50 MB 1,504 55
666,802 666,802 00000000000000000005df8e2a98db6ea652adb5b8b64e86fd39c8047bc09f63 1.24 MB 2,909 62
666,801 666,801 0000000000000000000c07006af2d5b4178ee42412e70836274c1da2a0704a3c 1.11 MB 1,807 73
666,800 666,800 0000000000000000000907d6e320de5f8d7af4f321f87107156699447e0e2a01 1.36 MB 2,351 99
Previous 10 blocks ↓
Total Size: 652.30 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,221.64 GB sent, 73.75 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.