Categories
Blog Developer Tools WordPress

WordPress Block Editor Core Blocks Demo (Gutenberg)

This is a reference of the Block Editor blocks available in WordPress as of 6.4.3. There is an online resource here:

Core Blocks Reference | Block Editor Handbook | WordPress Developer Resources

But being the visual person I am, I find it helps to see what the available blocks are. This is especially useful for those who might want to create custom templates, or do custom work on a WordPress website. Basically I’ve just spat out everything (Blocks) onto the page that comes from this:

Obviously this is based on the vanilla WordPress setup, no custom items have been added, and as of writing I’m using the WordPress twenty twenty theme. I won’t be adding any configuration for any block item, but not that some may have a lot of configuration options.

So use dev tools, inspect the code, view in different viewports, see what is getting output. Have fun!

If you’ve created your own blog post, you can see what editor blocks are being used (on the edit post page) by entering this in the dev console:

wp.data.select("core/block-editor").getBlocks()

A word of caution: some of these blocks will override items you have in important places such as site tagline for the website, site title etc. Bear this in mind when working with the blocks in your own code…

Here goes!


This is the paragraph block. Hurray!

Heading Block (H2)

  • List item 1
  • List item 2
  • List item 3

Quote Block Text

Quote block citation
console.log('hello, this is a code block');
Details Block

Details block content (hidden). This is just an accordion type toggle, all blocks etc can be nested in here

example paragraph in the Details block content

preformatted text block - respects spacing and tabs

pullquote block

pullquote block citation
table blocktable block
table blocktable block
table block caption
verse block component - (how useful is this actually?)

classic block, from the WordPress olden days…

image block

cover block

media and text block

video block

columns block (50/50) with nested paragraph block. smaller text is here compared to the blocks below…

columns block (50/50) with nested paragraph block with a bit more text. But see that the columns are still spaced evenly

group block with nested paragraph

group block with nested paragraph block. split horiztionally. These columns seem to be fluid in width compared to the regular columns block above

row block with a nested paragraph block

row block with another paragraph block. This is horizontal?

no limit on items added

stack block with nested paragraph block

no limit on items added, but is vertical, rather than horizontal as above

a page break block is available, but i don’t want to paginate this blog post…

April 2026
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  
custom html block
No comments to show.

[shortcodeblock]

this is how i code

my personal journey through creating with code

Jason M avatar

WordPress Block Editor Core Blocks Demo (Gutenberg)

This is a reference of the Block Editor blocks available in WordPress as of 6.4.3. There is an online resource here: Core Blocks Reference | Block Editor Handbook | WordPress Developer Resources But being the visual person I am, I find it helps to see what the available blocks are. This is especially useful for

excerpt block

categories block , ,
read more block: WordPress Block Editor Core Blocks Demo (Gutenberg)

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

embed block
twitter block
youtube embed
wordpress embed
soundcloud embed
spotify embed block
cat
flickr embed block
vimeo embed block

I’ve skipped some embeds that looked like they needed account setup (which I don’t have) they are: animoto, cloudup, crowdsignal, issuu, kickstarter (appears to be broken), pocket casts, reddit ( doesnt seem to work, or I can’t get it to work), reverbnation, screencast, smugmug, tiktok ( ain’t signing up for that), videopress, amazon kindle, pinterest, wolfram

dailymotion embed block
imgur embed block
mixcloud embed block
scribd embed block
slideshare embed block
speakerdeck embed block
ted embed block
tumblr embed block
wordpress tv embed block

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.