2019-07-21 16:59:47 +02:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
2020-03-23 18:52:08 +01:00
< title > mempool - Bitcoin Explorer< / title >
2019-07-21 16:59:47 +02:00
< base href = "/" >
2020-02-16 16:15:07 +01:00
2020-03-27 14:57:50 +01:00
< meta name = "description" content = "An open-source mempool visualizer and blockchain explorer for Bitcoin. Features real-time updates and live transaction tracking." / >
2020-05-02 11:59:14 +02:00
< meta property = "og:image" content = "https://mempool.space/resources/mempool-preview.png" / >
2020-03-09 19:11:29 +01:00
< meta property = "og:image:type" content = "image/png" / >
2020-03-09 19:29:11 +01:00
< meta property = "og:image:width" content = "1000" / >
< meta property = "og:image:height" content = "500" / >
2020-03-09 19:11:29 +01:00
< meta property = "twitter:card" content = "summary_large_image" >
2020-03-09 19:29:44 +01:00
< meta property = "twitter:site" content = "mempoolspace" >
2020-03-09 19:11:29 +01:00
< meta property = "twitter:creator" content = "mempoolspace" >
2020-03-09 20:10:31 +01:00
< meta property = "twitter:title" content = "mempool - Bitcoin block explorer" >
2020-03-27 14:57:50 +01:00
< meta property = "twitter:description" content = "An open-source mempool visualizer and blockchain explorer for Bitcoin." / >
2020-05-02 11:59:14 +02:00
< meta property = "twitter:image:src" content = "https://mempool.space/resources/mempool-preview.png" / >
2020-03-26 21:50:10 +01:00
< meta property = "twitter:domain" content = "mempool.space" >
2020-03-09 19:11:29 +01:00
2020-05-02 11:59:14 +02:00
< link rel = "apple-touch-icon" sizes = "57x57" href = "/resources/favicons/apple-icon-57x57.png" >
< link rel = "apple-touch-icon" sizes = "60x60" href = "/resources/favicons/apple-icon-60x60.png" >
< link rel = "apple-touch-icon" sizes = "72x72" href = "/resources/favicons/apple-icon-72x72.png" >
< link rel = "apple-touch-icon" sizes = "76x76" href = "/resources/favicons/apple-icon-76x76.png" >
< link rel = "apple-touch-icon" sizes = "114x114" href = "/resources/favicons/apple-icon-114x114.png" >
< link rel = "apple-touch-icon" sizes = "120x120" href = "/resources/favicons/apple-icon-120x120.png" >
< link rel = "apple-touch-icon" sizes = "144x144" href = "/resources/favicons/apple-icon-144x144.png" >
< link rel = "apple-touch-icon" sizes = "152x152" href = "/resources/favicons/apple-icon-152x152.png" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/resources/favicons/apple-icon-180x180.png" >
< link rel = "icon" type = "image/png" sizes = "192x192" href = "/resources/favicons/android-icon-192x192.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/resources/favicons/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "96x96" href = "/resources/favicons/favicon-96x96.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/resources/favicons/favicon-16x16.png" >
< link rel = "manifest" href = "/resources/favicons/manifest.json" >
2020-02-16 16:15:07 +01:00
< meta name = "msapplication-TileColor" content = "#ffffff" >
2020-05-02 11:59:14 +02:00
< meta name = "msapplication-TileImage" content = "/resources/favicons/ms-icon-144x144.png" >
2020-02-16 16:15:07 +01:00
< meta name = "theme-color" content = "#ffffff" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2019-07-21 16:59:47 +02:00
< / head >
< body >
< app-root > < / app-root >
< / body >
< / html >