Memory Pool Memory Pool Refreshing

79,329 transactions
32.68 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,398 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,879 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,397 (266,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
579,115 579,115 0000000000000000001340e58a0e65981fa87727e497ace468fec387ef23a9a3 1.51 MB 1,369 70
579,114 579,114 0000000000000000001c19dc0d3a91efeb91fd519711630797fecaf4d0679fc8 1.23 MB 2,443 99
579,113 579,113 0000000000000000001ef68047c9db0168473f9090140af394dff85109af4872 1.18 MB 2,838 124
579,112 579,112 00000000000000000024e9099cbbe46e9922df6fe767b23afa20b1ee07c7b57c 1.22 MB 2,368 92
579,111 579,111 0000000000000000000992f9b4e0a2b0ff37d1018f87da71b31e3a64fe16905a 1.27 MB 2,151 138
579,110 579,110 000000000000000000142a7724678b99f86289de1bdc0a45e06322ab81f20064 1.19 MB 2,830 143
579,109 579,109 0000000000000000000360c0335635e1e228729a12c374e85f1687cee09a0f5e 1.27 MB 2,274 178
579,108 579,108 0000000000000000000f8cc0e844d4bd49fa4435bd4484552a7b1f2d0416bb7d 1.21 MB 2,779 114
579,107 579,107 0000000000000000000786e2a4ed76a1e7e7566430a9e505016c9aa5c21fcf97 1.25 MB 2,175 160
579,106 579,106 00000000000000000011afad4738f6e6e69dfdea55416ebf127d433be85f81a9 1.32 MB 2,425 171
579,105 579,105 00000000000000000008a40e39f7c022fd81c5275a247487ed34b42b958d6584 1.19 MB 2,358 128
579,104 579,104 00000000000000000013fc9bef87f13031b698458be6c661767620dbab48ff86 1.07 MB 2,315 122
579,103 579,103 0000000000000000000fd0d47ef202c1a2a4bd9fff2a710565436b23e9360016 1.25 MB 2,883 184
579,102 579,102 0000000000000000001b094b711ddb21702f2729bce321a439755856e3c553c1 1.19 MB 2,384 133
579,101 579,101 00000000000000000014b613ea853f34fb0109b04d6c657a9f6f64a447863eef 1.25 MB 2,926 178
579,100 579,100 00000000000000000004c57aa001fc220a8982abf44a61cd7f3933a3c8f8d406 1.33 MB 2,728 199
579,099 579,099 000000000000000000238a1cd98aef7c4867a618f4b3bfe90dd7831040062991 1.30 MB 3,130 189
579,098 579,098 000000000000000000139c0d5aa57f78052f4e9a65b805be74f202a7215ccc49 1.28 MB 2,869 196
579,097 579,097 0000000000000000002552f4b59968fe76cd5b1e8e55d0b244fb34e004b7e4f2 1.37 MB 3,020 201
579,096 579,096 00000000000000000004a0c4568aaf1097f642c3c85498d22a53dd921cb2a3b2 1.38 MB 2,347 230
579,095 579,095 0000000000000000000ecdb22dfca3a8f63c762410cc1963f3f25d9bad94728b 1.17 MB 3,278 168
Previous 10 blocks ↓
Total Size: 653.15 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,300.53 GB sent, 79.64 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.