Memory Pool Memory Pool Refreshing

40,294 transactions
45.83 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,316 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,286 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,315 (488,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,901 353,901 0000000000000000013bced982aa38c9a1e4eeabfd038aad95821cbaafc6c2ec 0.75 MB 1,442 26
353,900 353,900 000000000000000004c6d49f2f147022933c3cb3b7fc29c7b57296fbefb9d422 0.75 MB 1,383 25
353,899 353,899 0000000000000000085b4849e2de66f76fe7c545d78c4cf1cb1717bf90a9c4ac 0.37 MB 495 19
353,898 353,898 0000000000000000041f54161e2b3c0b3a11e4e8e1e85c5c9f2e55c158d54b4d 0.80 MB 1,741 29
353,897 353,897 00000000000000000bf90e2203deb14efc188c44e6b7900d05ff529abdbd6ec2 0.47 MB 901 27
353,896 353,896 0000000000000000014fbb92e132354a1f6a7cfbcf3173da383e6a0de3c3a851 0.19 MB 302 19
353,895 353,895 000000000000000009a9c486dba6d0c933119df4a5a46c82679f266fd6ac27da 0.08 MB 256 42
353,894 353,894 0000000000000000117ae93bfe3b1dba24666ff668b5925e64600ca0b84b89b0 0.10 MB 213 27
353,893 353,893 0000000000000000167948e7ac4521c64dec7d0473e511052e26413cf568d256 0.29 MB 349 19
353,892 353,892 00000000000000000b071675162a5e51e5dca967a8019e9d14a6b673faef9d76 0.40 MB 746 30
353,891 353,891 000000000000000010380dd0947fb2730d81bbf9be7085c9fbc12c830123d350 0.51 MB 721 17
353,890 353,890 000000000000000007555a23ab9c19d3e666048fb25c0877a614cff15cdcef84 0.38 MB 795 30
353,889 353,889 00000000000000000fbbe30c89d2ac50a159d6e8a3f6c6ff80641c7e2dca2dca 0.18 MB 409 30
353,888 353,888 00000000000000001248586947cc87cb3791ac2f6506b2b0f78a75c825e81052 0.09 MB 159 12
353,887 353,887 000000000000000014e8d50958774eddcca71eaffd50e133625c1453ab7270ed 0.29 MB 638 28
353,886 353,886 000000000000000006926c299e82bcbcbe145194e179f00e90c7967eeab5afdd 0.36 MB 706 15
353,885 353,885 000000000000000005b42a3f2a181bef8590ac24b7b37efc214dcc77e13ab3a2 0.36 MB 541 22
353,884 353,884 000000000000000014067f3a849738252e247919ac4226ba2274645dfb67e7fc 0.75 MB 1,833 33
353,883 353,883 0000000000000000092886a2c00982d400a558d0569831aaa8d67c13eb6417a2 0.40 MB 853 25
353,882 353,882 00000000000000001508c2c433f47c1ca718ac79585bbc3bc3a722283a06ad2f 0.23 MB 471 24
353,881 353,881 000000000000000005017d5b280590a66e53fa09c7da1cdc88323f2161e99953 0.19 MB 329 25
Previous 10 blocks ↓
Total Size: 647.31 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: 8,475.34 GB sent, 44.76 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.