[**brk-client**](../README.md) *** [brk-client](../globals.md) / SyncStatus # Interface: SyncStatus Defined in: [Developer/brk/modules/brk-client/index.js:645](https://github.com/bitcoinresearchkit/brk/blob/79f7e89740d35d2bbc56505cbbcf3e6a4fe4a0f3/modules/brk-client/index.js#L645) ## Properties ### blocksBehind > **blocksBehind**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:648](https://github.com/bitcoinresearchkit/brk/blob/79f7e89740d35d2bbc56505cbbcf3e6a4fe4a0f3/modules/brk-client/index.js#L648) Number of blocks behind the tip *** ### indexedHeight > **indexedHeight**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:646](https://github.com/bitcoinresearchkit/brk/blob/79f7e89740d35d2bbc56505cbbcf3e6a4fe4a0f3/modules/brk-client/index.js#L646) Height of the last indexed block *** ### lastIndexedAt > **lastIndexedAt**: `string` Defined in: [Developer/brk/modules/brk-client/index.js:649](https://github.com/bitcoinresearchkit/brk/blob/79f7e89740d35d2bbc56505cbbcf3e6a4fe4a0f3/modules/brk-client/index.js#L649) Human-readable timestamp of the last indexed block (ISO 8601) *** ### lastIndexedAtUnix > **lastIndexedAtUnix**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:650](https://github.com/bitcoinresearchkit/brk/blob/79f7e89740d35d2bbc56505cbbcf3e6a4fe4a0f3/modules/brk-client/index.js#L650) Unix timestamp of the last indexed block *** ### tipHeight > **tipHeight**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:647](https://github.com/bitcoinresearchkit/brk/blob/79f7e89740d35d2bbc56505cbbcf3e6a4fe4a0f3/modules/brk-client/index.js#L647) Height of the chain tip (from Bitcoin node)