If $X$ is a vector space over $\mathbb R$ and $B=\{x_i; i\in I\}$ is a Hamel basis for $X$, then for each $i\in I$ we have a linear functional $a_i(x)$ which assigns to $x$ the $i$-th coordinate, i.e., the functions $a_i$ are uniquely determined by the conditions that $x=\sum_{i\in I} a_i(x)x_i,$ where only finitely many summands are non-zero.
If $X$ is a Banach space, then at most finitely many of them can be continuous.
I have learned the following argument from comments in this question.
Suppose that $\{b_i; i\in\mathbb N\}$ is an infinite subset of $B$ such that each $f_{b_i}$ is continuous. W.l.o.g. we may assume that $\lVert{b_i}\rVert=1$.
Let $y:=\sum_{i=1}^\infty \frac1{2^i}b_i.$ (Since $X$ is complete, the above sum converges.)
We also denote $y_n:=\sum_{i=1}^n \frac1{2^i}b_i$. Since $y_n$ converges to $y$, we have $f_{b_k}(y)=\lim\limits_{n\to\infty} f_{b_k}(y_n)=\frac1{2^k}$ for each $k\in\mathbb N$. Thus the point $x$ has infinitely many non-zero coordinates, which contradicts the definition of Hamel basis.
I have stumbled upon Exercise 4.3 in the book Christopher Heil: A Basis Theory Primer. Springer, New York, 2011. In this exercise we are working in an infinite-dimensional space $X$. Basically the same notation as I mentioned above is introduced, $a_i$'s are called coefficient functionals and then it goes as follows:
(a) Show by example that it is possible for some particular functional $a_i$ to be continuous.
(b) Show that $a_i(x_j) = \delta_{ij}$ for $i,j\in I$.
(c) Let $J = \{i\in I : a_i \text{ is continuous}\}$. Show that $\sup \{j\in J; \lVert a_j \rVert<+\infty\}$
(d) Show that at most finitely many functionals $a_i$ can be continuous, i.e., $J$ is finite.
(e) Give an example of an infinite-dimensional normed linear space that has a Hamel basis $\{x_i; i\in I\}$ such that each of the associated coefficient functionals $a_i$ for $i\in I$ is continuous.
The part (c) can be shown easily using Banach-Steinhaus theorem (a.k.a. Uniform boundedness principle). But I guess that the author of the book has in mind a different proof for part (d) from what I sketched above, since (c) is an easy consequence of (d) -- so he would probably not be put the exercises in this order. (But maybe I was just trying to read to much between the lines.)
Question: I was not able to find a proof od (d) which uses (c). Do you have some idea how to do this?
NOTE: My question is not about the parts (a), (b), (e). I've included them just for the sake of the completeness, in order to include sufficient context for the question.