A neat trick I found today, if you include,

(setq initial-scratch-message nil)

in your .emacs file then the scratch buffer loads empty.

The top of my .emacs is currently,

(setq inhibit-splash-screen t) 
(tool-bar-mode -1) 
(setq initial-scratch-message nil)

which also gets rid of the toolbar and the splash screen.