Memory Pool Memory Pool Refreshing

60,281 transactions
40.83 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
842,078 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,994 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,077 (323,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,556 518,556 0000000000000000000f9fcf35e56ba5cf78e4b1d489d4d0a5285591e26342b5 0.08 MB 207 60
518,555 518,555 000000000000000000099dfa7f6f075915218f415e8c4e7539d0e5e0b85047fb 0.11 MB 175 16
518,554 518,554 0000000000000000001a83fe7dfea0c3afb74719075e9a2c53f121a9dc59938a 0.06 MB 121 14
518,553 518,553 0000000000000000001478a3d40279667e3c4b289cb492e618c9cb8d9dad336c 0.27 MB 491 26
518,552 518,552 0000000000000000002061809d3b87f299a5877ed23725a57ec2c7dce650a20b 0.33 MB 429 12
518,551 518,551 000000000000000000183959ad19aa93389f120da951e6949549c458d5a6ce1a 0.32 MB 553 38
518,550 518,550 00000000000000000039dabd8ef85b2712c35b695b8ef32985692d0030f902f5 0.60 MB 1,058 30
518,549 518,549 00000000000000000029fffaecdb8e360da5434a2cdb2570fc66f93c6455b093 0.10 MB 127 9
518,548 518,548 0000000000000000000667558dda060951bb5e137acbd9a0ceda592600e32e7e 0.22 MB 203 13
518,547 518,547 0000000000000000001acc1121e65e3a6fe69aab6c6a06b07ba5507d9d9f5d41 0.14 MB 233 30
518,546 518,546 00000000000000000033ca5387f3cdd9e9778fae77de606a7d6400007533138b 0.26 MB 404 32
518,545 518,545 0000000000000000002544be5dfae3954f9de389af46298026308423695ee3cd 0.23 MB 212 4
518,544 518,544 00000000000000000031006b83427e89b61fb375d8e81c1d6c3899b5e5b740ea 0.75 MB 1,751 35
518,543 518,543 0000000000000000001e22d88b500c54177edd1fce4003c05ed7a9018427cd06 0.02 MB 33 16
518,542 518,542 0000000000000000001d1e018ee605a79980e552811b74544afd9fa5630f5359 0.25 MB 518 21
518,541 518,541 00000000000000000029ba91970b2150352d46637ec0be43e0735fc1afe58829 0.29 MB 511 28
518,540 518,540 0000000000000000001485b01eb5bc76148dc1e043569a0409a76c580b0cde12 0.14 MB 325 22
518,539 518,539 0000000000000000000b2218ef76f8a5bda1e57ae1d786b1dd790f2abff6c181 0.11 MB 231 16
518,538 518,538 00000000000000000026c40e66e4620e829bfcb23885501e78d482e0563566f7 0.20 MB 497 22
518,537 518,537 00000000000000000007036006f82cb6e04f8cd68632922e2dca5fdf7e33e74c 0.11 MB 292 36
518,536 518,536 0000000000000000000b68935d369c2378a688cc3619667a39de54332f1ca587 0.40 MB 918 22
Previous 10 blocks ↓
Total Size: 646.89 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,432.59 GB sent, 41.22 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.