Explore the full Bitcoin ecosystem with mempool.space
This commit is contained in:
		
							parent
							
								
									b4bacb4e36
								
							
						
					
					
						commit
						b0e6201a5b
					
				@ -5,7 +5,7 @@
 | 
			
		||||
  <title>mempool - Bisq Markets</title>
 | 
			
		||||
  <base href="/">
 | 
			
		||||
 | 
			
		||||
  <meta name="description" content="The Mempool Open Source Project™ - our self-hosted explorer for the Bisq Network.">
 | 
			
		||||
  <meta name="description" content="The Mempool Open Source Project™ - Explore the full Bitcoin ecosystem.">
 | 
			
		||||
 | 
			
		||||
  <meta property="og:image" content="https://bisq.markets/resources/bisq/bisq-markets-preview.png" />
 | 
			
		||||
  <meta property="og:image:type" content="image/jpeg" />
 | 
			
		||||
@ -14,7 +14,7 @@
 | 
			
		||||
  <meta property="twitter:site" content="https://bisq.markets/">
 | 
			
		||||
  <meta property="twitter:creator" content="@bisq_network">
 | 
			
		||||
  <meta property="twitter:title" content="The Mempool Open Source Project™">
 | 
			
		||||
  <meta property="twitter:description" content="Our self-hosted markets explorer for the Bisq community.">
 | 
			
		||||
  <meta property="twitter:description" content="Explore the full Bitcoin ecosystem with mempool.space™" />
 | 
			
		||||
  <meta property="twitter:image:src" content="https://bisq.markets/resources/bisq/bisq-markets-preview.png" />
 | 
			
		||||
  <meta property="twitter:domain" content="bisq.markets">
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,7 @@
 | 
			
		||||
  <title>mempool - Liquid Network</title>
 | 
			
		||||
  <base href="/">
 | 
			
		||||
 | 
			
		||||
  <meta name="description" content="The Mempool Open Source Project™ - our self-hosted explorer for the Liquid Network.">
 | 
			
		||||
  <meta name="description" content="The Mempool Open Source Project™ - Explore the full Bitcoin ecosystem.">
 | 
			
		||||
  <meta property="og:image" content="https://liquid.network/resources/liquid/liquid-network-preview.png" />
 | 
			
		||||
  <meta property="og:image:type" content="image/png" />
 | 
			
		||||
  <meta property="og:image:width" content="1000" />
 | 
			
		||||
@ -14,7 +14,7 @@
 | 
			
		||||
  <meta property="twitter:site" content="@mempool">
 | 
			
		||||
  <meta property="twitter:creator" content="@mempool">
 | 
			
		||||
  <meta property="twitter:title" content="The Mempool Open Source Project™">
 | 
			
		||||
  <meta property="twitter:description" content="Our self-hosted network explorer for the Liquid community.">
 | 
			
		||||
  <meta property="twitter:description" content="Explore the full Bitcoin ecosystem with mempool.space™" />
 | 
			
		||||
  <meta property="twitter:image:src" content="https://liquid.network/resources/liquid/liquid-network-preview.png" />
 | 
			
		||||
  <meta property="twitter:domain" content="liquid.network">
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,7 @@
 | 
			
		||||
  <title>mempool - Bitcoin Explorer</title>
 | 
			
		||||
  <base href="/">
 | 
			
		||||
 | 
			
		||||
  <meta name="description" content="The Mempool Open Source Project™ - our self-hosted explorer for the Bitcoin community." />
 | 
			
		||||
  <meta name="description" content="The Mempool Open Source Project™ - Explore the full Bitcoin ecosystem." />
 | 
			
		||||
  <meta property="og:image" content="https://mempool.space/resources/mempool-space-preview.png" />
 | 
			
		||||
  <meta property="og:image:type" content="image/png" />
 | 
			
		||||
  <meta property="og:image:width" content="1000" />
 | 
			
		||||
@ -14,7 +14,7 @@
 | 
			
		||||
  <meta property="twitter:site" content="@mempool">
 | 
			
		||||
  <meta property="twitter:creator" content="@mempool">
 | 
			
		||||
  <meta property="twitter:title" content="The Mempool Open Source Project™">
 | 
			
		||||
  <meta property="twitter:description" content="Our self-hosted mempool explorer for the Bitcoin community." />
 | 
			
		||||
  <meta property="twitter:description" content="Explore the full Bitcoin ecosystem with mempool.space™" />
 | 
			
		||||
  <meta property="twitter:image:src" content="https://mempool.space/resources/mempool-space-preview.png" />
 | 
			
		||||
  <meta property="twitter:domain" content="mempool.space">
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
@ -189,7 +189,7 @@ class Server {
 | 
			
		||||
      <head>
 | 
			
		||||
        <meta charset="utf-8">
 | 
			
		||||
        <title>${ogTitle}</title>
 | 
			
		||||
        <meta name="description" content="The Mempool Open Source Project™ - our self-hosted explorer for the ${capitalize(this.network)} community."/>
 | 
			
		||||
        <meta name="description" content="The Mempool Open Source Project™ - Explore the full Bitcoin ecosystem with mempool.space™"/>
 | 
			
		||||
        <meta property="og:image" content="${ogImageUrl}"/>
 | 
			
		||||
        <meta property="og:image:type" content="image/png"/>
 | 
			
		||||
        <meta property="og:image:width" content="${previewSupported ? 1200 : 1000}"/>
 | 
			
		||||
@ -199,7 +199,7 @@ class Server {
 | 
			
		||||
        <meta property="twitter:site" content="@mempool">
 | 
			
		||||
        <meta property="twitter:creator" content="@mempool">
 | 
			
		||||
        <meta property="twitter:title" content="${ogTitle}">
 | 
			
		||||
        <meta property="twitter:description" content="Our self-hosted mempool explorer for the ${capitalize(this.network)} community."/>
 | 
			
		||||
        <meta property="twitter:description" content="Explore the full Bitcoin ecosystem with mempool.space"/>
 | 
			
		||||
        <meta property="twitter:image:src" content="${ogImageUrl}"/>
 | 
			
		||||
        <meta property="twitter:domain" content="mempool.space">
 | 
			
		||||
      <body></body>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user