Memory Pool Memory Pool Refreshing

92,257 transactions
32.70 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,962 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,038 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,961 (594,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
250,213 250,213 000000000000000971d821ddb0c093de3a056bdbd3c23449575a04439a8cdd34 0.10 MB 148 84
250,212 250,212 00000000000000026fc72184e1c6177e00941fc51d860e9ee28d6099d5b5cb7c 0.21 MB 512 127
250,211 250,211 0000000000000067d935074609fca5609ece9df3406b351a8bb0703264770c48 0.03 MB 63 134
250,210 250,210 000000000000006a199f46969e03ac657b929f3c3490eaf555eaf4c01fd3a1f1 0.05 MB 102 103
250,209 250,209 000000000000003f3af23b188cccc5d1db81c5b5323a945bffac9025f4aa6f05 0.09 MB 226 166
250,208 250,208 0000000000000061c45384d5fe25d3dd86b7021c6565602284bdcecb64a777e1 0.09 MB 234 110
250,207 250,207 000000000000001a95dfd85db6bd26bce98350b511cd34c4398990b72c42315b 0.12 MB 253 100
250,206 250,206 000000000000001d9b528b01fcfef2af7b7f4f74c10f915c0db87ea7677ce8dc 0.21 MB 500 129
250,205 250,205 000000000000003b2fcf279c29d26954044d4e9bab3da707f8e2752a1cdbf7d1 0.25 MB 499 83
250,204 250,204 0000000000000028f51dccbf7ed1cdb5d7e5a0721bb2fe50f710ccdd14893b62 0.25 MB 569 153
250,203 250,203 0000000000000017b44924843dd3f20c0b1101d34f9414206fe4ff9ded0ee839 0.12 MB 190 33
250,202 250,202 0000000000000010274ac69afa0b9b864e344b165c64dbc5262781090c949c18 0.25 MB 605 159
250,201 250,201 0000000000000022d8778c04f9e24c5df5788ecbd7666b766e7279a91c75bafe 0.09 MB 224 32
250,200 250,200 00000000000000726248ae90dbf85d69f65372884e194c9eccc8f4fc615213d9 0.23 MB 512 141
250,199 250,199 00000000000000019a2464b161899c5f9ff453c83f493e69adb163ed4d14cff3 0.25 MB 612 170
250,198 250,198 000000000000000b5e8ce1a34fdd43c6e93a67327bb93701c87a7268aae2db27 0.04 MB 95 138
250,197 250,197 000000000000005e4b03ec5c3f05975d25bb5b23eac2e3da08f729289c551bd8 0.00 MB 9 107
250,196 250,196 0000000000000033f69da84ba884d638ba4fcffcbc209af9dffc28508e0cc7ec 0.07 MB 169 160
250,195 250,195 000000000000001a06b2c8d2d4e0851d6f0cd0fc04c583a7ea52052f202ad8b4 0.08 MB 182 144
250,194 250,194 000000000000004c925232986c46a3cfadad066b7ddb864285e02a97945dc328 0.02 MB 43 109
250,193 250,193 00000000000000028274066fd58159fb8ede6a10f5010db9bf0eb3f2b76d32cd 0.14 MB 313 146
Previous 10 blocks ↓
Total Size: 652.33 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,243.78 GB sent, 73.95 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.