Memory Pool Memory Pool Refreshing

92,931 transactions
32.83 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,939 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,628 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,938 (612,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
232,323 232,323 00000000000000c1dbc274674de8376af32e9d69fe852ae456cd8a69ca3fbe16 0.08 MB 137 121
232,322 232,322 000000000000010fd5bb649d3daad158769838aa77457e5cb602190650358c8b 0.15 MB 302 199
232,321 232,321 000000000000013763ceea98dcfb9c6db7f7d031656463e01254bf4e2d2cf084 0.23 MB 440 133
232,320 232,320 000000000000010cf21fd403a118f815edf865b9d3a07695dacd4fa6274c978b 0.00 MB 4 58
232,319 232,319 0000000000000083aaec3529e99184c46a6af7d1030d87c2612ec78892de4b29 0.16 MB 387 152
232,318 232,318 000000000000002627891ac10a2bcad64854ff9f90defd3a6c395c0ab23c520b 0.25 MB 361 121
232,317 232,317 00000000000000c93389c289eb132e21a214a5ddd023a500259e192003e229ea 0.25 MB 272 92
232,316 232,316 000000000000001a29aff04806b890c450c3d2eccd568b063326deaf6fdb45da 0.25 MB 552 159
232,315 232,315 000000000000013123d487673183fd327cbce7525c860ccde11d7338ac9d5721 0.19 MB 452 198
232,314 232,314 000000000000012e5edf15b1cd1ef29ad3c86b84aa3b06956308bb83dd9e928a 0.02 MB 34 237
232,313 232,313 0000000000000003d7ce388f7058eb8176941b62f2d80c5ff20a37fb7e181fd4 0.25 MB 349 96
232,312 232,312 00000000000000883c2e7816284b3a4358add654ee15220655f45c49962fc980 0.00 MB 6 126
232,311 232,311 0000000000000133d8357313ee92e7fda56928223b115d69e9bd5830dd5bb7c8 0.08 MB 193 181
232,310 232,310 00000000000000f66119f0817f96bdcb1d1d90d19ee84ca0adcd96773286374a 0.25 MB 411 119
232,309 232,309 000000000000008b060b2f94895ec37c9cb50253d794dfd340cb5faf6e40eb97 0.25 MB 383 139
232,308 232,308 00000000000001998c666ada41c8114df4b8683e5346f33a72743d29ef0c0da4 0.03 MB 50 132
232,307 232,307 000000000000007d89c2200258e192e1001502f5afd5cbff5cd18192ec41953c 0.06 MB 147 182
232,306 232,306 00000000000000272a4f48896f5e4791a6e85d258fa5a9972cb9870300576f9c 0.08 MB 212 8
232,305 232,305 00000000000000fac676795a195062069e3b6bb04767d741d833d10c27be9783 0.25 MB 363 116
232,304 232,304 00000000000000eab241716c67dab2f1b842366b63c2896969d3f253595b00e9 0.32 MB 693 144
232,303 232,303 00000000000001c9de30e28072550b4a6ac124e1335051a464eab2ab17c7c4ac 0.36 MB 613 130
Previous 10 blocks ↓
Total Size: 652.29 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,217.77 GB sent, 73.69 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.