Memory Pool Memory Pool Refreshing

55,027 transactions
24.04 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,812 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,534 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,811 (574,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,602 270,602 0000000000000001be5d9ec9e5613f63ca467d70026123986b28e63ac89ab0a8 0.15 MB 276 33
270,601 270,601 00000000000000067f70f83dabb03baa79c235fd55c9ace804a18225d93b4d8d 0.20 MB 271 89
270,600 270,600 0000000000000004db2825b463e3eaaa33b7a9805589475262fd977c028e70fa 0.03 MB 70 9
270,599 270,599 0000000000000003f8aef2e4c895e85e7056ecbac0b47dcec2726dcdd57cd43e 0.36 MB 699 52
270,598 270,598 0000000000000004f0dbe5cb4b8a114ba3f78f8d13ae40639c785eb83c2939ef 0.36 MB 752 62
270,597 270,597 0000000000000000247aba4cf55769cdfcb0b1227d1940a047f1c7389c64b182 0.15 MB 114 17
270,596 270,596 0000000000000006bffd1992a4a81febfa8651f7afe96cdc0e7af5a04cb5e03f 0.08 MB 181 48
270,595 270,595 0000000000000005ef9e8ef3408f9ab779bd8a46f4263261655bf20ce4ad7501 0.21 MB 462 31
270,594 270,594 0000000000000005541b9d76afe079be09e390f9a214b5969866b87fe8b3b3f7 0.25 MB 521 177
270,593 270,593 0000000000000004330fd90f9b2dcef58835bb4c79e3545813bad725779c7ea2 0.32 MB 604 58
270,592 270,592 0000000000000005ec0807c70c89549fb4089917a9f47dab71b14dd8f7703350 0.25 MB 130 11
270,591 270,591 00000000000000028191292c66867481c935445fd8697e84c451b58177e3a642 0.25 MB 710 77
270,590 270,590 0000000000000001a81b79698e3f1a83e06e51c34b415f7389ae3d0b21e73863 0.18 MB 376 60
270,589 270,589 00000000000000023fc8b8958db56de10be9b6d091d724acb0b84fbc3855df3f 0.25 MB 520 34
270,588 270,588 0000000000000000d9d7063758837d8561a1f9639be9b76fe39cb848b37fb7c0 0.25 MB 628 105
270,587 270,587 000000000000000390f54ae8e98062a174aaba95dbdde1a802d4a25e444059a7 0.08 MB 107 15
270,586 270,586 0000000000000000890e54988f4ebb693410a7f3c8b61524d589e3df52fee375 0.25 MB 631 88
270,585 270,585 0000000000000005a293fb82f5c221c57f2e83c977489e8dbd89f0878dfc5e53 0.24 MB 398 85
270,584 270,584 0000000000000005a60e8abd8d71b9bc5f637069af35b397f31987ba511ea82c 0.12 MB 204 35
270,583 270,583 0000000000000005b5699920027af86ec819b830593c12a4657f323eea1895db 0.15 MB 203 31
270,582 270,582 00000000000000020ec6bfc8b6d66cee86c6ceb87485fbce063abb2923176b74 0.16 MB 224 41
Previous 10 blocks ↓
Total Size: 652.04 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,198.70 GB sent, 72.11 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.