Memory Pool Memory Pool Refreshing

85,393 transactions
26.27 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
845,551 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,345 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,550 (326,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
518,674 518,674 000000000000000000286b1ce0568c602cb82226a77b743380c7c911fe9fb733 0.09 MB 164 13
518,673 518,673 00000000000000000024f26c76045c27cb00044b2ed87aa456f47cfae7125883 0.86 MB 1,204 13
518,672 518,672 0000000000000000001f305d844da63abd7fb8ce19beef2d5835eb82f2c1c6a8 1.19 MB 2,901 5
518,671 518,671 00000000000000000023e558e144358683e36a8fcbc0b0ffa0afb869c0a16d32 1.15 MB 2,612 45
518,670 518,670 0000000000000000002788d3403a74db6ce2fc0c573c9cc72a1f7b321cdc3606 0.73 MB 1,795 9
518,669 518,669 0000000000000000000527f5fdcd6080b1a532350d73996d4ee2ed6e428f9bc5 0.16 MB 365 23
518,668 518,668 00000000000000000023cd19f00d74181a3ca8895905f1f91e6fc9e47b6fea76 1.16 MB 2,513 35
518,667 518,667 0000000000000000002cb734239b28f72398996739e5d1328e7a3a742b37383b 0.71 MB 1,296 17
518,666 518,666 00000000000000000048cc53410f193d45d5c4516d0aa64b49504accb77660a8 0.86 MB 1,406 32
518,665 518,665 00000000000000000036d8782b3b40ee41de4c3ec9cddf3636a1bf889ba4cb1c 0.19 MB 315 27
518,664 518,664 0000000000000000003e3d607997398d6aa9bf29d7c33c4d177bb988ca9701b7 0.75 MB 1,733 21
518,663 518,663 0000000000000000000c80bc34ca630594ba41114e5c7d6dbe79e0b5665ca378 0.16 MB 447 38
518,662 518,662 000000000000000000378fa9657adfd0346da5ed5e6706f80b3470dadf267c22 0.05 MB 50 14
Previous 10 blocks ↓
Total Size: 653.43 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,312.51 GB sent, 81.49 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.