Memory Pool Memory Pool Refreshing

45,921 transactions
55.00 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,156 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,643 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,155 (371,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,927 471,927 0000000000000000014100d3e99fb66093862dbb1ac767a165efe518748f4f73 1.00 MB 1,705 248
471,926 471,926 0000000000000000013883de5148594f05a2df4d6800f1f9400626852617dfc4 0.99 MB 1,374 191
471,925 471,925 000000000000000000e9252a63d2decabef06d32bdf23309f6337a89c26b0c3d 1.00 MB 1,028 80
471,924 471,924 00000000000000000124f4a5e4da5f7f14784077a14d9b2575d758f1d7b4211b 0.99 MB 878 192
471,923 471,923 0000000000000000005d234414580501d5737bf4d90741fc40157f2b140cd95e 0.99 MB 2,187 217
471,922 471,922 0000000000000000005d7b3d1efcbeb41df9147dfd84f7c52ae3563a9c5a71c3 1.00 MB 2,405 305
471,921 471,921 000000000000000000e6ed6e7adc3565130bcce0590be89a99825636da1065c1 1.00 MB 2,171 294
471,920 471,920 0000000000000000000d3f00159f223f98392c9df8d857194ebec20d6373c888 1.00 MB 1,549 103
471,919 471,919 0000000000000000001781b7df1730c0c9daab49b0d128110eb88450be16b496 1.00 MB 2,405 333
471,918 471,918 0000000000000000004a9d05b3b8c5dc727f1eea7714253de8cd2673b5a6b220 1.00 MB 506 37
471,917 471,917 0000000000000000012d377074675d5f4dd69213e5702128737ef48ea1a12163 1.00 MB 947 86
471,916 471,916 0000000000000000012e033ac36a0967048f8b4984e228e4f4e5dba9a7024869 1.00 MB 884 106
471,915 471,915 000000000000000000047c4580cdcd9877e41614786e50958d84b7554f7c693f 1.00 MB 1,292 87
471,914 471,914 0000000000000000002ab81d31d0a87c75f8137671df5cb6a39f00bca17d2e7d 1.00 MB 1,002 92
471,913 471,913 0000000000000000000269682ac16f74663ec45c9db3a72a6a0a301be38fbffa 1.00 MB 1,941 341
471,912 471,912 000000000000000000b5736a14ed637157cfe671c6c44e45a46b81155dbf3dae 1.00 MB 923 46
471,911 471,911 0000000000000000014195927fc84921cf0790ce933bf99a35115ad4b7629eab 1.00 MB 2,123 307
471,910 471,910 00000000000000000001fec9159391726002126170afafb20714d0ac9484b018 1.00 MB 144 7
471,909 471,909 0000000000000000004e21e84861d0f95f74fc6804f9d01d55431074f9471242 0.36 MB 741 280
471,908 471,908 000000000000000000307c5b7fe5384e27752d0ec820607ed677f14f36f9cd31 1.00 MB 789 106
471,907 471,907 0000000000000000017a97c88937900f6fb68d7b57d71698c75107f1eb3d1016 0.78 MB 1,139 195
Previous 10 blocks ↓
Total Size: 648.94 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,726.19 GB sent, 55.32 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.