sitchu.com.au Open in urlscan Pro
13.107.213.40  Public Scan

Submitted URL: https://sgdbs6pn.r.eu-west-1.awstrack.me/L0/https:%2F%2Fsitchu.com.au%2Fmelbourne%2Fbars%2Fbest-rooftop-bars-melbourne%3Futm_campaign=sit...
Effective URL: https://sitchu.com.au/melbourne/bars/best-rooftop-bars-melbourne?utm_campaign=sitchu-melbourne-newsletter&utm_edition=...
Submission: On January 22 via api from CA — Scanned from CA

Form analysis 6 forms found in the DOM

POST /search

<form action="/search" method="post">
  <div class="input-group search-bar">
    <input type="text" aria-label="Article Search" name="q" id="q" class="form-control" placeholder="Search Sitchu" autocomplete="off" spellcheck="false">
    <div class="input-group-append">
      <button class="btn btn-search" type="submit" aria-label="submit"><span class="icon-search"></span></button>
    </div>
  </div>
</form>

POST /user/login

<form action="/user/login" method="post" onsubmit="return m4.user.signin(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="jBYit9Ke29d2PS0_0hwSwdilMQ-SvEIo5ioMBaT_a8shU2QFvgESjdqtLED4dWshta2CdZfRBL_zryKRkxMbo-Q3Bzz_y7bCdfMWipSGFeE1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="User.City" value="sydney">
  <input type="hidden" id="s6-favourite" name="Favourite" value="">
  <fieldset>
    <input type="hidden" id="s6-action" name="s6-action" value="signin">
    <div class="row justify-content-center">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="s6-email" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-pass" class="control-label">Password</label>
          <input type="password" class="form-control" id="s6-pass" name="Password" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-min="6">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-12">
        <div class="loader-holder">
          <div class="loader">&nbsp;</div>
        </div>
        <div class="complete-message"></div>
        <div class="form-group-buttons">
          <div class="form-group">
            <input type="submit" class="btn-submit" onclick="return m4.user.signin(this.form);" value="SIGN IN">
          </div>
          <p><a class="s6-panel-link" href="#s6-forgot">Forgot Password?</a></p>
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST /user/signup

<form action="/user/signup" method="post" onsubmit="return m4.user.register(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="4-NCUjOM39GkUFK_KWb-fOnwxsr71Df8uMb-n0O4Cd6jWgWRXSQhQQ3YekOLy4sY2nni4hVv5pjoA36sr3ysElL8SFo_RJWSWjtKmnbRHzU1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="melbourne">
  <input type="hidden" id="s6-favourite" name="Favourite" value="">
  <fieldset>
    <input type="hidden" id="s6-action" name="s6-action" value="register">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-firstname" class="control-label">First name</label>
          <input type="text" class="form-control" id="s6-firstname" name="Firstname" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-min="2">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-lastname" class="control-label">Last name</label>
          <input type="text" class="form-control" id="s6-lastname" name="Lastname" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-min="2">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="s6-email" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-pass" class="control-label">Password</label>
          <input type="password" class="form-control" id="s6-pass" name="Password" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-match="Confirm" data-valid-min="6">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-pass2" class="control-label">Confirm Password</label>
          <input type="password" class="form-control" id="s6-confirm" name="Confirm" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-match="Password" data-valid-min="6">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-postcode" class="control-label">Postcode</label>
          <input type="text" class="form-control" id="s6-postcode" name="PostCode" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="postcode">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-8">
        <div class="s6-terms-wrapper">
          <div class="form-group checkbox-group">
            <input type="checkbox" class="xn-checkbox" name="Terms" id="s6-register-terms" data-valid-required="true" data-valid="checkbox" value="true">
            <label for="s6-register-terms" class="control-label">I accept the <a href="#terms-conditions" target="_blank">Terms and Conditions</a></label>
          </div>
          <div class="form-group checkbox-group">
            <input type="checkbox" class="xn-checkbox" name="Subscribe" id="s6-subscribe" data-valid="checkbox" value="true">
            <label for="s6-subscribe" class="control-label">Subscribe me to Sitchu emails</label>
          </div>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-12">
        <div class="form-group-buttons">
          <input type="submit" class="btn-submit" onclick="return m4.user.register(this.form);" value="REGISTER">
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST /user/password

<form action="/user/password" method="post" onsubmit="return m4.user.forgot(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="zbpmJaqQdp57P2hqsnSm83vG8Pb2Ez31Rd3y7WZhdASpt2u9KhZbAQ-StZdyr7iPLL8A0twYunkRx1LbN-8bd0PaPbKMXtkE4m2JAF3bO6s1">
  <fieldset>
    <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
    <input type="hidden" id="s6-action" name="s6-action" value="forgot">
    <div class="row justify-content-center">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="s6-email" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-12">
        <div class="form-loader-holder">
          <div class="form-loader">&nbsp;</div>
        </div>
        <div class="complete-message"></div>
        <div class="form-group-buttons">
          <input type="submit" class="btn-submit" onclick="return m4.user.forgot(this.form);" value="SEND">
          <p><a class="s6-panel-link" data-modal-action="close" href="#s6-signin">Cancel</a></p>
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST /user/subscribe

