Memory Pool Memory Pool Refreshing

33,101 transactions
45.67 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,016 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,360 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,015 (411,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,628 430,628 00000000000000000196edcf8436016716d07c08852d375841f84e3195a74f6e 0.52 MB 1,345 67
430,627 430,627 0000000000000000010de6e48aa147ac765dbbd1b1aee044c26172598c466367 0.98 MB 1,540 43
430,626 430,626 000000000000000001478e0cdaaf75587b7d1a0f999dc6972342761901a7d028 1.00 MB 2,164 51
430,625 430,625 000000000000000002deed199bc94b2a476897b9da0689fb7cd7dbd276a3b142 0.10 MB 219 73
430,624 430,624 0000000000000000017d14f896b7e74484035e590338907996e99c74d00f8413 0.05 MB 131 64
430,623 430,623 000000000000000003f5a2138c602869b23adccb777101898e4f7a5b2a85ec64 0.49 MB 1,214 68
430,622 430,622 00000000000000000289c3fb68922280c9538f81aed70ca0569e3eae623c6b8e 0.73 MB 399 14
430,621 430,621 0000000000000000043bf50003568f2b820ebef4e4279b2f422c06b715f08142 0.38 MB 719 58
430,620 430,620 000000000000000000d0e2aeca8fc43b99820d891956b3635b34d08ccec4f484 0.40 MB 951 64
430,619 430,619 00000000000000000409e49aebf9d7b51922d56eb77f09224fc15280d2d55d39 1.00 MB 815 21
430,618 430,618 00000000000000000279d4f3cc25c4d1be3612c232845293c2fc38b6c62fced1 0.37 MB 902 64
430,617 430,617 000000000000000003a68b7efb4fb487ca086a83561281999e2e0b7d7b6943ff 1.00 MB 683 19
430,616 430,616 0000000000000000005a2f8a01cd1d89bfceb8d15ed0923072c1edc837faf2e9 0.14 MB 305 62
430,615 430,615 000000000000000004bdef8393bd6b86dbd2dd544e61ed76321588d75cabf795 0.98 MB 475 16
430,614 430,614 000000000000000003a8685aab661364c4f18a0eab62c959192b473ae59166fa 0.38 MB 867 67
430,613 430,613 000000000000000002f230e1d0f72827a75733adfc5e8f0cd4c04961b0ec2331 0.82 MB 667 24
430,612 430,612 00000000000000000329a5e45d9e4651721cc7e44361d54ccb2c9be55c97b76c 0.70 MB 1,611 61
430,611 430,611 000000000000000004c66c302a220a3bfe44fc023e578d5660dad831a8e23c48 0.45 MB 1,095 64
430,610 430,610 000000000000000002e5cde638ce24c422522123a112a98eb0a7dbc95987d665 1.00 MB 2,221 67
430,609 430,609 000000000000000002046d780b36fa91d528a93ceabad850ddbf6267050bc25c 1.00 MB 2,044 50
430,608 430,608 0000000000000000047ea324f4bf6acb0247950923820ce11ba6c6cec87af5ff 1.00 MB 2,142 60
Previous 10 blocks ↓
Total Size: 646.79 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,405.01 GB sent, 40.07 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.