How

you

search

,

analyze

and

understand

the

blockchain

matters.

Explore

simply

with

Binocular.

Watch Demo

Backed by the best on the block

How

you

search

,

analyze

and

understand

the

blockchain

matters.

Explore

simply

with

Binocular.

Watch Demo

Backed by the best on the block

How

you

search

,

analyze

and

understand

the

blockchain

matters.

Explore

simply

with

Binocular.

Watch Demo

Backed by the best on the block

A search language built
on four fundamental pillars.

vitalik.eth

sent

brian.eth

10 USDC

0xCB7...8fa

Success

vitalik.eth

brian.eth

July 5, 2023

12:25pm PST

USDC

0.001 ETH

$2.27

#17,235,981

Taxes 2022

3 More

+ Add attributes

Transaction

/

0xCB7...8fa

Transaction

Paste in a Transaction Hash or filter by powerful properties like Date, Asset, or Function to search transactions easily.

Transaction

Paste in a Transaction Hash or filter by powerful properties like Date, Asset, or Function to search transactions easily.

Transaction

Paste in a Transaction Hash or filter by powerful properties like Date, Asset, or Function to search transactions easily.

Asset

Discover top holders, prices, market caps, and more for any token or NFT. See who owned what and who sold when.

USD Coin (USDC)

All-Time High: $1.01

All-Time Low: $0.89

Asset Address

Asset Type

Price

Market Cap

Total Supply

Views

0xA0b...B48

Token

$1.00

$23,728,534,173.46

23,728,534,173.46

Stablecoins

4 More

+ Add attributes

Asset

/

USDC

Asset

Discover top holders, prices, market caps, and more for any token or NFT. See who owned what and who sold when.

Asset

Discover top holders, prices, market caps, and more for any token or NFT. See who owned what and who sold when.

Address

Track any address on-chain, whether that’s labeling wallets, visualizing balances, or interacting with smart contracts.

brian.eth

Address

Label

Address Type

Net Worth

Balance

Views

0xfc2...4d4

brian.eth

Account

$250,130.15

10 ETH, 150K USDC

3 More

Team Wallets

4 More

+ Add attributes

Address

/

brian.eth

Address

Track any address on-chain, whether that’s labeling wallets, visualizing balances, or interacting with smart contracts.

Address

Track any address on-chain, whether that’s labeling wallets, visualizing balances, or interacting with smart contracts.

Block #17,235,981

Previous

Next

Date

Transaction Count

Total Gas Used

Miner

Total Miner Reward

July 5, 2023

12:25pm PST

124

28,000,000

0xcc1...d13

0.03 ETH

$49.88

+ Add attributes

Block

/

#17,235,981

Block

Dive deep into the composition of any block. Explore miner rewards, gas fees, or any transactions within a block.

Block

Dive deep into the composition of any block. Explore miner rewards, gas fees, or any transactions within a block.

Block

Dive deep into the composition of any block. Explore miner rewards, gas fees, or any transactions within a block.

Binocular

is

a

platform

that

lets

you

create

your

own

customized

lens

into

the

blockchain.

We

give

you

the

building

blocks

to

search

the

chain

for

the

information

you

care

about

in

the

way

you

want

to

see

it.

And,

its

all

human-readable.

Binocular

is

a

platform

that

lets

you

create

your

own

customized

lens

into

the

blockchain.

We

give

you

the

building

blocks

to

search

the

chain

for

the

information

you

care

about

in

the

way

you

want

to

see

it.

And,

its

all

human-readable.

Binocular

is

a

platform

that

lets

you

create

your

own

customized

lens

into

the

blockchain.

We

give

you

the

building

blocks

to

search

the

chain

for

the

information

you

care

about

in

the

way

you

want

to

see

it.

And,

its

all

human-readable.

The blockchain
how you want to see it.

Filter searches

Use our composable building blocks to filter and combine blockchain data the way you want.

Save searches

Create Views to save your searches and watch them dynamically update in real-time on the blockchain.

Dive into the details

Drill down into any transaction, address, asset, or block for both micro-level insights or macro-level trends.

Analyze aggregate data

Distill meaningful patterns and trends, enabling informed decision-making and strategic insights.

All of my transactions this past year

Addresses

Address

0xa00...52e

0xC02...Cc2

0xBE0...3E8

0xa12...713

brian.eth

COUNT

5

Label

Coinbase 7

Wrapped Ether

Binance 7

Gemini 3

COUNT

4

Address Type

Contract

Contract

Account

Account

Account

COUNT

5

Balance

1,150,000 USDC, 10 LINK, 1 USDT

1,000,200 USDC, 10 LINK, 1 USDT

988,000 USDC, 0 LINK, 1 USDT

250,000 USDC, 10 LINK, 1 USDT

150,000 USDC, 10 ETH

COUNT

5

Go to table view

Holds

USDC

Asset Flow

vitalik.eth

sent

brian.eth

10 USDC

vitalik.eth

paid transaction fee

0.001 ETH

Assets

Asset Name

Ether