<form action="/user/subscribe" method="post" onsubmit="return m4.user.contact(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="UDhV7qD7wjHPt3JHAavFb8DDg2nb1dq4yC5pmUFagQtpCcy2FvtKWEJr_rHas6RrzZlINY9rrklXjDp01HM36Aq5sbe_g2Rh7ilD9LF3iuw1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="melbourne">
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="58300918-6a5b-4c90-fde4-9433448b42d6" class="control-label">Email</label>
    <input type="text" class="form-control" id="58300918-6a5b-4c90-fde4-9433448b42d6" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
    <span class="m4-textfield-focused"></span>
  </div>
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" class="control-label">Postcode</label>
    <input type="text" class="form-control" id="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" name="Postcode" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="postcode">
    <span class="m4-textfield-focused"></span>
  </div>
  <div class="loader-holder">
    <div class="loader">&nbsp;</div>
  </div>
  <div class="complete-message"></div>
  <div class="form-group-buttons">
    <div class="form-group">
      <input type="submit" class="btn-submit" onclick="return m4.contact(this.form);" value="SUBSCRIBE">
    </div>
  </div>
</form>

POST /user/subscribe

<form action="/user/subscribe" method="post" onsubmit="return m4.user.contact(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="XjhcJHmxbJdm41vXA0hcAWHNV6vX90EBXJTI797BkWXT2eo3hq2KXsMNPmD0b2A6qDPRQb4PsKj0DPbHJbSUkOm2NZPtQlhFKEcm0jIMCI01"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="melbourne">
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="58300918-6a5b-4c90-fde4-9433448b42d6" class="control-label">Email</label>
    <input type="text" class="form-control" id="58300918-6a5b-4c90-fde4-9433448b42d6" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
    <span class="m4-textfield-focused"></span>
  </div>
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" class="control-label">Postcode</label>
    <input type="text" class="form-control" id="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" name="Postcode" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="postcode">
    <span class="m4-textfield-focused"></span>
  </div>
  <div class="loader-holder">
    <div class="loader">&nbsp;</div>
  </div>
  <div class="complete-message"></div>
  <div class="form-group-buttons">
    <div class="form-group">
      <input type="submit" class="btn-submit" onclick="return m4.contact(this.form);" value="SUBSCRIBE">
    </div>
  </div>
</form>

Text Content

Melbourne
 * Sydney
 * Brisbane
 * Adelaide
 * Canberra
 * Perth
 * Tasmania


Sign in
Subscribe



 * Lifestyle
 * Eat & Drink
 * Destinations
 * Property
 * Suburb Guides
 * Magazine
 * Summer


EXPLORE

SYDNEY
BRISBANE
ADELAIDE
CANBERRA
PERTH
TASMANIA
LIFESTYLE

 * VIEW ALL LIFESTYLE
 * BEAUTY
 * HEALTH & WELLNESS
 * FITNESS
 * FASHION
 * ARTS & CULTURE
 * WHAT'S ON
 * SHOPPING

SYDNEY'S HIDDEN GEMS: SECRET SPOTS TO DISCOVER
SYDNEY'S SAME DAY GIFT DELIVERY SERVICES
BEAUTY
The Best Facials in Sydney for the Ultimate Pamper Session
WHAT'S ON
Fun Date Ideas in Sydney That Are Guaranteed to Impress
EXPERIENCES
The Best Hikes In & Around Sydney to Tackle this Spring
HEALTH & WELLNESS
The Best Day Spas in Sydney for the Ultimate Pamper Session
EAT & DRINK

 * VIEW ALL EAT & DRINK
 * RESTAURANTS
 * BARS
 * ENTERTAINING
 * RECIPES
 * CAFES

THE BEST NEW RESTAURANTS IN SYDNEY
THE BEST NEW CAFES IN SYDNEY
BARS
The Best Happy Hours in Sydney for an After-Work Tipple
RESTAURANTS
The Most Romantic Restaurants in Sydney for an Intimate Date Night
BARS
Best New Bars in Sydney for Cocktails & Good Times
CAFES
Best Brunch in Sydney: Your List of Weekend Café Hangouts
DESTINATIONS

 * VIEW ALL DESTINATIONS
 * TRAVEL GUIDES
 * EXPERIENCES
 * ACCOMMODATION

ROMANTIC GETAWAYS IN NSW
THE BEST TINY CABINS TO BOOK IN NSW
ACCOMMODATION
The Best Large Group Accommodation in NSW for Your Next Getaway
ACCOMMODATION
The Best Winery Accommodation in NSW for a Weekend Amongst the Vines
ACCOMMODATION
The Best Dog-friendly Accommodation in NSW for an Escape with Your Best Mate
ACCOMMODATION
The Best Farm Stays in NSW for an Unforgettable Country Escape
PROPERTY

 * VIEW ALL PROPERTY
 * THE SITCH
 * HOME SEARCH
 * HOME DESIGN
 * HOME TOURS
 * NEIGHBOURHOOD WATCH

