Pearl Harbor Full Day

(5.0)
$118

Every visitor to Honolulu should experience the historic sites at Pearl Harbor, like the Arizona memorial and the USS Mississippi. 


Step back in time to one of the most significant events in Honolulu’s World War II history. Every visitor to Honolulu should experience the historic sites at Pearl Harbor, like the Arizona memorial and the USS Mississippi. Gain a new appreciation for Honolulu’s history as your knowledgeable guide shares important facts about the attack and its role in our country’s development.


Explore two of the main attractions at Pearl Harbor on this full-day tour. Visit the USS Arizona and the battleship Missouri, as well as downtown Honolulu and the Punchbowl National Cemetery of the Pacific, where you can pay your respects to those who lost their lives in the attack. Watch a movie featuring actual attack footage. Take a narrated boat ride to board the memorial built over the sunken USS Arizona. Round-trip transportation from Waikiki is included.

NOTE: Due to unforeseen circumstances beyond our control, the Navy may suspend boat operations to the USS Arizona Memorial at any time. In such cases there will be no refunds. You may still enjoy USS Arizona exhibits at the Visitor’s Center, and park monuments.

Tour Highlights:
Arizona Memorial
USS Missouri
Punchbowl National Cemetery of the Pacific
Downtown Honolulu
more
Time 6:30 am - 12:30 pm.
Duration 6 hours

Please view the cancellation policy and restrictions. You can find addition information in frequently asked questions

Cancellation Policy

48 hours notice, no questions asked.


Last Minute Bookings

Please be aware that these bookings are subject to confirmation. If this is a same-day or next-day booking, there is a reasonable chance this will not be confirmed. For bookings that are confirmed, there will be no cancellations or refunds.


Restrictions


Frequently Asked Questions

Can I bring a bag? 
Security restrictions at Pearl Harbor will be enforced. Please do not bring large bags or anything that could offer concealment. Storage is available at Pearl Harbor for $4.00 per bag.

What should I wear? 
Dress comfortably, but please remember that shirts and shoes are required on the USS Arizona Memorial; swimsuits not permitted. High heels, dresses and skirts not recommended.

Are there places to eat at Pearl Harbor? 
There are food stands within Pearl Harbor, however, variety is limited. We recommend you eat something before the tour.

Should I bring money? 
All entrance fees are covered by Go Hawaii Tours. Bring money for food and souvenirs.


Reviews

Review Summary
(5.0)
show reviews  hide reviews 

$(document).ready(function() { $('.show_reviews_link,.hide_reviews_link').click(function(e) { e.preventDefault(); $('.review_strip_single').toggle('fast'); $('.show_reviews_link').toggle('fast'); $('.hide_reviews_link').toggle('fast'); }); }); $('#formBooking').on('submit', function(event) { var $form = $(this); $('#date_error').addClass('hidden'); console.log('on submit of form booking'); console.log('date slected',$('input[name="date"]')); if($('input[name="date"]').val() == "") { console.log('invalid date - showing error') $('#date_error').removeClass('hidden'); return false; } // console.log('data sent',$(this).serialize()); // return false; ga('ec:addProduct', { 'id': '321', // Product ID (string). // 'name': "Pearl Harbor Full Day", // Product name (string). 'name': "Pearl Harbor Full Day", // Product name (string). 'price': $('#total').html(), // Product price (currency). 'quantity': 1, // Product quantity (number). 'category': 'Scenic Tour', // Product category (string). 'brand': "Go Tours Hawaii", // Product brand (string). 'dimension1': '' // Custom dimension (string). }); ga('ec:setAction', 'add'); if(typeof navigator.sendBeacon == "undefined") { ga('send', 'event', 'UX', 'click', 'add to cart',{ hitCallback: function() { console.log('added click event'); $form.get(0).submit(); }}); } else { ga('send', 'event', 'UX', 'click', 'add to cart'); } // debug // event.preventDefault(); // console.log('waiting 20 seconds before submitting form'); // setTimeout(function() { $form.get(0).submit(); }, 20000); });