USD Coin

Arbitrum

Stand with Crypto #1

Tether USD

TOTAL

5

Asset Symbol

ETH

USDC

ARB

SWC #1

USDT

TOTAL

5

Asset Type

Token

Token

Token

NFT

Token

TOTAL

5

Price

$1,663.65

$1.00

$0.95

$3.77

$1,663.35

TOTAL

5

Go to table view

Holders

brian.eth

Tracking internal team wallets

Cryptokitties #1930049

NFT Collection

Price

Minter

*hissing noises*. General Sulkyway? Haven't heard that name in years. When I'm embarassed, I get sweaty in my kidney area. I love listening to Prince's latest release while cooking chocolate-covered pretzels.

Cryptokitties

$1.00

lozerkids.eth

+ Add attributes

Asset

/

Cryptokitties #1930049

Group by

Save as View

Export

Source Code

@openzeppelin

@uniswap

contracts

base

interfaces

libraries

SwapRouter.sol

settings.json

SwapRouter

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity =0.7.6;
pragma abicoder v2;

import '@uniswap/v3-core/contracts/libraries/SafeCast.sol';
import '@uniswap/v3-core/contracts/libraries/TickMath.sol';
import '@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol';

import './interfaces/ISwapRouter.sol';
import './base/PeripheryImmutableState.sol';
import './base/PeripheryValidation.sol';


/// @title Uniswap V3 Swap Router
/// @notice Router for stateless execution of swaps against Uniswap V3
contract SwapRouter is

View as Proxy

All of my transactions this past year

Addresses

Address

0xa00...52e

0xC02...Cc2

0xBE0...3E8

0xa12...713

brian.eth

COUNT

5

Label

Coinbase 7

Wrapped Ether

Binance 7

Gemini 3

COUNT

4

Address Type

Contract

Contract

Account

Account

Account

COUNT

5

Balance

1,150,000 USDC, 10 LINK, 1 USDT

1,000,200 USDC, 10 LINK, 1 USDT

988,000 USDC, 0 LINK, 1 USDT

250,000 USDC, 10 LINK, 1 USDT

150,000 USDC, 10 ETH

COUNT

5

Go to table view

Holds

USDC

Tracking internal team wallets

Asset Flow

vitalik.eth

sent

brian.eth

10 USDC

vitalik.eth

paid transaction fee

0.001 ETH

Assets

Asset Name

Ether

USD Coin

Arbitrum

Stand with Crypto #1

Tether USD

TOTAL

5

Asset Symbol

ETH

USDC

ARB

SWC #1

USDT

TOTAL

5

Asset Type

Token

Token

Token

NFT

Token

TOTAL

5

Price

$1,663.65

$1.00

$0.95

$3.77

$1,663.35

TOTAL

5

Go to table view

Holders

brian.eth

Group by

Save as View

Export

Cryptokitties #1930049

NFT Collection

Price

Minter

*hissing noises*. General Sulkyway? Haven't heard that name in years. When I'm embarassed, I get sweaty in my kidney area. I love listening to Prince's latest release while cooking chocolate-covered pretzels.

Cryptokitties

$1.00

lozerkids.eth

+ Add attributes

Asset

/

Cryptokitties #1930049

Source Code

@openzeppelin

@uniswap

contracts

base

interfaces

libraries

SwapRouter.sol

settings.json

SwapRouter

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity =0.7.6;
pragma abicoder v2;

import '@uniswap/v3-core/contracts/libraries/SafeCast.sol';
import '@uniswap/v3-core/contracts/libraries/TickMath.sol';
import '@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol';

import './interfaces/ISwapRouter.sol';
import './base/PeripheryImmutableState.sol';
import './base/PeripheryValidation.sol';


/// @title Uniswap V3 Swap Router
/// @notice Router for stateless execution of swaps against Uniswap V3
contract SwapRouter is

View as Proxy

Meet your search terminal

Complete simple or complex searches in seconds with the search terminal, all powered by opinionated yet flexible building blocks.

Explore Block Collections

Transactions

Addresses

Assets

Blocks

Explore Block Collections

Transactions

Addresses

Assets

Blocks

Explore Block Collections

Transactions

Addresses

Assets

Blocks

A delightful & dependable daily experience.

A new way to visualize
the blockchain.

A new way to visualize
the blockchain.

Fast. We understand the need for speed. We've optimized our systems, ensuring you enjoy blazing-fast searches.

Accurate. We deliver access to real-time and accurate blockchain data, serving as your source of truth for the chain.

On-call. We're here when you need us. Get dedicated support in the channel you'd prefer. Slack, Email, Discord, we're there.

Reliable. Our systems ensure uninterrupted access to the blockchain. Because we know every transaction matters.

Come

search

analyze

understand

search

with us.

binocular

Copyright © 2023 Axel Technologies.

Come

search

analyze

understand

search

with us.

binocular

Copyright © 2023 Axel Technologies.

Come

search

analyze

understand

search

with us.

binocular

Copyright © 2023 Axel Technologies.