# Wallet tracking

Now that you have a base to analyze simple blockchain data let's get right into useful tricks!&#x20;

{% hint style="info" %}
*Ever wondered how many assets this guy or this influencer has in their wallet?* \
*I was asking myself.*
{% endhint %}

&#x20;\- *First, you need to find an NFT you're **sure** your target is owning.*\
\
Let's take <mark style="color:purple;">**SOL**</mark> <mark style="background-color:purple;">**Big Brain**</mark> as an example, since he looks like an honest and genuine guy I'm almost 100% sure he owns the Solana Monkey Business he has as a profile picture.\
\
<https://twitter.com/SOLBigBrain> (Drop him follow if you're not following him already, awesome guy!)

![](https://2472405929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvQDq78z3JU3VUNq9DIbn%2Fuploads%2ForMVk1Rn75RoYl8wLyUT%2Fimage.png?alt=media\&token=b02f90ee-d7c1-4074-b486-b2572bb501bd)

&#x20;\- *Now that you have an NFT tied to the wallet you want to inspect, you need info about this NFT.*\
\
There are two ways;\
\ <mark style="color:orange;">**1**</mark>. *You have the NFTInspect browser extension and you can simply click on the picture.*\ <mark style="color:orange;">**2**</mark>. *You don't have it and we need to do it old school.*\
\
Let's do it old school! The goal is to get our NFT data.\
\
We know that this NFT comes from the famous Solana Monkey Business collection, let's get on **Moonrank** / **HowRareIs** (websites that give you NFT rankings)<br>

{% embed url="<https://moonrank.app/collection/smb>" %} <br>
{% endembed %}

{% embed url="<https://howrare.is/smb>" %}

Scroll down a bit and you should have something like this, on this page we can see all the 5000 NFTs of the Solana Monkey Business collection. Now let's use the Filters to get the Big Brain's NFT.

![](https://2472405929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvQDq78z3JU3VUNq9DIbn%2Fuploads%2FmrZrVFvqIycvBbxpfbgI%2Fimage.png?alt=media\&token=28cb2248-e727-4a1f-a4da-109561b9d2ad)

We can see that he has a '***Solana Backward Cap***' attribute.\
So in the '***Hat***' category, we will **select** the Solana backward cap attribute.\
\
We can also see that he has a '*<mark style="color:purple;">**Purple**</mark>*' body as well.\
So in the '***Type***' category, we will **select** the purple attribute.

*And <mark style="color:green;">voilà</mark>! Here is the Monkey we were looking for!*

![](https://2472405929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvQDq78z3JU3VUNq9DIbn%2Fuploads%2Fvk9HR6sqzboEDSIq0jQi%2Fimage.png?alt=media\&token=d167993e-56f3-4fef-a389-11189d67b01d)

### We're almost done anon, only a few steps remaining...

Let's click on the said NFT and then on the 'token' address..

![](https://2472405929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvQDq78z3JU3VUNq9DIbn%2Fuploads%2FzGSJDDyoDZMrcG7zi5jZ%2Fimage.png?alt=media\&token=56566f1e-2269-41b2-82f4-6999659ba4b7)

We should be on a solscan page you're familiar with now :smile:\
Let's click on '**Holders**' and let's get this wallet adress!

![](https://2472405929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvQDq78z3JU3VUNq9DIbn%2Fuploads%2FJ5qoUDzSLp1J3VlvooT6%2Fimage.png?alt=media\&token=43916ef2-1f8a-4015-adb5-0288e6c17c44)

### Let's make magic!

Copy this adress and hop on <mark style="color:purple;">**MagicEden**</mark>.\
\
[https://magiceden.io](https://magiceden.io/)\
\
Now at the end of the URL, you will add "**/u/insert wallet address here**" **u** is short for **user**.\
So basically you're asking <mark style="color:purple;">**MagicEden**</mark> to fetch data of the user associated with the specific wallet address.\
\
You should have this;\
\
[**https://magiceden.io/u/zbFjDhkc7RywwoywSgSSdTge7hwu68pgq5mXjY9WxRG**](https://magiceden.io/u/zbFjDhkc7RywwoywSgSSdTge7hwu68pgq5mXjY9WxRG)\
\
And, good job! \
\
We successfully found and tracked the wallet of a public NFT.
