> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rover.inc/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome

export const SimpleCardGrid = ({children, maxCols = 3}) => {
  return <>
      <style>{`
        @media (min-width: 768px) {
          [data-simple-card-grid="${maxCols}"] {
            grid-template-columns: repeat(${maxCols}, minmax(0, 1fr)) !important;
          }
        }
      `}</style>
      <div data-simple-card-grid={maxCols} className="w-full grid grid-cols-1 gap-3" style={{
    paddingLeft: '1px',
    paddingRight: '1px'
  }}>
        {children}
      </div>
    </>;
};

export const SimpleCard = ({title, description, href = 'https://rover.inc', icon = 'home'}) => {
  return <a href={href} className="bg-white rounded-lg outline outline-1 outline-offset-[-0.5px] outline-black/[0.08] flex flex-col justify-start items-start hover:bg-[#fafafa] shadow-none hover:shadow-none transition-colors duration-200 no-underline w-full border-b-0" style={{
    borderBottom: 'none'
  }}>
      <div className="self-stretch px-4 pt-4 pb-4 md:pb-20 inline-flex justify-start items-center gap-2">
        <div className="w-4 h-4 flex items-center justify-center">
          <Icon icon={icon} size="16" />
        </div>
      </div>
      <div className="self-stretch px-4 pt-4 pb-4 border-t border-black/10 flex flex-col justify-center items-start gap-1">
        <div className="text-neutral-900 text-[14px] font-semibold leading-5" style={{
    fontWeight: 550
  }}>{title}</div>
        <div className="text-neutral-700 text-[13px] font-normal leading-5">{description}</div>
      </div>
    </a>;
};

export const LearnMoreCardGroup = ({children, cols = 3}) => {
  return <div className="grid mt-6" style={{
    gridTemplateColumns: `repeat(${cols}, 1fr)`,
    gap: '12px',
    marginTop: '1.5rem',
    marginBottom: '0',
    overflow: 'visible'
  }}>
      {children}
    </div>;
};

export const LearnMoreCard = ({title, icon, href}) => {
  return <a href={href} className="learn-more-card flex flex-col items-start rounded-lg outline outline-1 outline-offset-[-0.5px] outline-black/[0.08] dark:outline-neutral-100/[0.08] transition-colors duration-200 no-underline" style={{
    padding: '1rem',
    gap: '16px'
  }}>
      <div className="flex items-center">
        <Icon icon={icon} style={{
    strokeWidth: '0.75px'
  }} />
      </div>
      <span className="text-neutral-900 font-medium text-[15px] leading-5">
        {title}
      </span>
    </a>;
};

export const Title = ({children}) => {
  return <div className="text-neutral-900 dark:text-neutral-100 text-2xl font-medium" style={{
    letterSpacing: '-0.022em'
  }}>
      {children}
    </div>;
};

export const Container = ({children}) => {
  return <div className="px-1">
      {children}
    </div>;
};

Rover is a powerful engine for searching, monitoring, and aggregating on-chain data, all in one streamlined workspace. It helps teams track wallets, audit smart contracts, and debug transactions through an interface built for speed, precision, and real operational use.

<img src="https://mintcdn.com/rover-164fa3ac/F7mH6eiXENwui0gN/images/home.webp?fit=max&auto=format&n=F7mH6eiXENwui0gN&q=85&s=73380a9bb3543b893ed52346a2d3add5" alt="Home" width="2400" height="1440" data-path="images/home.webp" />

With Rover, blockchain exploration becomes intuitive. It’s the first filter-based search engine for the blockchain, designed to answer complex questions instantly. Where traditional explorers show you raw data, Rover helps you find exactly what matters, fast. Every feature you’d expect from a block explorer is here, enhanced with real-time filtering and intelligent context that turn complex activity into actionable insights.

## Status & Data Coverage

In this beta release, Rover focuses on the Ethereum network. You’ll have access to three months of historical data, updated in real-time as new blocks are mined and finalized.

