diff --git a/client/src/views/lander.js b/client/src/views/lander.js index 9d9e6d3a..7fee8490 100644 --- a/client/src/views/lander.js +++ b/client/src/views/lander.js @@ -36,12 +36,13 @@ const LandingPage = ({ t, theme, ...S }) => {
-

Powering Bitcoin and Liquid Applications with Real-Time Blockchain Data

-

Built to simplify development and enhance performance for existing Bitcoin and Liquid applications, the Blockstream Explorer API offers faster address lookups, robust DoS protection, and seamless integration.

+

Build on Bitcoin
at Scale

+

Let the Blockstream Explorer API
handle the blockchain backend for you.
+Faster, always available, and easy to integrate
into wallets, exchanges, and fintech platforms.

GET YOUR API KEY
- Hero Image + Hero Image
@@ -80,53 +81,53 @@ const LandingPage = ({ t, theme, ...S }) => {
WHY EXPLORER API

High performance service - optimized for scaling and uptime

-

Extensive blockchain data indexing powers pre-populated, cache-ready results for fast and reliable access. The infrastructure is built to handle demanding workloads, ensuring high availability and scalability, even during peak usage.

+

Proven in production, and trusted by some of the biggest names in the industry,
our API is built to handle demanding workloads so your team can focus on growth.

icon -

Integrate & Scale

-

Effortless integration with a transparent pricing model eliminates upfront infrastructure costs. Developers can focus on building applications without the complexity of managing backend systems, saving both time and resources.

+

Plug in and Scale

+

Innovate without the burden of backend systems.

icon -

Operational Redundancy

-

Whether used as a primary solution or backup, the service eliminates costly infrastructure maintenance and disaster recovery planning. Its high reliability ensures uninterrupted access during outages or demand spikes.

+

Always Online

+

99.9% uptime SLA guarantee.

icon -

Privacy & Security

-

With no persistent logging and full end-to-end encryption, the service ensures confidentiality and adherence to best practices. Robust security protocols reduce the need for self-managed security solutions.

+

Privacy and Security

+

No persistent logging and end-to-end encryption.

FEATURES
-

Fast data access, scalable infrastructure, and 99.9% uptime

+

Explorer handles millions of requests on globally distributed infrastructure so your services are always online

icon -

Powered by the open-source Esplora project, Blockstream Explorer can be self-hosted. Run your own instance to suit your specific needs while leveraging the same robust software that powers our Enterprise solution.

+

Built on the battle-tested and
well-maintained Esplora stack.

icon -

Access data across Bitcoin Mainnet, Testnet, and Liquid networks, offering a broad spectrum of blockchain data for diverse applications.

+

Access Bitcoin mainnet, testnet,
and Liquid network data.

icon -

An HTTP REST API (with Electrs RPC coming soon) provides extended transaction details and seamless integration.

+

API designed for developers
with up-to-date documentation.

icon -

Partner with Blockstream for seamless integration, unmatched performance, and dedicated ongoing support.

+

Enterprise reliability from one of the
most experienced teams in Bitcoin.

icon -

Fully encrypted connections and secure access ensure data integrity, delivering reliable performance for mission-critical operations.

+

Blockstream runs the infrastructure
so your team can focus on product.

icon -

Advanced indexing and database storage reduce query times and remove the need to self-host expensive hardware like 2TB+ high-speed SSDs with extensive CPU resources.

+

Pre-indexed blockchain data
makes applications run faster

@@ -138,7 +139,7 @@ const LandingPage = ({ t, theme, ...S }) => {
icon

HTTP REST API
for Bitcoin and Liquid

-

Get real-time access to network data with simple RESTful endpoints, delivering low-latency, high-availability insights into UTXOs, balances, mempool transactions, and fee estimates, with seamless transaction broadcasting.

+

Instant API keys, clear docs, and well-maintained repos make integration seamless.
Access UTXOs, balances, mempool, and fee data through low-latency REST endpoints.

EXPLORE DOCUMENTATION
diff --git a/www/img/explorer-api-compass.png b/www/img/explorer-api-compass.png new file mode 100644 index 00000000..d4ce67c3 Binary files /dev/null and b/www/img/explorer-api-compass.png differ diff --git a/www/style.css b/www/style.css index ce2b780b..1068b4a8 100644 --- a/www/style.css +++ b/www/style.css @@ -3191,8 +3191,12 @@ h3.table-title{ } } +.info-card { + text-align: center; +} + .info-card h3 { - max-width: 210px; + /* max-width: 210px; */ margin: 20px 0 10px; } @@ -3211,6 +3215,7 @@ h3.table-title{ flex: 0 1 calc(33.333% - 20px); box-sizing: border-box; margin-bottom: 50px; + text-align: center; } @media only screen and (max-width: 820px) {