{{getLabel(column)}}
Alias
{{channel?.alias}}
ID
{{channel?.id}}
Channel ID
{{channel?.channel_id}}
Funding Transaction ID
{{channel?.funding_txid}}
Connected {{(channel?.connected) ? 'Connected' : 'Disconnected'}} State {{CLNChannelPendingState[channel?.state]}} Local Reserve (Sats) {{channel?.our_channel_reserve_satoshis | number:'1.0-0'}} Remote Reserve (Sats) {{channel?.their_channel_reserve_satoshis | number:'1.0-0'}} Total (Sats) {{channel?.msatoshi_total/1000 | number:channel?.msatoshi_to_us < 1000 ? '1.0-4' : '1.0-0'}} Spendable (Sats) {{channel?.spendable_msatoshi/1000 | number:channel?.msatoshi_to_us < 1000 ? '1.0-4' : '1.0-0'}} Local Balance (Sats) {{channel?.msatoshi_to_us/1000 | number:channel?.msatoshi_to_us < 1000 ? '1.0-4' : '1.0-0'}} Remote Balance (Sats) {{channel?.msatoshi_to_them/1000 | number:channel?.msatoshi_to_them < 1000 ? '1.0-4' : '1.0-0'}}
Download CSV
View Info Close Channel Bump Fee

No peers connected. Add a peer in order to open a channel.

No pending/inactive channel available.

Getting pending/inactive channels...

{{errorMessage}}