<Container>
  <div className="w-full flex flex-col mt-4">
    <div className="flex flex-col items-start justify-center w-full max-w-4xl text-left mt-5 mb-5">
      <div className="w-full rounded-lg outline outline-1 outline-offset-[-0.5px] outline-black/[0.08] dark:outline-neutral-100/[0.08] overflow-hidden">
        <div className="bg-neutral-50 dark:bg-neutral-800 border-b border-black/[0.08] dark:border-neutral-100/[0.08] flex">
          <div className="flex-1 px-3 py-1.5 flex items-center">
            <span className="text-neutral-600 dark:text-neutral-400 text-sm leading-5 tracking-wide">Name</span>
          </div>

          <div className="flex-1 px-3 py-1.5 border-l border-black/[0.08] dark:border-neutral-100/[0.08] flex items-center">
            <span className="text-neutral-600 dark:text-neutral-400 text-sm leading-5 tracking-wide">Search range</span>
          </div>

          <div className="w-28 px-3 py-1.5 border-l border-black/[0.08] dark:border-neutral-100/[0.08] flex items-center">
            <span className="text-neutral-600 dark:text-neutral-400 text-sm leading-5 tracking-wide">Status</span>
          </div>
        </div>

        <div className="border-b border-black/[0.08] dark:border-neutral-100/[0.08] flex">
          <div className="flex-1 px-3 py-2 flex items-center">
            <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" className="flex-shrink-0" style={{ marginRight: '8px' }}>
              <path d="M7.99939 0.209717L12.7353 8.03557L8.01693 6.01893L7.99939 0.209717Z" fill="#2F3030" />

              <path d="M3.27649 8.03557L7.99943 0.209717L8.01697 6.01893L3.27649 8.03557Z" fill="#828384" />

              <path d="M7.99943 10.921L3.27649 8.03544L8.01697 6.0188L7.99943 10.921Z" fill="#343535" />

              <path d="M12.7353 8.03544L8.01693 6.0188L7.99939 10.921L12.7353 8.03544Z" fill="#131313" />

              <path d="M7.99939 11.9146L12.7353 9.10718L7.99939 15.7802V11.9146Z" fill="#2F3030" />

              <path d="M7.99943 11.9146L3.27649 9.10718L7.99943 15.7802V11.9146Z" fill="#828384" />
            </svg>

            <span className="text-neutral-900 dark:text-neutral-100 text-sm font-medium leading-5">Ethereum</span>
          </div>

          <div className="flex-1 px-3 py-2 border-l border-black/[0.08] dark:border-neutral-100/[0.08] flex items-center">
            <span className="text-neutral-700 dark:text-neutral-300 text-sm leading-5">October 2025 → Present</span>
          </div>

          <div className="w-28 px-3 py-2 border-l border-black/[0.08] dark:border-neutral-100/[0.08] flex items-center">
            <span className="text-emerald-500 text-sm font-medium leading-5">Live</span>
          </div>
        </div>

        <div className="border-b border-black/[0.08] dark:border-neutral-100/[0.08] flex">
          <div className="flex-1 px-3 py-2 flex items-center">
            <svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" className="flex-shrink-0" style={{ marginRight: '10px' }}>
              <path d="M1 2.106C1 1.72717 1 1.53775 1.07138 1.39204C1.13973 1.25253 1.25253 1.13973 1.39204 1.07138C1.53775 1 1.72717 1 2.106 1H13.894C14.2728 1 14.4623 1 14.6079 1.07138C14.7474 1.13973 14.8603 1.25253 14.9286 1.39204C15 1.53775 15 1.72717 15 2.106V13.894C15 14.2728 15 14.4623 14.9286 14.6079C14.8603 14.7474 14.7474 14.8603 14.6079 14.9286C14.4623 15 14.2728 15 13.894 15H2.106C1.72717 15 1.53775 15 1.39204 14.9286C1.25253 14.8603 1.13973 14.7474 1.07138 14.6079C1 14.4623 1 14.2728 1 13.894V2.106Z" fill="#0000FF" />
            </svg>

            <span className="text-neutral-900 dark:text-neutral-100 text-sm font-medium leading-5">Base</span>
          </div>

          <div className="flex-1 px-3 py-2 border-l border-black/[0.08] dark:border-neutral-100/[0.08] flex items-center">
            <span className="text-neutral-700 dark:text-neutral-300 text-sm leading-5">Coming Soon</span>
          </div>

          <div className="w-28 px-3 py-2 border-l border-black/[0.08] dark:border-neutral-100/[0.08] flex items-center">
            <span className="text-neutral-700 dark:text-neutral-300 text-sm leading-5">-</span>
          </div>
        </div>

        <div className="flex">
          <div className="flex-1 px-3 py-2 flex items-center">
            <svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" className="flex-shrink-0" style={{ marginRight: '10px' }}>
              <path fill-rule="evenodd" clip-rule="evenodd" d="M14 14H0V0H14V14ZM4.76998 3.88503C4.68505 3.88503 4.60969 3.93943 4.5829 4.02L3.98125 5.82515C3.95884 5.89242 4.00889 5.96178 4.0797 5.96178H5.82674C5.89754 5.96178 5.94759 6.03116 5.92518 6.09843L4.63189 9.97837C4.60946 10.0456 4.65952 10.115 4.73033 10.115H6.60383C6.68876 10.115 6.76412 10.0606 6.79091 9.98003L8.08549 6.09661C8.11227 6.01604 8.18765 5.96164 8.27256 5.96164H10.0233C10.1083 5.96164 10.1837 5.90722 10.2105 5.82666L10.8121 4.02166C10.8345 3.95439 10.7844 3.88503 10.7136 3.88503H4.76998Z" fill="black" />
            </svg>

            <span className="text-neutral-900 dark:text-neutral-100 text-sm font-medium leading-5">Tempo</span>
          </div>

          <div className="flex-1 px-3 py-2 border-l border-black/[0.08] dark:border-neutral-100/[0.08] flex items-center">
            <span className="text-neutral-700 dark:text-neutral-300 text-sm leading-5">Coming Soon</span>
          </div>

          <div className="w-28 px-3 py-2 border-l border-black/[0.08] dark:border-neutral-100/[0.08] flex items-center">
            <span className="text-neutral-700 text-sm font-medium leading-5">-</span>
          </div>
        </div>
      </div>
    </div>
  </div>
</Container>

***

## Learn more

<br />

<SimpleCardGrid maxCols={3}>
  <SimpleCard href="/getting-started/start-guide" icon="book-open" title="Start Guide" description="Learn Rover’s core features and start answering real questions with on‑chain data" />

  <SimpleCard href="https://rover.instatus.com/" icon="sparkle" title="Status" description="Check the status of Rover at any time to be notified of system improvements or issues" />

  <SimpleCard href="https://cal.com/sophialatessa/onboarding-to-rover" icon="calendar" title="Book Live Demo" description="Schedule a live walkthrough tailored to your team’s on‑chain workflows" />
</SimpleCardGrid>
