[**brk-client**](../README.md) *** [brk-client](../globals.md) / SyncStatus # Interface: SyncStatus Defined in: [Developer/brk/modules/brk-client/index.js:969](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L969) ## Properties ### blocksBehind > **blocksBehind**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:973](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L973) Number of blocks behind the tip *** ### computedHeight > **computedHeight**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:971](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L971) Height of the last computed block (series) *** ### indexedHeight > **indexedHeight**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:970](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L970) Height of the last indexed block *** ### lastIndexedAt > **lastIndexedAt**: `string` Defined in: [Developer/brk/modules/brk-client/index.js:974](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L974) Human-readable timestamp of the last indexed block (ISO 8601) *** ### lastIndexedAtUnix > **lastIndexedAtUnix**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:975](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L975) Unix timestamp of the last indexed block *** ### tipHeight > **tipHeight**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:972](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L972) Height of the chain tip (from Bitcoin node)