Memory Pool Memory Pool Refreshing

46,176 transactions
20.61 vMB
Show Random Selection Loading Transactions
Max Size: 106/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,044 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,109 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,043 (328,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,695 518,695 0000000000000000001e8cd95538610d86448540a6d28a081e9b4310eaa4cba5 0.65 MB 1,564 27
518,694 518,694 00000000000000000019e1c8d6193a599435c0520bd77e4a3cb0f2869442659b 0.22 MB 535 16
518,693 518,693 00000000000000000027577bf74f29e6086d99bc313d601d53988cdd4bc536ca 0.69 MB 1,559 24
518,692 518,692 0000000000000000000965d30abb37c251d020f1d4443810b36593122e2f3a05 0.21 MB 454 20
518,691 518,691 0000000000000000002fb087d0317eadfe2ddc72328d76cfa38c7ed45a432624 0.62 MB 1,171 25
518,690 518,690 0000000000000000002f3d7b7538e75ffa67930daef9aa7c192a032ef14851c6 0.22 MB 444 21
518,689 518,689 000000000000000000364c185d0d990da177ab62d50deccb3bc86997fb4e2f7b 0.25 MB 606 22
518,688 518,688 000000000000000000354a5ec909c9a6f1a8b8cf8c22d5c05ffc03a83fc0ff92 1.15 MB 2,803 21
518,687 518,687 00000000000000000004bdd2ef9fa9c5cd67cc0568879fd8780e9a4e57ee2991 0.78 MB 1,316 12
518,686 518,686 000000000000000000343c702c940534e290260308d3e85e12341dd52ae6a1db 1.10 MB 1,647 26
518,685 518,685 0000000000000000001feb86e583c568998d3bfd76f700569e87f846d7799b49 1.15 MB 2,092 8
518,684 518,684 000000000000000000425924e139674007be522527a1f9ed312a5c71497b66fc 0.29 MB 488 66
518,683 518,683 0000000000000000002920ddf6b6aadd58112ebd6b7aa9025e2116f554731519 1.13 MB 3,144 10
518,682 518,682 0000000000000000000223e64b098567337b1e1ca93b2d1abc7f5b1cb806aac2 1.10 MB 2,368 45
518,681 518,681 00000000000000000038a5c9ac74ad0371df03e8d12e688b4e6ff0d8af5e7682 1.16 MB 2,558 29
518,680 518,680 0000000000000000003ad32ea2da5d7d87f4deccbff20b0a974ee39c60aae471 0.30 MB 780 34
518,679 518,679 0000000000000000003e5a0a03e90793a3575a71261ca4263390b89a2497ac59 0.24 MB 506 16
518,678 518,678 00000000000000000017685948a7b3c94e5cbb4725ec8164247629de400f51df 0.16 MB 263 7
518,677 518,677 0000000000000000000523eccd3ab6b25d6a54afe6c3e2309d51ba87307fc2e7 0.60 MB 1,374 25
518,676 518,676 0000000000000000000b7196d30d920a50e5c1c1327ba2c141129ba961b7fa0a 0.26 MB 496 52
518,675 518,675 00000000000000000017a2de52189a1deb6c825f5f8c0a2c28b4dc0a168be301 0.13 MB 271 28
Previous 10 blocks ↓
Total Size: 656.05 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,519.36 GB sent, 99.94 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.