THE EXPERT GUIDE TO SELLING YOUR HOME
FIRST HOME BUYER TIPS
THE SITCH
How To Get a Home Loan in 5 Simple Steps
THE SITCH
How to Add Value to Your Home Without Breaking the Bank
HOME DESIGN
How To Harness the Power of Colour Psychology to Create Harmony in Your Home
HOME DESIGN
What’s New in Interiors: The Best New Homewares & Furniture in Australia to Buy
this Month
Melbourne
Sydney
Brisbane
Adelaide
Canberra
Perth
Tasmania
 * Lifestyle
   SYDNEY'S HIDDEN GEMS: SECRET SPOTS TO DISCOVER
   SYDNEY'S SAME DAY GIFT DELIVERY SERVICES
   BEAUTY
   The Best Facials in Sydney for the Ultimate Pamper Session
   WHAT'S ON
   Fun Date Ideas in Sydney That Are Guaranteed to Impress
   EXPERIENCES
   The Best Hikes In & Around Sydney to Tackle this Spring
   HEALTH & WELLNESS
   The Best Day Spas in Sydney for the Ultimate Pamper Session
    * VIEW ALL LIFESTYLE
    * BEAUTY
    * HEALTH & WELLNESS
    * FITNESS
    * FASHION
    * ARTS & CULTURE
    * WHAT'S ON
    * SHOPPING

 * Eat & Drink
   THE BEST NEW RESTAURANTS IN SYDNEY
   THE BEST NEW CAFES IN SYDNEY
   BARS
   The Best Happy Hours in Sydney for an After-Work Tipple
   RESTAURANTS
   The Most Romantic Restaurants in Sydney for an Intimate Date Night
   BARS
   Best New Bars in Sydney for Cocktails & Good Times
   CAFES
   Best Brunch in Sydney: Your List of Weekend Café Hangouts
    * VIEW ALL EAT & DRINK
    * RESTAURANTS
    * BARS
    * ENTERTAINING
    * RECIPES
    * CAFES

 * Destinations
   ROMANTIC GETAWAYS IN NSW
   THE BEST TINY CABINS TO BOOK IN NSW
   ACCOMMODATION
   The Best Large Group Accommodation in NSW for Your Next Getaway
   ACCOMMODATION
   The Best Winery Accommodation in NSW for a Weekend Amongst the Vines
   ACCOMMODATION
   The Best Dog-friendly Accommodation in NSW for an Escape with Your Best Mate
   ACCOMMODATION
   The Best Farm Stays in NSW for an Unforgettable Country Escape
    * VIEW ALL DESTINATIONS
    * TRAVEL GUIDES
    * EXPERIENCES
    * ACCOMMODATION

 * Property
   THE EXPERT GUIDE TO SELLING YOUR HOME
   FIRST HOME BUYER TIPS
   THE SITCH
   How To Get a Home Loan in 5 Simple Steps
   THE SITCH
   How to Add Value to Your Home Without Breaking the Bank
   HOME DESIGN
   How To Harness the Power of Colour Psychology to Create Harmony in Your Home
   HOME DESIGN
   What’s New in Interiors: The Best New Homewares & Furniture in Australia to
   Buy this Month
    * VIEW ALL PROPERTY
    * THE SITCH
    * HOME SEARCH
    * HOME DESIGN
    * HOME TOURS
    * NEIGHBOURHOOD WATCH

 * Suburb Guides
 * Magazine
 * Summer
 * EXPLORE

 * Privacy Policy
 * Terms & Conditions
 * What is Sitchu
 * Advertise with Sitchu
 * Contact Us

 * SIGN IN
 * SUBSCRIBE

 * 
 * 
 * 

 * Sign in
 * Register


SIGN IN

Email
Password
 


Forgot Password?


REGISTER


First name
Last name
Email
Password
Confirm Password
Postcode
I accept the Terms and Conditions
Subscribe me to Sitchu emails



FORGOTTEN YOUR PASSWORD?

Enter your email address below and we'll send instructions and a link to reset
your password

Email
 


Cancel


UNLOCK MELBOURNE'S HIDDEN GEMS

The hottest new places to eat, drink, stay and play.

Email
Postcode
 


By signing up, you agree to periodic email marketing from Sitchu to the email
address you provided. Terms and Conditions. Privacy Policy.
   
 * Melbourne
 * Bars
 * The Best Rooftop Bars in Melbourne for Year-Round Hangouts

Bars



THE BEST ROOFTOP BARS IN MELBOURNE FOR YEAR-ROUND HANGOUTS

With sky-high views and killer cocktails to match, these are the best rooftop
bars in Melbourne to check out no matter the city's four seasons in one day
ethos.


Her Bar, Melbourne

With the mercury slowly but surely rising, it’s time to emerge from moody
underground bars and into the sunshine, preferably at one of Melbourne’s many
rooftop bars. Fresh air, stunning views and good vibes are on offer across the
city, from edgy drinking holes in the Inner North to lofty hotel bars in the CBD
and bright terraces by the beach.

