Memory Pool Memory Pool Refreshing

21,193 transactions
28.97 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,855 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,266 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,854 (686,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
155,105 155,105 0000000000000d911b097a021d4bddb32bb60c9aa74846ac6325133f7694df69 0.05 MB 117 42
155,104 155,104 000000000000020309546ac0973603430600ef51c4f58fc5357f1b4b8fa17d14 0.04 MB 65 78
155,103 155,103 0000000000000b698a05120a59f4135c4e411f4658312b19389fe2a3173d0a55 0.01 MB 33 280
155,102 155,102 0000000000000bebcf6e1dcf1ac00e162eda6bcb8a50911a6abdd5706e988970 0.05 MB 112 80
155,101 155,101 0000000000000901b71ec71696cedf3a3ed2711a203969eda94c676db90a33df 0.00 MB 11 14
155,100 155,100 000000000000069dddd875fb01f0c6505b21f6aeb5e3e6f6ec8739cdd4e43346 0.02 MB 46 117
155,099 155,099 0000000000000b56141aad689cc67a45b799487c404c4ab87cd0cd82e156abb8 0.03 MB 64 148
155,098 155,098 000000000000016fd316f36aeb4a6ba5ffb40684696fa6bbc2e13f07c24ae912 0.00 MB 11 845
155,097 155,097 00000000000003c651f042171c1eadb1a745ca87092e8a678fbba07e477538e8 0.02 MB 53 169
155,096 155,096 00000000000008b8d2edd824a0888de05d30137b941ab94e9360c67d870e6ad0 0.05 MB 65 54
155,095 155,095 0000000000000afee6508a4f2539554b3457c6b7f42b1940a333ca4499880ba8 0.05 MB 182 30
155,094 155,094 000000000000022840c70a19dd09f2127c1d22af4c6e84c1cfd6b9f9914ef2f7 0.01 MB 21 47
155,093 155,093 00000000000009f928d10290c51e7354c7495b82fbd45b668cd701798f1e75a1 0.02 MB 47 227
155,092 155,092 00000000000003517f8425d03b2c8109da33c6b8f0dc0179618922ec2a04bd25 0.01 MB 20 0
155,091 155,091 000000000000071a0bab88f7b05ee57d549a49df631a4467d40179570434e4d6 0.05 MB 127 106
155,090 155,090 00000000000004845e47587f568a2f3ade2108131347d0afaa5e98b3115e2441 0.00 MB 12 43
155,089 155,089 0000000000000df4954ca57df3383ace48990cd7ee9f93b0f51b894a3c04e23f 0.01 MB 9 893
155,088 155,088 0000000000000740a93106e2f491343d5afab79d1f68645c487db811659e52c8 0.05 MB 148 52
155,087 155,087 0000000000000452281aa50a0e77882aa88f47bcf282adde2c1404bf78b7a257 0.02 MB 52 252
155,086 155,086 0000000000000964aced93b34667ee5ef9bb295cfd40e728797363a61d28f947 0.01 MB 29 53
155,085 155,085 000000000000083a0051bae9673478d5e1bd99fb9680a2f6b876bad62912af3d 0.01 MB 29 19
Previous 10 blocks ↓
Total Size: 646.49 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,358.43 GB sent, 38.02 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.