Memory Pool Memory Pool Refreshing

45,617 transactions
34.60 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,146 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,851 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,145 (73,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,830 768,830 0000000000000000000654a9d18330f49b1fc17d0da62a3941d78457fc6b191f 0.56 MB 1,098 16
768,829 768,829 00000000000000000005468e8c091670cd7d36671a0bed718c5457cb9c013d3c 0.53 MB 919 14
768,828 768,828 00000000000000000003c1ce56ab554c9753ede951a78f0f6e59a1a625967583 1.66 MB 1,459 8
768,827 768,827 000000000000000000030cea02af9c3967bdbcc1398b0ad5c5194dd260288a4e 1.49 MB 3,061 15
768,826 768,826 00000000000000000000953885fe46b7e163be2614844ce1180e71b7b78a9606 1.42 MB 3,221 30
768,825 768,825 00000000000000000005c575c4295149cdaf991d912339f283c36e3154612397 1.57 MB 661 7
768,824 768,824 00000000000000000000000351eae66e03ae45aad1be8f94d1ca5d6fe98b6efa 1.30 MB 915 14
768,823 768,823 00000000000000000007191df5504d32cd0932f3fc813ec127c248d9d6c12082 0.75 MB 1,312 16
768,822 768,822 0000000000000000000176766f840a43a048dc25df313cf11416f00b819a1437 0.27 MB 579 19
768,821 768,821 00000000000000000005ae7b46f00d65a4637e673c51a0c514964bec314d7a4f 0.06 MB 177 19
768,820 768,820 00000000000000000003bdd1298e941793b029f99c209a597a092bcf52572d94 0.92 MB 1,622 16
768,819 768,819 00000000000000000007469dd8e89d86e31a2e900c19bb945d005df6bcf5d178 0.05 MB 102 15
768,818 768,818 00000000000000000001dfccea7a0dd148a16cd3e528069e011c1c2b8d1f244d 0.34 MB 454 17
768,817 768,817 00000000000000000005389a7ad540703f951a5214a7d4b7633e17957cb5587a 0.30 MB 307 15
768,816 768,816 00000000000000000001edb19c5f52eda7c42c7a83e134a8db84f7b6a03a4cf1 0.15 MB 346 21
768,815 768,815 0000000000000000000505a7987841cece6a0604c5a440b023bed34c575a3996 1.53 MB 400 2
768,814 768,814 000000000000000000032392c9b17cde936dd6e7151e3f511d78d55f222dd674 1.44 MB 1,865 19
768,813 768,813 000000000000000000025ca494393ce2cc5fac31e1bea05a50a3a03d8a9b5770 0.99 MB 40 2
768,812 768,812 000000000000000000031cc8cbda5b1d654cfd6a2447994bf1202584483fe313 1.83 MB 1,515 12
768,811 768,811 000000000000000000077e9ce614cf81f331034dd7d64b958781ef992e86c750 1.74 MB 756 6
768,810 768,810 00000000000000000007018740b0e0687fe21d0aeb6bd1fcaf0bff2438bddf58 1.68 MB 623 6
Previous 10 blocks ↓
Total Size: 647.01 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,444.80 GB sent, 42.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.