Here are some of the best rooftop bars in Melbourne, perfect for summer sessions
(but even year-round, or during the unpredictable four seasons in one day
personality the city's weather likes to bring to the table). Happy sipping! 


BEST ROOFTOP BARS IN MELBOURNE: MELBOURNE CBD


Blossom Rooftop


BLOSSOM ROOFTOP

Say hello to Melbourne CBD's highest rooftop bar. Now open on level 14 of the
Pullman Melbourne, Blossom Rooftop is the perfect venue for after work drinks or
for a pizza party with friends. The al fresco area wraps around the 14th floor
with views across the city through beautiful glass panelling. It's fancy pants
to say the least. Enjoy wood fire pizza, mouth-watering cocktails, local wines
and beers as well as those sprawling 270 degree views over Melbourne city. Live
music kicks off on Fridays and Saturdays from 6pm, to level up the atmosphere
even further. 

Pullman Melbourne on Swanston, Level 14/195 Swanston Street, Melbourne 




FABLE

Drinking cocktails on a rooftop may seem like an exclusively summer activity,
but look more closely and you'll find venues equally alluring in the colder
months. At 14 storeys up Fable is one of Melbourne’s highest rooftop bars, and
with a fully retractable awning and heaters it’s also weatherproof and
surprisingly cosy in winter. Catch a lift up to experience their new vegan and
gluten free-focused drinks offering, which includes an vegan milk punch made of
coconut milk, toasted rice, sencha, sakura, yuzu and yellow Chartreuse. Lead
mixologist Alessandro Nardini will draw on warm flavours, colours and seasonal
fruits for the winter menu, as well as spirits favoured at this time of year
like rum and whisky.

13/168 Lonsdale Street, Melbourne




Pinchy's


PINCHY'S 

Step into the vibrant and inviting rooftop bar area of everyone's favourite
seafood hotspot, Pinchy's. You'll be greeted by an atmosphere bathed in both
light and shade. Exuding an air of sophistication and relaxation, with its
stylish contemporary design, cosy seating, divine dishes de la mer and
refreshing cocktails, this is one of the best rooftop bars in Melbourne you'll
want to spend time reclining in this summer. A seaside oasis in the heart of
Melbourne, start with a lobster roll and a glass of champagne, and toast to good
times with friends. Cheers!

Level 1/200 Bourke Street, Melbourne 


Loving Our List of The Best Rooftop Bars in Melbourne? You May Also Like...
BARS
Best Bars in Melbourne for a Romantic Date Night
EXPERIENCES
Melbourne’s Hidden Restaurants, Bars & Secret Spots Worth Knowing About



DOM’S SOCIAL CLUB

Three storeys of delicious wood-fired pizza, pool room fun and rooftop cocktail
relaxation, Dom's is the place to be. Start on the ground floor with a delicious
dinner of wood-fired pizza and charcuterie, then move to the pool room for some
fun and games, before retiring to the rooftop bar to take in the city skyline
views.

Unit 1/301 Swanston Street, Melbourne


Pomelo Rooftop Bar Melbourne


POMELO ROOFTOP

Don't be fooled by its inconspicuous location up a staircase in the middle of
Melbourne city, Pomelo is anything but low key. The vibrant new rooftop bar is
inspired by 80s Miami Art Deco and decked out with a mural of colourful
geometric shapes. The playful and summery drinks menu includes Japanese Slippers
and Blue Lagoons slushes, as well as their own range of canned seltzers and
spritzes.

Level 3, 169 Melbourne Place, Melbourne






GOLDILOCKS

Spot the sign above a nondescript entry on Swanston Street, enter the elevator
and head to the top floor to discover a quaint rooftop bar in the middle of the
CBD. Hanging festoon lights and a semi-covered space make it an oasis that feels
worlds away from the hustle and bustle outside. It may be hard to find but it’ll
be even harder to leave, with well-made classic cocktails and moreish bar snacks
sustaining you ‘til late.

5/264 Swanston Street, Melbourne


Farmer's Daughters


FARMER'S DAUGHTERS

Respected Melbourne chef Alejandro Saravia has brought his vision to establish
an embassy for Gippsland in the heart of the CBD with Farmer's Daughters.
Perched high on the third floor, its rooftop has been designed to bring a little
piece of the oasis that is regional Victoria to the city. The rooftop bar offers
house-made cocktails, curated beers including the Stringer’s Creek Pilsner; a
collaboration between Farmer’s Daughters and Stomping Ground, as well as
Gippsland brewer Sailor’s Grave and select wines by the glass.

6/80 Collins Street, Melbourne




SOJOURN

Sitting pretty on New Chancery Lane, Sojourn is one of Melbourne CBD's hottest
summer spots. With both a restaurant and rooftop bar on premise, you can easily
spend the afternoon wining and dining. Pair delicious eats and refreshing drinks
with the venue's cool style, and you're onto a long lunch winner.

501 Bourke Street, New Chancery Lane, Melbourne


HER Melbourne Rooftop Bar


HER MELBOURNE 

Dining, immersive art and music collide at Her Melbourne, housed within a
heritage building in the CBD that's been completely reimagined into four
glamorous and unique new venues. Head upstairs to HER Rooftop – a design-lover's
dream with an enviable view of Melbourne city. The stylish space transports
drinkers to Europe, with its gorgeous Italian marble floor, French mid-century
chairs, and inviting olive, mustard and navy palette. Premium wines and
cocktails grace the drinks menu, with fresh Thai sharing plates to nibble on.

Rooftop, HER, 270 Lonsdale Street, Melbourne


Siglo


SIGLO

A true everyone's club steeped in old-world charm, Siglo’s table-clothed rooftop
terrace is without a doubt a city icon. Perched above the Princess Theatre at
the cocktail-loving ‘Paris end’, a sense of European style and elegance
permeates as chatty patrons savour fine wines whilst overlooking the glittering
streetscape below. For the cigar-loving gentlemen and women have your lighters
at the ready because Cohiba Siglo's are the venue's signature. 

Level 2, 161 Spring Street, Melbourne


Rooftop at QT - Secret Garden


ROOFTOP AT QT

Swanky Saturday nights find their home at this Rooftop at QT, a popular hotel
rooftop bar in Melbourne that's serving up good times and good tunes. 

Newly reopened for the summer, expect bold new cocktails from a reinvigorated
drink program, a newly inspired Mediterranean menu perfect for sky bound summer
hangouts, and vibrant interiors featuring private booths and a private lounge,
as well as an outdoor bar, all blended with modern design and bespoke art.

From low-key Sunday sessions to unfettered Friday nights, every hour is happy
and any time is right. High-noon calls for lunchtime libations, served with
market-fresh morsels, and when the sun dips low, it’s grazing hour. Think
wood-fired flatbread and fritto misto met with matching creative cocktails.
Late-night DJ sets are ready to have you grooving well into the night too! 

Be sure to toast to those views that cut across the city and make sure to check
out their 'Secret Garden' area. The dress code instructs punters to turn up
“sharp”, but in return, you’ll be treated to prime people watching and one of
the tastiest G&Ts in town. 

QT Melbourne, 11/133 Russell Street, Melbourne 


The Stolen Gem


THE STOLEN GEM

The Stolen Gem is one of Melbourne's newest inner city rooftop bars. With
260-degree views of the city, a playful cocktail menu and modern sharing plates
which include fried chicken ribs, calamari and wild mushroom duxelle, the New
York-style bar is a surefire hit for post-work sips. It's also a venue and view
worth dressing up for! 

Level 8, 388 Bourke Street, Melbourne


Rooftop Bar


ROOFTOP BAR

Whether you decide to wait (and wait) for the sluggish elevator or awaken your
thirst with a marathon sprint up the stairs, the reward atop of Curtin House is
well worth your troubles. Aperol Spritzes, astroturf, and kimchi burgers create
high holiday vibes in the middle of the CBD, making it one of the best rooftop
bars in Melbourne and a perennial post-work favourite.

Curtin House, 252 Swanston Street, Melbourne




LOOP ROOF

Ample greenery in the form of hanging vines and exotic cacti give Loop, one of
Melbourne's best rooftop bars an exotic feel despite being square in the
concrete jungle. Tiki-tinged cocktails like the Melting Pot, which balances dark
and spiced rum with apple, coffee and orange bitters make for transportative
drinking before views of the towering buildings over your shoulder remind you of
your bearings.

23 Meyers Place, Melbourne


Bomba


BOMBA

Perched over Lonsdale Street is an attractive rooftop tapas bar that’s a winner
for post-work tipples and pre-dinner cocktails, where you can settle in and
watch the sunset over the city’s treetops. Spanish favourites like patatas
bravas, spicy chorizo and manchego croquettes make for easy sharing over glasses
of fizzy cava.

103 Lonsdale Street, Melbourne


BEST ROOFTOP BARS IN MELBOURNE: INNER CITY SUBURBS


Beverly Rooftop (Image Credit: Jake Roden)


BEVERLY ROOFTOP

Beverly Rooftop is a luxurious foodie escape bringing the glamour of Beverly
Hills to Melbourne. It's also dishing up a previously untouched 270-degree view
of the city, with the breathtaking scenes set to leave you breathless - and
hungry for more! Don't let that hunger go to waste - the food and drinks are
just as striking as the scenery. Enjoy a Southern Californian-influenced menu,
with modern Australian approach. Think salmon carpaccio, burrata, barramundi
with smoked seaweed butter, and expertly executed wagyu steak, alongside
magnificent glasses of local bubbles, finely crafted cocktails, and skin contact
drops. It's been years in the making for this intimate space, which welcomes
diners in for long lunches that become dinners and one cocktail turned into too
many. An unmissable rooftop bar in Melbourne. 

Goldfields House, Level 24, 627 Chapel Street, South Yarra


Skinny Dog Hotel Rooftop (Image Credit: Griffin Simm)


THE SKINNY DOG HOTEL

A friendly suburban hideout tucked away in Kew, The Skinny Dog Hotel is one of
Melbourne's most untapped gems - and boasting a fantastic rooftop bar to boot!
Newly transformed to include a skyward space, upstairs is bold, bougie and
breezy; an effortlessly cool rooftop bar in Melbourne that's been inspired by
the mid-century modern charm of Palm Springs. Snack on fresh oysters with
prosecco foam and roasted spatchcock chicken with corn fitters and celeriac
remoulade, all while enjoying some of the 44 beers on tap, or partaking in a
delightful Negroni sour, and embracing the spacious feel of the 400-person
atrium bar. The best part? It has retractable roofs and can be used all year
round! 

155 High Street, Kew


Cityfields


CITYFIELDS

Head to Cityfields, the classic brasserie style dining destination housed within
Chadstone Shopping Centre, to make a beeline for their Terrace Bar. The Terrace
Bar has an attached alfresco garden, and is a sophisticated yet casual space
offering views across the south-east towards the city. 

Reminiscent of a European rooftop, this is a refined, intimate and inviting
location to enjoy a languid long lunch or elegant dinner, away from the hustle
and bustle of Chadstone below. 

Plus, coffee to cocktails, brunch to bubbles; a Cityfields party purrs all day,
everyday, so you're guaranteed a great time here. We're partial to sunset
cocktails with that view though. That's the kind of magic only one of the best
rooftop bars in Melbourne can provide. 

1341 Dandenong Road, Chadstone


Bells Hotel


BELLS HOTEL 

This low-key South Melbourne stalwart is a surprising location for one of the
best rooftop bars in Melbourne. Enjoy delicious pub grub in the sprawling Bells
Hotel, replete with rooftop terrace, a beer garden, and a lively sports bar.

Enjoy a post-work sundowner with colleagues or toast celebratory Prosecco
towards the views of the city. This easy-breezy spot is guaranteed to hit the
spot, and it's friendly feel will ensure you'll want to make it a regular
go-to. 

157 Moray Street, South Melbourne 


Tetto Di Carolina


TETTO DI CAROLINA

A rooftop bar exuding Italian charm and the well-heeled Melbourne style of
Toorak Road, Tetto di Carolina is a hidden South Yarra gem (set above sister
restaurant Bar Carolina), that would feel as equally at home in London or Rome.
 

With a strong focus on cocktails and European sensibility, Tetto is a passion
project by Joe Mammone (Bar Carolina, Il Bacaro and Marameo), James Sutherland
(Light Years) and Joey Dee that was designed to evoke the good life, with a
strong music program to match. It’s the perfect spot for soulful afternoons in
the sun.

The food menu offers up everything from a snack to a full feast, with salumi and
cheese and share plates aplenty. The atmosphere is effortlessly sophisticated,
yet friendly and for the people.

As the sun goes down and smooth jazz filters languidly through your soul, much
like the intoxicatingly dreamy drink at hand, you’ll know you’ve found your new
favourite spot in town. A real hidden gem!

48 Toorak Road, South Yarra


Suburban Dining & Rooftop


SUBURBAN DINING & ROOFTOP

Looking for a place to enjoy a delicious meal, a refreshing drink or a memorable
event? One of the only rooftop beer gardens east of the city, look no further
than Suburban Rooftop, found in Eastland Town Square. 

Set over three floors, you'll climb past a restaurant, a public bar, and a
courtyard with private dining spaces, to get to this lush and lovely rooftop
bar. Enjoy smaller nibbles, pub classics and plenty of drinks. Think the best of
what Victorian craft have to offer, everything from beer, wine and cider to
spirits and cocktails. 

It really is a charming spot to enjoy sunny and vibrant alfresco bites and
drinks just about anytime, but during summer weekends the Suburban rooftop also
offers a fantastic bottomless brunch. Spritz o'clock ahead in 3, 2, 1...

Eastland Shopping Centre, Shop R10/171-173 Maroondah Highway, Ringwood


Rufio


RUFIO

Say hello to Rufio, a brand-new Latin fusion and 100% gluten-free restaurant,
bar and rooftop that’s opened in St Kilda – from the team behind Elwood’s Repeat
Offender. ‘Rufio’ originates from rufus, meaning ‘redhead,’ which bodes well for
this elegant and uplifting venue – it’s already standing out amongst the crowd
along this classic St Kilda strip.

Slip inside this beautiful dining space and outdoor jungle for one of their
fantastic signature cocktails (hello cherry Pisco sour) and a specially crafted
menu of delicious food boasting Latin-American flair with European influences.
The perfect spot to eat and drink to your heart’s desire this summer will be
sitting in amongst the greenery and under the beaming sunshine on the rooftop
here, a laidback house-lounge soundtrack settling you in for a spicy good time. 

188 Carlisle Street, St Kilda




FULL MOON FEVER 

In exciting news, the ever-popular Lulie Tavern now comes with a rooftop bar
that's perfect for summer! Set above the bustle of Abbotsford's Johnston Street,
Full Moon Fever is designed to be an extension of the rock ’n’ roll,
saloon-style atmosphere Lulie Tavern is known for. Think old fashioned's,
margaritas, ice cold tins, and peach iced teas served with a smile, all in
desert-style surrounds; an Australian outback nod to the ‘Old West’ style bars
in California. They really do make some of the best margaritas in town! All
together unique, warm and fun, the new rooftop will also embrace the
quintessential ‘every person’s bar’ that Melbourne truly celebrates.

225 Johnston Street, Abbotsford


Runner Up


RUNNER UP

Few rooftops are as fun right now as Runner Up in Collingwood. Located in
the Collingwood Yards precinct, the space is made up of a cosy brick bar and
open air courtyard (that really shines come golden hour). There’s a gentle
Mediterranean feel about the place, with Italian and Australian wines pouring,
cumquat and fig trees blooming and a stay-all-day vibe. Come for a limoncello
spritz and stay for DJs on the weekend.

Level 2/35 Johnston Street, Collingwood


Harvie


HARVIE

This svelte rooftop bar in Armadale is one of our top picks for the summer. With
delicious seasonal cocktails, a thoughtful wine list and well-crafted snacks and
share plates, it's a charming spot with equally charming views over Malvern and
Armadale. Perfect for your next date night and for elevated sunset sipping. 

109 Wattletree Road, Armadale 




THE EMERSON ROOFTOP BAR

A venue perfect for many occasions, The Emerson is a bar, eatery and nightclub
notorious for its vibrant dance floor. If it’s casual vibes you’re after, the
Emerson Rooftop boasts picturesque views, with a generous drinks menu and their
Japanese-inspired kitchen serving up hearty mains and tasty plates to share. 

141-145 Commercial Road, South Yarra


Hobsons Bay Hotel


HOBSONS BAY HOTEL

It’s been around for 100 years and hopefully, it will be around for 100 more.
The Hobsons Bay Hotel has undergone a serious refurb thanks to Rustica founder
Brenton Lang and his partners Drew Gibbs & Matt Cook. Spread over three levels,
the neighbourhood pub in Williamstown comes complete with a cosy rooftop deck
and views of the Melbourne skyline across the water. It's a magical spot for
sundowner spritzes with friends. 

28 Ferguson St, Williamstown




JOHNNY’S GREEN ROOM

Sitting atop the King and Godfree complex, Johnny’s Green Room offers 360 degree
vistas extending to the city and beyond. Tap into a little slice of Italy with
imported beers, wine and Aperol spritzes on tap, plus snacks including polpetti,
salumi, arancini and even choc tops from Pidapipo down the road. It’s on of
Melbourne's best rooftop bars and our new favourite spot for Sunday sessions and
after work drinks.

Level 2/293-297 Lygon Street, Carlton


Golden Fleece Hotel


GOLDEN FLEECE HOTEL

Having undergone a significant refresh, Golden Fleece Hotel is back with
Mediterranean vibes for days. The new space is a Greek Islands-inspired
paradise, where white stone walls, tables and booths, lots of cacti, alcoves
filled with ornate ceramics and a marvellously sunny rooftop transport you far
away from Melbourne. The food menu at this incredible new Melbourne bar is
equally Mediterranean with plenty of seafood and delicious pizzas. When it comes
to booze, expect house spritzes, cocktails and a standard selection of wine and
beer. Sips in the sunshine have never looked so good. 

120 Montague Street, South Melbourne




EASEY’S

Beers and burgers in a train carriage hoisted five storeys onto a Collingwood
rooftop – Easey’s is just about the most Melbourne thing ever. Novelty factor
aside, this grungy charmer always promises a good time, whether you’re chowing
cheeseburgers at a booth inside or knocking back jugs of Melbourne Bitter under
the stars. They do some zany cocktails too, including a jalapeno-spiked Bloody
Mary topped with a bacon-wrapped dim sim.

3/48 Easey Street, Collingwood


The Local Taphouse


THE LOCAL TAPHOUSE

The Local Taphouse’s rooftop garden terrace is the kind of place where balmy
summer afternoons stretch deep into the evening, though the bar’s laidback,
neighbourly vibe finds it busy all year round. Here you’ll see bubbly
conversations among friends corralled along by rounds of craft brew, plus modern
pub snacks like leek and Gruyère croquettes and black pepper whitebait.

184 Carlisle Street, St Kilda East




THE PROVINCIAL

The Provincial’s rooftop bar has only been open for a year, but already it’s
become a favourite for lazy Sunday sessions. Bar snacks bounce between the
familiar (pepperoni pizza, chicken parmas) and the fun (mi goreng fried chicken,
charred corn tostadas) while classic cocktails get the remix treatment. It’s
even a go during winter months, with plenty of heaters and mulled wine to keep
you toasty.

299 Brunswick Street, Fitzroy




THE CORNER HOTEL

Richmond’s favourite spot for live gigs and post-footy drinks also boasts a
fabulous rooftop, where there’s an outdoor barbecue firing away and DJs
soundtracks that scream summer. Pub grub runs the gamut from your classic parma
and pies to shareplates of Korean fried chicken and braised lamb shoulder served
with citrus yoghurt, beet hummus and tabouli. With the sun setting, taps
flowing, and live music in your near future, this is a joint that’s hard to
beat.

57 Swan Street, Richmond




NAKED FOR SATAN

After filling up on pintxos at Naked for Satan take the rickety lift up to their
open-air terrace, where 360° views of Melbourne and an always buzzy crowd await.
Drifting above Fitzroy means you get to enjoy a full vista of the glittering
city skyline from a distance, all while sipping Spanish wines and house-made
infused vodkas under colourful fairy globes.

285 Brunswick Street, Fitzroy




CAPTAIN BAXTER

If you like your margaritas backdropped by the ocean blue, Captain Baxter calls
your name. This beachside hangout boasts one of Melbourne's best rooftop bars
with a sweeping view of Port Phillip Bay, making it an extra hot spot during the
warmer months. Fruity cocktails are paired with equally refreshing,
fusion-leaning snacks like mint and avo fish tacos and zesty coconut kingfish
ceviche.

10/18 Jacka Boulevard, St Kilda

Loving our list of the best rooftop bars in Melbourne and looking to continue
the fun? Be sure to check out our edits of the best new
restaurants and bars around the city. For those looking for a little hair of the
dog, we've rounded up the best boozy brunch spots that are guaranteed to bring
you back to life the morning after. 

By Francesca Biondi & Kelsey Harrington

Posted 30 Nov 23

 * bar
 * rooftop bar
 * local
 * wine
 * cocktails
 * rooftop





STAY IN THE LOOP

Subscribe
LOAD MORE ARTICLES


FOLLOW US

@sitchu.melbourne

 * 
 * 
 * 
 * 




STAY IN THE LOOP

Subscribe
Most Popular
WHAT'S ON

28 Cool Date Ideas in Melbourne That Are Guaranteed to Impress
RESTAURANTS

Essential Eats: 41 Must-Book Restaurants in Melbourne CBD
RESTAURANTS

Romantic Restaurants in Melbourne for the Perfect Date Night
FASHION

The Best Australian Jewellery Brands To Put On Your Radar
BEAUTY

The Best Australian Skincare Brands that We're Loving Right Now
More On...
 * eat & drink
 * interior design
 * home design
 * recipe
 * entertaining at home
 * accommodation
 * lifestyle
 * shop
 * travel
 * property advice
 * property
 * architecture
 * experiences
 * home tour
 * beauty


Most Popular
WHAT'S ON

28 Cool Date Ideas in Melbourne That Are Guaranteed to Impress
RESTAURANTS

Essential Eats: 41 Must-Book Restaurants in Melbourne CBD
RESTAURANTS

Romantic Restaurants in Melbourne for the Perfect Date Night
FASHION

The Best Australian Jewellery Brands To Put On Your Radar
BEAUTY

The Best Australian Skincare Brands that We're Loving Right Now


STAY CONNECTED

@sitchu.melbourne


More On...
 * eat & drink
 * interior design
 * home design
 * recipe
 * entertaining at home
 * accommodation
 * lifestyle
 * shop
 * travel
 * property advice
 * property
 * architecture
 * experiences
 * home tour
 * beauty


SEE THE LATEST FROM SITCHU

@sitchu.melbourne

 * 
 * 
 * 
 * 


 * © Sitchu 2022
 * Privacy Policy
 * Terms & Conditions

 * 
 * 
 * 
 * 

 * THINGS TO DO
 * LIFESTYLE
 * EAT & DRINK
 * DESTINATIONS
 * PROPERTY
 * MAGAZINE
 * EXPLORE

 * SUBURB GUIDES
 * Sydney
 * Melbourne
 * Brisbane
 * Adelaide
 * Canberra
 * Perth

 * SITCHU
 * What is Sitchu
 * Advertise with Sitchu
 * Contact Us

STAY IN THE LOOP
Email
Postcode
 



EXPLORE

SYDNEY
BRISBANE
ADELAIDE
CANBERRA
PERTH
TASMANIA
LIFESTYLE

 * VIEW ALL LIFESTYLE
 * BEAUTY
 * HEALTH & WELLNESS
 * FITNESS
 * FASHION
 * ARTS & CULTURE
 * WHAT'S ON
 * SHOPPING

SYDNEY'S HIDDEN GEMS: SECRET SPOTS TO DISCOVER
SYDNEY'S SAME DAY GIFT DELIVERY SERVICES
BEAUTY
The Best Facials in Sydney for the Ultimate Pamper Session
WHAT'S ON
Fun Date Ideas in Sydney That Are Guaranteed to Impress
EXPERIENCES
The Best Hikes In & Around Sydney to Tackle this Spring
HEALTH & WELLNESS
The Best Day Spas in Sydney for the Ultimate Pamper Session
EAT & DRINK

 * VIEW ALL EAT & DRINK
 * RESTAURANTS
 * BARS
 * ENTERTAINING
 * RECIPES
 * CAFES

THE BEST NEW RESTAURANTS IN SYDNEY
THE BEST NEW CAFES IN SYDNEY
BARS
The Best Happy Hours in Sydney for an After-Work Tipple
RESTAURANTS
The Most Romantic Restaurants in Sydney for an Intimate Date Night
BARS
Best New Bars in Sydney for Cocktails & Good Times
CAFES
Best Brunch in Sydney: Your List of Weekend Café Hangouts
DESTINATIONS

 * VIEW ALL DESTINATIONS
 * TRAVEL GUIDES
 * EXPERIENCES
 * ACCOMMODATION

ROMANTIC GETAWAYS IN NSW
THE BEST TINY CABINS TO BOOK IN NSW
ACCOMMODATION
The Best Large Group Accommodation in NSW for Your Next Getaway
ACCOMMODATION
The Best Winery Accommodation in NSW for a Weekend Amongst the Vines
ACCOMMODATION
The Best Dog-friendly Accommodation in NSW for an Escape with Your Best Mate
ACCOMMODATION
The Best Farm Stays in NSW for an Unforgettable Country Escape
PROPERTY

 * VIEW ALL PROPERTY
 * THE SITCH
 * HOME SEARCH
 * HOME DESIGN
 * HOME TOURS
 * NEIGHBOURHOOD WATCH

THE EXPERT GUIDE TO SELLING YOUR HOME
FIRST HOME BUYER TIPS
THE SITCH
How To Get a Home Loan in 5 Simple Steps
THE SITCH
How to Add Value to Your Home Without Breaking the Bank
HOME DESIGN
How To Harness the Power of Colour Psychology to Create Harmony in Your Home
HOME DESIGN
What’s New in Interiors: The Best New Homewares & Furniture in Australia to Buy
this Month
Back to top