Memory Pool Memory Pool Refreshing

40,109 transactions
33.59 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,827 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,285 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,826 (76,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,266 766,266 00000000000000000001a863976b251c320b6442ab6264afeeb54d2b50cdb40a 0.09 MB 56 7
766,265 766,265 00000000000000000004bf9c2b57624409178b01207db8b015aed3e8cc7ac0ec 0.30 MB 303 14
766,264 766,264 00000000000000000007f8bc510efec6e044c13969e88063f14b5f316f6f38fa 1.18 MB 1,424 18
766,263 766,263 00000000000000000006e2fcd031cf57597a1ac0e25cb43ff7703b6b911a5f29 0.84 MB 892 11
766,262 766,262 00000000000000000005ccf484ea20bb6145e4de88b7f2c9591e0722ae5d081a 0.96 MB 1,441 7
766,261 766,261 000000000000000000059507787f2483b28015c944403b2cec4f6f6868d2009a 1.52 MB 2,758 23
766,260 766,260 0000000000000000000810898d7356a818093848fc1a7d28fd6d0fefb6f5a193 0.15 MB 321 20
766,259 766,259 00000000000000000001819cbd89d937885d0099a6877eb67119dc2b12ee12c4 1.08 MB 1,986 15
766,258 766,258 00000000000000000003902fab1cfe931d90e423ef3002a0224eeb2e263b890a 1.34 MB 2,109 16
766,257 766,257 00000000000000000007095bc194eafea8e97b31616fc033f24ae756ecaf75af 0.88 MB 486 7
766,256 766,256 000000000000000000033249bcb74b42d1ada9fa679484730fdb3aa6a4b9d8be 0.29 MB 534 12
766,255 766,255 00000000000000000002e89e964340ec14b1ca684160c401c950f33d22f7e9a7 0.68 MB 1,180 19
766,254 766,254 00000000000000000007ce9679acf3ba3681600b7a9e56fc95e7261d02d0eb0c 0.30 MB 500 14
766,253 766,253 00000000000000000004d78c2bcd3d70234b508ff0a21ec35760c206b61deafe 1.36 MB 2,384 18
766,252 766,252 0000000000000000000246ac983f0e67b5148bb6543636938edaa9167f75e0fa 0.15 MB 252 22
766,251 766,251 000000000000000000053b68ea6e383a7277273c121e24353c63d60de42f4ec3 1.06 MB 1,617 17
766,250 766,250 00000000000000000003173919c7a26756ecb669905766d11d55c239ded088c3 0.20 MB 276 19
766,249 766,249 00000000000000000000cbb6c4a04ae33218af9ef6838c61906b708e58977db8 0.14 MB 277 21
766,248 766,248 00000000000000000007465f8d675de9de8f075d4da9b9fb843efc7600d9a944 0.13 MB 111 18
766,247 766,247 0000000000000000000768a0587cbac20d0c8582134b23b89e345b7642df1ea8 1.04 MB 1,437 20
766,246 766,246 00000000000000000004382de494a98a0c879262f6ca94d27703e9640e09939e 1.29 MB 587 13
Previous 10 blocks ↓
Total Size: 648.32 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,613.96 GB sent, 51.06 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.