Memory Pool Memory Pool Refreshing

28,158 transactions
44.62 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,011 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,640 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,010 (488,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,624 353,624 00000000000000000b4ade00da7cb20e1ad2b926ba11e46c4ad5b570cf2a4637 0.17 MB 354 28
353,623 353,623 0000000000000000040cd8cb73957010a9c9bcce7fe4eb5051e2d60f6d933228 0.22 MB 423 25
353,622 353,622 000000000000000002d8c9df971b35d995f956d468a5c0c51a496b4fcd7c92ed 0.18 MB 371 27
353,621 353,621 000000000000000011d2c578743146b55adce8020b75648390eb4a205681c7eb 0.63 MB 1,267 26
353,620 353,620 00000000000000000846f1ca3a76243c9cf838c728ec4b24b3144800851ed751 0.08 MB 129 27
353,619 353,619 00000000000000000a2cf887724e81d672fd74d06d62deb6abeaf6ef6ed3f20d 0.32 MB 630 25
353,618 353,618 00000000000000001410f86d62034bee55d59455cf9e47ffc329155668e9d485 0.03 MB 72 30
353,617 353,617 000000000000000013d3168665ceb4b7a7ba3dd473edfd6a2e90508b88b760c0 0.24 MB 529 30
353,616 353,616 00000000000000000506186b425c94d1af1f9c1e583de84d59a0d88889173a24 0.06 MB 155 14
353,615 353,615 00000000000000001512370a1b36d73daf9e37dbbdfb453e9a434d7527af8649 0.24 MB 408 26
353,614 353,614 000000000000000005614be450ae74fd0e8bb4f1a87d5dd2e42eecc0bd58a6c5 0.24 MB 484 27
353,613 353,613 000000000000000012063e0ab2096f12c59ec54ebd39b018d4209a772a0b1b8b 0.06 MB 143 30
353,612 353,612 0000000000000000141e8ab293622d3f969890027db0c0c3e4887c0b26aac4ce 0.10 MB 114 14
353,611 353,611 000000000000000002cdefd954e157f45b7d5a49fd9589f6740d50635bc53394 0.39 MB 580 21
353,610 353,610 000000000000000015bc76da83ce29b04027e4d0df54f1dece7d8f1f39d997a8 0.10 MB 202 17
353,609 353,609 000000000000000009c8a4d89c3995516f14ab7e1115b65651893101e2008a4f 0.04 MB 77 33
353,608 353,608 00000000000000001448ccc8f5c639743f279c93150392d1117b6b074971e465 0.03 MB 60 32
353,607 353,607 0000000000000000093643332d59a617ead4be117c6462e8b1228e91e50b1177 0.10 MB 136 13
353,606 353,606 000000000000000007423524fa80f6f869108f6a95f309855b697f6fb55e2121 0.54 MB 713 20
353,605 353,605 00000000000000000900ddd6eea244fd22544d64709a2e9e50df8cf67000d794 0.74 MB 1,410 26
353,604 353,604 000000000000000004a1cc40c63aaa599eb08fd66ce63995f8009cbecb6c58ef 0.14 MB 302 27
Previous 10 blocks ↓
Total Size: 646.78 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,403.12 GB sent, 39.98 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.