[**brk-client**](../README.md) *** [brk-client](../globals.md) / SyncStatus # Interface: SyncStatus Defined in: [Developer/brk/modules/brk-client/index.js:672](https://github.com/bitcoinresearchkit/brk/blob/0433e3b25662fded3395ef89ebe1c68d82b918b1/modules/brk-client/index.js#L672) ## Properties ### blocksBehind > **blocksBehind**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:675](https://github.com/bitcoinresearchkit/brk/blob/0433e3b25662fded3395ef89ebe1c68d82b918b1/modules/brk-client/index.js#L675) Number of blocks behind the tip *** ### indexedHeight > **indexedHeight**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:673](https://github.com/bitcoinresearchkit/brk/blob/0433e3b25662fded3395ef89ebe1c68d82b918b1/modules/brk-client/index.js#L673) Height of the last indexed block *** ### lastIndexedAt > **lastIndexedAt**: `string` Defined in: [Developer/brk/modules/brk-client/index.js:676](https://github.com/bitcoinresearchkit/brk/blob/0433e3b25662fded3395ef89ebe1c68d82b918b1/modules/brk-client/index.js#L676) Human-readable timestamp of the last indexed block (ISO 8601) *** ### lastIndexedAtUnix > **lastIndexedAtUnix**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:677](https://github.com/bitcoinresearchkit/brk/blob/0433e3b25662fded3395ef89ebe1c68d82b918b1/modules/brk-client/index.js#L677) Unix timestamp of the last indexed block *** ### tipHeight > **tipHeight**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:674](https://github.com/bitcoinresearchkit/brk/blob/0433e3b25662fded3395ef89ebe1c68d82b918b1/modules/brk-client/index.js#L674) Height of the chain tip (from Bitcoin node)