Memory Pool Memory Pool Refreshing

37,169 transactions
50.56 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,495 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,329 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,494 (586,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,196 255,196 000000000000001dffff89753e3952d449beb102a4a3712c344a399a1c1ce26f 0.01 MB 17 104
255,195 255,195 0000000000000031efc78d020d6592ee211937321d52d1092a6c325c00ec8461 0.13 MB 342 98
255,194 255,194 000000000000002b39a7aa4c5e9f8a76dab8a8220c941aef73c6da789f27b06a 0.07 MB 174 118
255,193 255,193 00000000000000077b293d9526bcfd999eed2c6b834ccda09fd757a213e99fe5 0.05 MB 114 114
255,192 255,192 000000000000000a6f9e47bfd8fe13a9e73d764345128f33ac64f91ab12d93e1 0.07 MB 170 94
255,191 255,191 0000000000000009372fd10c2b2412c44379f07a0adab42f3a478136a4e540e1 0.17 MB 310 123
255,190 255,190 000000000000001c2fd764b0e4da289e4312410d798d71d1a9ae1297912bd85e 0.12 MB 242 153
255,189 255,189 000000000000003b42797c40037df8def1fce9f244cae02884973af1c71318d9 0.00 MB 1 0
255,188 255,188 00000000000000318895d79d596cf436604f170cfae0a091bfadcba4ae0f4f45 0.03 MB 41 42
255,187 255,187 0000000000000033002e0dfdf45aab012fd2df7c279f0d930d6f1c16d539a2c6 0.22 MB 562 117
255,186 255,186 000000000000000ee431cd572505a9423732e2624c2bbb0840d152be2f648772 0.01 MB 32 110
255,185 255,185 0000000000000024c7e9f8e4bf03f032d1b4b0ca524f130e9166419f4fbd2f61 0.08 MB 213 129
255,184 255,184 000000000000002cb0c3dad4919333d14889165b9da630796931af215c8a1f44 0.03 MB 55 70
255,183 255,183 0000000000000007965cfe09eba58af3fce53d63608afffacd69d0c021680ae2 0.01 MB 18 67
255,182 255,182 0000000000000017b78d47e433f26dd38d052dc38e3036fff5542cfd7f54ffb1 0.00 MB 12 54
255,181 255,181 000000000000001314f25031dcdb0d36d79a9f5c1646dab948c9977ca0413a89 0.15 MB 306 109
255,180 255,180 00000000000000309b45fc3f4a96015c5c22d5bbaa31be650e20f873e5f87937 0.01 MB 22 132
255,179 255,179 00000000000000095c10ac1f69142fcfd3b319a6f74091366182a7e4489d4b39 0.09 MB 230 106
255,178 255,178 000000000000002ebf84aec45042e84ba118deda2fe433b9cc434b27324e1791 0.11 MB 269 147
255,177 255,177 000000000000000fbcaf090fec56f5834891663e133104f7b9e241d3bbf2905e 0.08 MB 168 97
255,176 255,176 000000000000003d29cfe27ce52e2d6136bddff31312b1cf5785e536dcce0a91 0.02 MB 28 90
Previous 10 blocks ↓
Total Size: 645.81 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,295.37 GB sent, 34.29 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.