Memory Pool Memory Pool Refreshing

66,152 transactions
31.57 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,423 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,055 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,422 (602,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,483 242,483 00000000000000a280315da3d49896137b2aa7a98a3a67a9fedd339516835ffd 0.03 MB 137 3
242,482 242,482 000000000000000adcba1c3314ee0fe3355a68685a428e622b4e58b9e014f59c 0.23 MB 568 488
242,481 242,481 00000000000000c7d04f941657ac3f7958cff9454c2248aa93561fdd854c5d87 0.03 MB 56 120
242,480 242,480 0000000000000020dd4dfae2e2cc6c7149c5b4a1d6f7b0f4b6cadbb33a56a7a8 0.23 MB 449 327
242,479 242,479 00000000000000d3d41f028a51c0318dccb55d93c63f3bdae971db25c35c6927 0.52 MB 1,024 65
242,478 242,478 0000000000000005490fb1f53de9e19fb34cb29051e5f04dd2e9643795995273 0.08 MB 88 22
242,477 242,477 00000000000000aff35d198b18496e31f719909f77d917198f86dc9841b5691c 0.21 MB 380 153
242,476 242,476 0000000000000064386467647c5e01b157745e0e441574f7f6d956e7323a0748 0.25 MB 427 98
242,475 242,475 0000000000000046a1d0da8cb261bc31af968a1401a1a32c7f3c0b28fbe18e28 0.25 MB 649 197
242,474 242,474 0000000000000081c15fbc136e049b7d5e2f61df08dcc6fd1d72ea9bbdd8d626 0.25 MB 647 329
242,473 242,473 000000000000000817032b1e3784f76d9f789eb04a92728588aacf63114dd747 0.15 MB 196 69
242,472 242,472 000000000000008d210eb230bdb89a5a958195b8861046e221fc44a6d271e384 0.25 MB 509 182
242,471 242,471 00000000000000cffc51e08e8bb88de0d9714ea1dd383c232cf8b976f0e378e4 0.25 MB 663 630
242,470 242,470 00000000000000c9b38ef672a4c87f66d5fd99789e25729579e348e6f2eb068c 0.10 MB 175 58
242,469 242,469 0000000000000072031952cdce58e6160e925a4790b521b9961fb4ccd8b94b1d 0.25 MB 650 346
242,468 242,468 00000000000000b46c9a0c807d2fdfe2c8bfdf5640921b7b58ee883d1869d5d2 0.13 MB 140 37
242,467 242,467 00000000000000b7d96bc01d5981d4642790345dadd84f1478f70d1ea290b44d 0.25 MB 226 67
242,466 242,466 000000000000000831b70558ab98d01ce151ad7f5f5299de50819881f487159e 0.35 MB 858 246
242,465 242,465 0000000000000030e267e8f290bcea025901c49cc65f55cb8de752073001ab81 0.25 MB 701 216
242,464 242,464 000000000000000b8ca959cbf1e911571d34a58a0d621eeb1abde80060f48d4d 0.07 MB 121 111
242,463 242,463 000000000000006d04cb617ba9ed341b9be05c67d9d1928954c39abf0329e78a 0.14 MB 206 38
Previous 10 blocks ↓
Total Size: 653.19 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,302.72 GB sent, 79.88 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.