<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "BitcoinKernel",
  "identifier" : "/documentation/BitcoinKernel/BlockHash/description",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "BitcoinKernel"
    ],
    "preciseIdentifier" : "s:13BitcoinKernel9BlockHashC11descriptionSSvp"
  },
  "title" : "description"
}
-->

# description

64-character lowercase hex string in **display order** — the same
convention Bitcoin block explorers use. Note that `data` returns the
bytes in **internal (kernel) order** (reversed from display). For
example, the mainnet genesis block’s display hash is
`000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f`.

```
var description: String { get }
```