2021-07-27 14:37:14 +02:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
2021-08-04 19:41:52 +02:00
< title > mempool - Bisq Markets< / title >
2021-07-27 14:37:14 +02:00
< base href = "/" >
< meta name = "description" content = "Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative cryptocurrencies." >
< meta property = "og:image" content = "https://bisq.network/images/bisq-og.jpg" >
< meta property = "og:image:type" content = "image/jpeg" / >
< meta property = "twitter:card" content = "summary_large_image" >
< meta property = "twitter:site" content = "https://bisq.markets/" >
< meta property = "twitter:creator" content = "@bisq_network" >
< meta property = "twitter:title" content = "Bisq Markets" >
< meta property = "twitter:description" content = "Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative cryptocurrencies." >
< meta property = "twitter:image:src" content = "https://bisq.network/images/bisq-og.jpg" >
< meta property = "twitter:domain" content = "bisq.markets" >
< meta name = "msapplication-TileColor" content = "#000000" >
< meta name = "msapplication-config" content = "/resources/favicons/browserconfig.xml" >
< meta name = "theme-color" content = "#ffffff" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "https://bisq.network/images/apple-touch-icon.png" >
< link rel = "mask-icon" href = "https://bisq.network/safari-pinned-tab.svg" color = "#404040" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "https://bisq.network/images/bisq-fav.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "https://bisq.network/images/bisq-fav.png" >
< link rel = "icon" type = "image/x-icon" href = "https://bisq.network/favicon.ico" / >
< link id = "canonical" rel = "canonical" href = "https://bisq.markets" >
< / head >
< body >
< app-root > < / app-root >
< script type = "text/javascript" >
if (document.location.hostname === "bisq.markets")
{
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.mempool.space/";
_paq.push(['setTrackerUrl', u+'m.php']);
_paq.push(['setSiteId', '7']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
})();
}
< / script >
< / body >
< / html >