Memory Pool Memory Pool Refreshing

88,572 transactions
30.33 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,968 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,376 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,967 (643,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,187 201,187 000000000000042e32d0b174f6bedfa774c654539a6e2215ad2b41051c86d4dc 0.20 MB 346 93
201,186 201,186 000000000000000d9e0d9194d4edc25c3d526f76851d53dcaefaf7b4f11a4ddf 0.03 MB 56 113
201,185 201,185 000000000000016c8681885407a2acf4c03caabf481c3c4b6d8e8b81daa2299c 0.06 MB 124 143
201,184 201,184 0000000000000528070a504bc5914b80c728e16f2123841db21fa503e6d1565b 0.05 MB 74 90
201,183 201,183 00000000000003bb4c081af9ffafabb39b700b55d06aebcfd1d47d3b904693e8 0.07 MB 269 18
201,182 201,182 000000000000047f5c61faad21a0242ff37e087e804d0adeb3f9c61dd682a26d 0.04 MB 139 90
201,181 201,181 00000000000001ee137bd22050e822c369719f6e61a1e231f2cc2628c9bf6354 0.08 MB 154 89
201,180 201,180 000000000000036db4d55dc93b74dea6c21827d103c9de08d4e3cb85adfc3afd 0.01 MB 32 0
201,179 201,179 0000000000000271414322dd477ac05db97ed6ec1713fd7dbb513dbd122e281d 0.09 MB 220 119
201,178 201,178 0000000000000598d17a6b4df943937634a601ccbae517589a9f2d847bdf4e90 0.00 MB 14 15
201,177 201,177 0000000000000303d354321a132084fc9e51fc69edf7f8e82b0e415de3b7145c 0.12 MB 173 103
201,176 201,176 000000000000038d429059b195d798d218736045d0563bce14ac9500301d50dd 0.05 MB 66 72
201,175 201,175 00000000000000abed5aa93a4bcb14c1d754096719be85147d39a2963a983b31 0.03 MB 59 66
201,174 201,174 0000000000000593bbc0739a5767587847303935dadab89b2e676e0fc4059277 0.01 MB 19 30
201,173 201,173 000000000000027b62d87249d015b0f5a244c4a7878e3691857df3de6da23781 0.01 MB 19 39
201,172 201,172 0000000000000154eca2a0fa7341540c75f4b1c410a30106a2d305179dd31360 0.02 MB 33 154
201,171 201,171 0000000000000072fc4402bb8ad49dfc552d60d901a17ef8cb22ddd4a88d6893 0.04 MB 143 9
201,170 201,170 00000000000001e5048b9ecbec767dd4916ba9aa5b4193831bd2d2c4abecf90c 0.01 MB 10 48
201,169 201,169 0000000000000140c1e02b4a28be60e93cbb41a4f53b401e6d95086882327d2b 0.03 MB 75 121
201,168 201,168 000000000000059a717963a24690a1978afed9f2cba9fee86c5bde5a6a8863d4 0.06 MB 70 69
201,167 201,167 00000000000004cf4385398ff79a210d7e06af051458ea881e0a951b2745eff2 0.06 MB 145 73
Previous 10 blocks ↓
Total Size: 652.34 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,248.80 GB sent, 74.05 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.