Memory Pool Memory Pool Refreshing

106,599 transactions
29.65 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,710 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,379 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,709 (490,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
354,502 354,502 00000000000000001021ec768778e0d45c538224a3a487734bd517f4f10273ab 0.07 MB 123 24
354,501 354,501 000000000000000011324f9fea719ea6cab931e4260dca51fcbe4f8d74b944f6 0.39 MB 690 23
354,500 354,500 0000000000000000155935cfa788ed8a9c7fd8bccc80f793028a3ffbe0810260 0.43 MB 758 22
354,499 354,499 00000000000000001542a94ed89a57d3c1f8d29c3672a0fba1564db15e4a80f5 1.00 MB 1,661 24
354,498 354,498 0000000000000000113b9fb34cc04c0752182e616e8cb038c1e1ea14aa1e4165 0.35 MB 1,024 40
354,497 354,497 000000000000000006cd133c0386a8e7a3a36a1e010dd394dec39e377cd5484e 0.18 MB 288 20
354,496 354,496 000000000000000009fe9ef75a58b62376f0ac52843e10eb0e15536770d9eaf1 0.06 MB 35 3
354,495 354,495 000000000000000007abb85568326e19c4352d0768dbbde6f9129cf52f1390bf 0.19 MB 312 15
354,494 354,494 000000000000000006844a7db623c028527fdab798a5ce5cb59b5f71b6187243 0.75 MB 664 14
354,493 354,493 00000000000000000b13f6549bc4134e44cb2dbe810b8b7fbb60c9551560ea96 0.75 MB 1,740 33
354,492 354,492 0000000000000000158e36e589cf30df26e6669b6deaa00f9979f56560e9cc7c 0.75 MB 2,278 41
354,491 354,491 00000000000000000b3d84d517844b91e3329d3d344d80f8df1bdbbc3845e8f0 0.48 MB 1,096 26
354,490 354,490 00000000000000000a4086b91d07243a0bdb11b80574acf9091dfac3c8424855 0.25 MB 465 25
354,489 354,489 000000000000000009065787bfe99eeca871f3b2a32d55ee23a41bb9f7e94a33 0.10 MB 217 32
354,488 354,488 00000000000000000d9214ba334a52624b701a74b1b9a15b727d516bfd569845 0.11 MB 185 15
354,487 354,487 0000000000000000036b1b697ff87e89a980f5a19d7463c6129d682643dc5015 0.75 MB 1,676 31
354,486 354,486 0000000000000000067b0b1d167340ec287ca008842db583d43133c38469eddd 0.38 MB 903 31
354,485 354,485 0000000000000000092a0495227849c6385e25fff52f01e230f6577b37cb4672 0.51 MB 1,114 27
354,484 354,484 00000000000000000bcadaa2e6467cd2b90d6b1c59da7b4acb171e6db00bae03 0.05 MB 131 29
354,483 354,483 00000000000000000ef84aa93912ff7c59108f8b660669e237071c635d1fefd5 0.33 MB 706 29
354,482 354,482 000000000000000005d448197af334a818d9e23d40a0c4e48defb4a8a3fcc360 0.30 MB 665 29
Previous 10 blocks ↓
Total Size: 651.85 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,182.11 GB sent, 71.19 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.