Memory Pool Memory Pool Refreshing

35,438 transactions
45.52 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,435 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,853 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,434 (194,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
647,690 647,690 0000000000000000000385c07d63f728467653e5c461a759586d021db0b73bd9 1.24 MB 2,696 18
647,689 647,689 0000000000000000000e7850b7a836789529e3b1c623aeb13db5cb095a8b7243 1.33 MB 1,857 110
647,688 647,688 0000000000000000000839f39f2bd538918040ea38d1c97569361a51175250de 1.40 MB 2,264 69
647,687 647,687 0000000000000000000670d501b6688950e47e82bd0836671a95474f937d1a94 1.43 MB 2,174 76
647,686 647,686 00000000000000000003baba30337dedd8512917e5594fb95a6938c48f79fcee 1.50 MB 1,808 116
647,685 647,685 0000000000000000000da7302722354fbd418b479cdc5f8fad422067ea7d042b 1.43 MB 1,746 37
647,684 647,684 0000000000000000000a6099f249bb968982ec7c96805c564891b9f50a56365e 1.78 MB 200 3
647,683 647,683 00000000000000000006c0c926040de71b3604e2341fd8785a67f286799762c2 1.63 MB 896 22
647,682 647,682 0000000000000000000b40f521e9b773b2d9130a9a564ea546039f3060f8116b 1.66 MB 973 24
647,681 647,681 000000000000000000035fe62cc28acdff8172c5b459e184ef335dbd7668276c 1.50 MB 1,380 30
647,680 647,680 0000000000000000001024d6d0cc0d40465c4f45fc0d400b2a6f5dda5604dfd3 1.22 MB 2,763 13
647,679 647,679 00000000000000000009eac1773f4f4681f38f6f8bf1d1081f935374338ff99c 1.36 MB 1,905 107
647,678 647,678 0000000000000000000b4f64c1e59a81bc6241faa4bf777b0cd84fe2080d290d 1.33 MB 1,960 105
647,677 647,677 0000000000000000000fa1aaf62114dfd84276d881e6425b9e94b54511440e4d 1.33 MB 2,572 76
647,676 647,676 00000000000000000008cec484430d7314533d725734e2be7f627e2fcd82c962 1.31 MB 2,491 68
647,675 647,675 0000000000000000000b265c33071933379c512081df2b65936ff40eb68b8621 1.62 MB 828 26
647,674 647,674 0000000000000000000c46e92856c3ff8683e121f2004b9498dcd1648f448926 1.54 MB 1,321 37
647,673 647,673 000000000000000000013b9ae982f9c8584a0d4f3002b835c26d040fa5a97506 1.30 MB 2,162 63
647,672 647,672 00000000000000000002609e98c9dd158d1adb85a4dc1f386fb8ed8ba7388f0e 1.13 MB 2,645 23
647,671 647,671 0000000000000000000781bd2f4484c84db3da8b35d371c5ca92c860e0c42c72 1.38 MB 2,370 41
647,670 647,670 00000000000000000001277c3e063e3e9934c19aaba834e1c2827bf762fa1a09 1.50 MB 2,190 104
Previous 10 blocks ↓
Total Size: 647.55 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,500.68 GB sent, 46.32 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.