$e$ has many definitions and properties. The one I'm most used to is
$$\lim_{n\to \infty}\left(1+\frac{1}{n}\right)^n $$
If someone asked me (and I didn't know about $e$):
Is there a constant $c$ such that the equation $\frac{d}{dx}c^x=c^x $ is true for all $x$?
Then I'd likely answer that:
I doubt it! That would be a crazy coincidence.
I'm curious, is it a coincidence that there is a constant that makes this true?
One way to see that such a function has to exist is to notice that the derivative of an exponential function is proportional to the original function: $$\frac{d}{dx} c^x = \lim_{h\to 0}\frac{c^{x+h}-c^x}{h} = c^x\cdot \lim_{h\to 0} \frac{c^h-1}{h}$$ The constant of proportionality is given by the result of the limit on the right. For $2^x$, you can numerically verify that $\frac{d}{dx}2^x \approx 0.69\cdot 2^x$. Similarly, $\frac{d}{dx} 3^x\approx 1.10\cdot 3^x$. In the former case, the constant is less than $1$, and in the latter case, it's greater than $1$. So it's not unreasonable to suppose that there is a number $e$ in between $2$ and $3$ that makes the constant exactly $1$, i.e. such that $\frac{d}{dx}e^x = e^x$.