You may enjoy learning about the famous crossing lemma, which was conjectured by Erdös and Guy in 1973 where $1/64$ was replaced by some absolute constant $c$.
Theorem (Leighton 1982, Ajtai-Chvátal-Newborn-Szemerédi 1982) Let $G$ be a simple graph with $n$ vertices and $m$ edges, where $m\geq 4n$. Then
$$
\operatorname{cr}(G) \geq \frac{1}{64} \frac{m^3}{n^2}
$$
where $\operatorname{cr}(G)$ is the crossing number of $G$, i.e. the minimum number of crossings needed in any plane drawing of $G$.
Chapter 45 of Proofs From The Book (6th edition) by Aigner and Ziegler contains a magnificent proof of this theorem using the probabilistic method. In fact, this is the very last proof presented in the book.
Using this theorem, and the fact that $K_n$ has $m=\binom{n}{2}=\frac{n(n-1)}{2}$ many edges, we can apply the above lemma to get for $n\geq 9$:
$$
\operatorname{cr}(K_n) \geq \frac{1}{64} \frac{n^3(n-1)^3}{8n^2} = \frac{1}{512} n(n-1)^3
$$
On the other hand, it is clear that one can have at most $C n^4$ many possible crossings, because there can be at most $\binom{m}{2}\approx \frac{n^4}{4}$ many crossings between different edges. Thus, $\operatorname{cr}(K_n)=\Omega(n^4)$.