diff --git a/app/components/Contacts/Network.js b/app/components/Contacts/Network.js
index 3810f183..53495333 100644
--- a/app/components/Contacts/Network.js
+++ b/app/components/Contacts/Network.js
@@ -2,8 +2,8 @@ import React, { Component } from 'react'
import PropTypes from 'prop-types'
import find from 'lodash/find'
import Isvg from 'react-inlinesvg'
-import { FaAngleDown, FaCircle, FaRepeat } from 'react-icons/lib/fa'
-import { btc } from 'utils'
+import { FaExternalLink, FaCircle, FaRepeat, FaAngleDown } from 'react-icons/lib/fa'
+import { btc, blockExplorer } from 'utils'
import plus from 'icons/plus.svg'
import search from 'icons/search.svg'
@@ -223,7 +223,10 @@ class Network extends Component {
{displayNodeName(channel)}
{
- selectedChannel === channel &&
+ selectedChannel === channel &&
+ blockExplorer.showTransaction(channel.channel_point.split(':')[0])}>
+
+
}