The block editor can be extended by themes and plugins to give deeper functionality and formatting to your site, but before we dig into those I want to take a look at the default core blocks. These are blocks that unless have been disabled by your theme or a plugin will come with every install of WordPress.
The folowing list is accurate as of WordPress 6.1.1 and come directly from the WordPress documentation: https://wordpress.org/documentation/article/blocks-list/
Design Blocks
- Buttons (new 5.4)
- Button (deprecated)
- Columns
- Group
- Row
- Stack
- Text Columns (deprecated)
- More
- Page Break
- Separator
- Spacer
Widgets Blocks
- Archives
- Calendar (new in 5.3)
- Categories
- Custom HTML
- Latest Comments
- Latest Posts
- Page List (new in 5.8)
- RSS (new in 5.3)
- Search (new in 5.3)
- Shortcode
- Social Icons (new in 5.4)
- Tag Cloud (new in 5.3)
Theme Blocks
- Navigation (new in 5.9)
- Site Logo (new in 5.8)
- Site Title (new in 5.8)
- Site Tagline (new in 5.8)
- Query Loop(new in 5.8)
- Post Template
- Post Title (new in 5.8)
- Post Excerpt (new in 5.8)
- Post Featured Image (new in 5.8)
- Post Content (new in 5.8)
- Post Author
- Post Author Biography
- Post Date (new in 5.8)
- Post Categories (new in 5.8)
- Post Tags (new in 5.8)
- Pagination
- Posts List
- Avatar
- Post Navigation Link
- Next post
- Previous post
- Read More (new in 5.9)
- Comments(new in 6.1)
- Post Comments Form
- Post Comment (deprecated)
- Login/out (new in 5.8)
- Term Description (new in 5.9)
- Archive Title (new in 5.9)
- Search Results Title (new in 6.1)
- Template Part (new in 5.9)
Embed Blocks
- Embed
- YouTube
- WordPress
- SoundCloud
- Spotify
- Flickr
- Vimeo
- Animoto
- CloudUp
- Crowdsignal
- Dailymotion
- Imgur
- Issuu
- Kickstarter
- Mixcloud
- Pocket Casts
- ReverbNation
- Screencast
- Scribd
- Slideshare
- SmugMug
- Speaker Deck
- TikTok (new in 5.4)
- TED
- Tumblr
- VideoPress
- WordPress.tv
- Amazon Kindle
- Wolfram
The amount of tools that you get out of the box with the block editor is more than enough for many sites. Let’s say though your site has some needs that push the default blocks, or is outside of their scope. Tomorrow we’re going to look at reusable blocks, followed by block patterns, and then custom blocks.