I have a Yule process with $n$ individuals.
There is no death, so the death rate is $\mu_n$ $=$ $0$ for all $n$.
Each individual gives birth to a new individual independently after waiting for $\text{Exponential}(\lambda)$ amount of time.
So the birth rate is $\lambda_n = n\lambda$ for all $n \ge 1$.
I get this by considering the minimum waiting time, as there are $n$ waiting times here, each distributed as $\text{Exponential}(\lambda)$.
Now, my question is, in this process, does the population become infinite in a finite amount of time? Is that possible, and if so, how should I think about it?
Any hints or advice will be very helpful. Thank you so much!

Yule process does not explode. The time it takes to go from $n$ individual to $n+1$ individuals, $\tau_n$, is exponential with parameter $\lambda n$. Hence $\mathbb{E}\tau_n=\frac1{\lambda n}$, $\mathbb{E}\tau_n^2=\frac2{\lambda^2 n^2}$, and by the Paley–Zygmund inequality with $\theta=1/2$ $$ \mathbb{P}\left(\tau_n>\frac1{2\lambda n}\right)\ge \frac34 \times \frac{\left(\frac1{\lambda n}\right)^2}{\frac2{\lambda^2 n^2}}=\frac38. $$
Starting from one individual, time $T_n$ to reach $n$ individuals is thus $$ T_n=\tau_1+\tau_2+\dots+\tau_{n-1} $$ (note that $\tau_i$'s are independent). Each $\tau_i>\frac1{2\lambda i}$ with probability at least $3/8$, hence for those integer $i\in B_k:=((k-1)\sqrt{n},k\sqrt{n}]$, $k=1,2,\dots,\lfloor \sqrt{n}\rfloor$, the probability that less than $2/8$ of them are less than $$ \min_{i\in B_k}\frac1{2\lambda i}>\frac1{2\lambda k\sqrt{n}} $$ is exponentially small in $\mathrm{card}(B_k)\sim\sqrt{n}$ (i.e., like $e^{-c\sqrt{n}}$, $c>0$) e.g. by the large deviation theory. Since $\sum_n \sqrt{n} e^{-c\sqrt{n}}<\infty$ by the Borel-Cantelli lemma only finitely many such events occur and hence a.s. for all large $n$ we have $$ T_n>\sum_{k=1}^{\lfloor \sqrt{n}\rfloor}\frac{\mathrm{card}(B_k)}{2\lambda k\sqrt{n}} =\sum_{k=1}^{\lfloor \sqrt{n}\rfloor}\frac{1}{2\lambda k} \sim \ln n\to\infty\quad \text{ as }n\to\infty\text{ almost surely.} $$
Note: a more intuitive (but not completely rigorous) way to see it, is to observe that $\mathbb{E}(T_n)=\frac1{\lambda}\left(1+\frac12+\frac13+\dots+\frac1{n-1}\right)\to\infty$.