Memory Pool Memory Pool Refreshing

60,482 transactions
27.59 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,289 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,825 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,288 (334,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
511,123 511,123 00000000000000000025134ad43231cb17c811306cda69465d5eb79e1084dd88 1.09 MB 1,672 42
511,122 511,122 000000000000000000115858bd3c89b762f4d36bfa55da16572fea4c0934b5de 1.03 MB 837 16
511,121 511,121 00000000000000000009d13d384f454dbfbec8c346f0ab387e9c61459bb92ea3 1.01 MB 385 7
511,120 511,120 00000000000000000037a357ddf92a32a53a375e60a0861d55bca9b83a29f0aa 1.02 MB 434 10
511,119 511,119 0000000000000000004793f7e53ffe1c2a3f0fd37a9e027437df09633cfdb3ac 1.11 MB 1,875 48
511,118 511,118 00000000000000000051282a7a2694fab88d092712eb9012fbdf8ef91210cfd6 1.05 MB 937 28
511,117 511,117 0000000000000000004dcfbf69906b257f8f12564e4765c336ad89420409d95e 1.00 MB 283 9
511,116 511,116 00000000000000000024fd7748a91e802196e5a9ed1ed17df3917b1b28faa765 1.02 MB 555 7
511,115 511,115 00000000000000000001b82b35f2db268760bdd5bf98ce8e0c21d5ca1ffb2f5d 1.16 MB 2,690 20
511,114 511,114 0000000000000000005a43a709faed11e1331a18b6aa1dbae70f404946dfeeef 1.08 MB 1,814 85
511,113 511,113 0000000000000000004823b2014a8c9583d5077b47e3019c8cd89ea6cd9603df 1.02 MB 379 12
511,112 511,112 0000000000000000000bee83f8f757172f65b538fe0ddcd75b2f195fd9c24129 1.02 MB 505 10
511,111 511,111 000000000000000000397d3d353824fd99e794b3f4b12f3320f008c785d0be8a 1.04 MB 845 21
511,110 511,110 000000000000000000458db2b5860771944958c7c8e48bc8ede9371fc76e5986 1.13 MB 1,932 41
511,109 511,109 00000000000000000027dc5ca1cf6e49124165727d4ca37df82df6681d53e5de 1.13 MB 1,138 36
511,108 511,108 00000000000000000000e29eaf17f68b3c389095fc2b95d6b0f49af93b201fdd 1.08 MB 1,413 34
511,107 511,107 0000000000000000001845d43505e86dde6bdbf55fce9b8325d9619a2200901c 1.10 MB 1,394 11
511,106 511,106 00000000000000000013b8641b21b2390de2d533e08e6ac3138cbd0b2ee535ed 1.19 MB 2,759 86
511,105 511,105 00000000000000000004c2c62d5e8b181fad71c1fc8631071ff2ae2fe2540104 1.01 MB 274 3
511,104 511,104 0000000000000000004afac397cd1c06265e5e24ca649b685f279a82969d79a9 1.11 MB 573 9
511,103 511,103 0000000000000000000c6c4a2db6b9e453ab8841be2dcde4f4daf22c6135e3d3 1.00 MB 941 28
Previous 10 blocks ↓
Total Size: 652.94 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,291.64 GB sent, 78.21 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.