Sitka Whale Watching & Marine Adventure Private Charter

5.0
2 reviews

Excursion Overview

Enjoy a private group charter through the southeastern waters of Sitka, Alaska

Welcome to Sitka, the heart of the Tongass National Rainforest! Abundant with all kinds of wildlife, take to the Sika Sound on this finely curated tour by a private charter boat. Your US Coast Guard licensed Captain will take you aboard their 30' Hewescraft aluminum vessel for a 2-hour long adventure full of the animals Sitka has to offer.

In these nutrient rich North Pacific waters, you can expect to see humpback whales, sea lions, otters, seals, and an array of birds. If you're very lucky you may even see an orca or two! Your guide will take you through coves, islands, and the open ocean in search of a variety of wildlife.

This tour meets from Crescent Harbor in Downtown Alaska, which is directly adjacent to Harrigan Centennial Hall-- the main depot for cruise line passengers. This tour operator is a proud Whale SENSE participant.

Please Note: Whale and wildlife sightings are not guaranteed. Prices are per boat.

Things You Need to Know

Inclusions:

  • Roundtrip transportation from Crescent Harbor
  • Coast Guard Licensed Captain
  • Private Coast Guard Licensed Vessel
  • Whale SENSE Participating company

Requirements:

  • Children must be 3 or older to join this tour.
  • This tour is not reccommended for pregnant guests.
  • This boat can hold up to 6 passengers.
  • Maximum weight is 250 lbs per guest.

Duration: 2 hours (Roundtrip from Harrigan Centennial Hall.)

  • 2 hours duration on the coastal waters of Sitka, Alaska

Meeting Instructions:

  • This tour meets from Crescent Harbor in Downtown Sitka, which is directly adjacent to Harrigan Centennial Hall-- the main depot for cruise line passengers. Fully detailed instructions are included on your finalized ticket vouchers.

ADA Accessibility of Tour:

  • This tour is not wheelchair or limited mobility accessible.

Refund Policy:

  • You may cancel for any reason up to seven (7) days prior to the date of the tour for a full refund.
  • Please see our Refund Policy Page for complete details.

Frequently Asked Questions

This boat can hold up to 6 passengers.

Yes, our 30' boat powered by twin 250 Honda engines has an enclosed heated cabin and a forward & aft viewing deck with ample space.

No, the boat does not have restrooms.

Humpback whales and other sea animals are protected species and a safe distance of at least 100 yards must be maintained at all times according to NOAA regulations. We are a proud supporter and participant of Whale SENSE.

Although wildlife is abundant in SE Alaska, whale and wildlife sightings are not guaranteed.

Children must be 3 or older to join this tour.

This tour is not reccommended for pregnant guests.

Backpacks, small bags, and purses are allowed on this tour.

 
var acc = document.getElementsByClassName("accordionx"); for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function(event) { event.preventDefault(); this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.display === "block") { panel.style.display = "none"; this.classList.remove("button-close"); } else { panel.style.display = "block"; this.classList.add("button-close"); } }); } //for FAQ-------------------------------------------------< }); -->

Guest Reviews

5.0

2 total

100%
0%
0%
0%
0%

Wendy F

On Jun 2023

Excellent! Saw several whales, as well as other oceanic wildlife like elephant seals, sea otters, eagles, and even a jellyfish! The captain was very friendly and certainly knew his way around the bay. Highly recommended.

Cindi H

On Jul 2022

This was a great experience - we saw tons of wildlife and Tad, our captain, was very knowledgeable and the boat was clean and comfortable. We saw whales, otters, sea lions, seals... all so close!

$1,125.00

Best Price Guarantee!

$1,125.00

Duration: 2 hours

Best Price Guarantee!

Duration: 2 hours



Up to 6 passengers, 250 lbs per person

Private Charter: $1,125.00

jQuery("#msg-show-iti-box").html(''); // TO ADD THE ITINERARY POPUP---------------------------------------------------------------------------------------------------------------------------< // }); --> jQuery(document).ready(function(){ jQuery(window).on('resize scroll', function() { barmenucolor(); check_addtocart_btn_visible(); //hide_dateSelect(); }); jQuery.fn.isInViewport = function(obj) { var mas = jQuery('.navbar-default').height()+jQuery('#m-tab-wrapper').height(); var elementTop = jQuery(obj).offset().top - mas; var elementBottom = elementTop + jQuery(obj).outerHeight(); var viewportTop = jQuery(window).scrollTop(); var viewportBottom = viewportTop + jQuery(window).height(); var resp = elementBottom > viewportTop && elementTop < viewportBottom ; if(resp == false){ return viewportTop < elementTop; }else{ return resp; } }; barmenucolor(); check_addtocart_btn_visible(); }); function hide_dateSelect() { //TO HIDE DATEPICKER jQuery('.dateSelect').datepicker("hide"); jQuery('.hasDatepicker .dateSelectCont .caret').removeClass('active_date'); } function check_addtocart_btn_visible() { if(jQuery(window).width() > 992){ if (jQuery('.addtocart_btn_submit').isInViewport('.addtocart_btn_submit')) { jQuery('#bookbtn').hide(); // console.log('hide bookbtn'); } else { jQuery('#bookbtn').show(); // console.log('show bookbtn'); } }else{ var mas = jQuery('.navbar-default').height()+jQuery('#f-tab-wrapper').height()+100; var top_of_element = jQuery(".addtocart_btn_submit").offset().top; var bottom_of_element = jQuery(".addtocart_btn_submit").offset().top + jQuery(".addtocart_btn_submit").outerHeight(); //var bottom_of_screen = jQuery(window).scrollTop() + mas + jQuery(window).innerHeight(); var bottom_of_screen = jQuery(window).scrollTop() + mas + document.body.clientHeight; //https://stackoverflow.com/questions/10173236/window-innerheight-ie8-alternative var top_of_screen = jQuery(window).scrollTop() + mas; //console.log('('+bottom_of_screen+'>'+top_of_element+') && ('+top_of_screen+'<'+bottom_of_element+')' ); // if ((bottom_of_screen > top_of_element) && (top_of_screen < bottom_of_element)) { if ((top_of_screen < bottom_of_element)) { // console.log('hide bookbtn - Mobile'); jQuery('#bookbtn').hide(); } else { // console.log('show bookbtn - Mobile'); jQuery('#bookbtn').show(); } } } function barmenucolor(){ if (jQuery('#m-tab-wrapper').isInViewport('#m-tab-wrapper')) { jQuery('#f-tab-wrapper').hide(); //console.log('hide f-tab-wrapper'); } else { jQuery('#f-tab-wrapper').show(); //console.log('show f-tab-wrapper'); } //console.log('position:'+jQuery(window).scrollTop()); var xmas = jQuery('#mynavbar').height()-jQuery('#f-tab-wrapper').height(); var xtab = jQuery('#f-tab-wrapper').offset().top + xmas; var xoverview = jQuery('#overview-sect').offset().top; var xthings = jQuery('#things-sect').offset().top; var xfaq = jQuery('#faq-sect').offset().top; var xreviews = jQuery('#reviews-sect').offset().top; if(xtab < xoverview){ //console.log('photos'); jQuery('.xphotos').addClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xoverview && xtab < xthings){ //console.log('xoverview'); jQuery('.xoverview').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xthings && xtab < xfaq){ //console.log('xthings'); jQuery('.xthings').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xfaq && xtab < xreviews){ //console.log('xfaq'); jQuery('.xfaq').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xreviews').removeClass( "overtab" ); }else if(xtab > xreviews){ //console.log('xreviews'); jQuery('.xreviews').addClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); }else{ //console.log('none'); jQuery('.xreviews').removeClass( "overtab" ); jQuery('.xphotos').removeClass( "overtab" ); jQuery('.xoverview').removeClass( "overtab" ); jQuery('.xthings').removeClass( "overtab" ); jQuery('.xfaq').removeClass( "overtab" ); } } --> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> // console.log('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>'); // console.log(availabledays.length); // console.log(availabledays); // console.log('<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'); if (availabledays.length < 1) { //jQuery('.dateSelectCont .caret').css("display: none!important;"); jQuery('.btn-group>.btn:first-child').prop('disabled', true); jQuery('.dateSelectCont .caret').css("display", "none"); jQuery(classname).prop('disabled', true); jQuery(classname).attr("placeholder", "No Dates Available"); return false; } // console.log(availabledays.length); //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 04/29/2024 TO OPEN ALL DAYS IN CALENDAR -------------------------------------------------------------------> //var startdate = new Date(); // today's date //var enddate = new Date(); // initialize a new Date object //enddate.setFullYear(enddate.getFullYear() + 5); // set this date 5 years from today //JL 04/29/2024 TO OPEN ALL DAYS IN CALENDAR -------------------------------------------------------------------< if (hasdaterestriction == 1) { //console.log('IN A'); jQuery(classname).datepicker({ dateFormat: 'mm/dd/yy', minDate: startdate, maxDate: enddate, beforeShow: function(input, inst) { var calendar = inst.dpDiv; setTimeout(function() { calendar.position({ my: 'left top', at: 'left bottom', collision: 'none', of: input }); }, 1); }, beforeShowDay: function (d) { //console.log('IN A1'); var day = d.getDay(); //var availabledays = jQuery.parseJSON(dates); // normalize the date for searching in array var dmy = ""; dmy += ("00" + (d.getMonth() + 1)).slice(-2) + "/"; dmy += ("00" + d.getDate()).slice(-2) + "/"; dmy += d.getFullYear(); if (jQuery.inArray(dmy, availabledays) != -1) { return [true]; } else { return [false]; } }, onSelect: function (dateText) { //console.log('IN A2'); jQuery(".disabled_prices").each(function (index) { jQuery(this).removeAttr('disabled').val(0); }); var itemid = jQuery(classname).attr('omgid'); var strdate = this.value; strdate = strdate.replace(/\//g, '-'); getitenerarytime(itemid, strdate); jQuery('.finalselectdate' + excursionid).val(this.value); getCanceledDate(dateText); return true; } }); }else{ //console.log('IN B'); jQuery(classname).datepicker({ dateFormat: 'mm/dd/yy', minDate: startdate, maxDate: enddate, beforeShow: function(input, inst) { var calendar = inst.dpDiv; setTimeout(function() { calendar.position({ my: 'left top', at: 'left bottom', collision: 'none', of: input }); }, 1); } }); } //JL 06/02/2020 PRE SELECT DATE WHEN HAS ONE OPTION DATE ---------------------------------------------> if(availabledays.length == 1){ //console.log('IN ONE DAY THIS:'+availabledays[0]); jQuery(classname).datepicker( "setDate" , availabledays[0] ); jQuery('.ui-state-default.ui-state-active').click(); } //JL 06/02/2020 PRE SELECT DATE WHEN HAS ONE OPTION DATE ---------------------------------------------< } function getitenerarytime(id, day) { //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------> var arrive = jQuery('#itinearary_arrive_times_include_'+day).val(); var depart = jQuery('#itinearary_depart_times_include_'+day).val(); var port_first = jQuery('#itinearary_arrive_times_include_'+day).attr( "port_first" ); var port_last = jQuery('#itinearary_arrive_times_include_'+day).attr( "port_last" ); var itinearary_times_seleted = jQuery('#itinearary_times_seleted').val(); if(typeof arrive === 'undefined'){ arrive = '';} if(typeof depart === 'undefined'){ depart = '';} if(typeof port_first === 'undefined'){ port_first = '';} if(typeof port_last === 'undefined'){ port_last = '';} if(typeof itinearary_times_seleted === 'undefined'){ itinearary_times_seleted = '';} console.log('-->id:' + id +' - day:' + day +' - arrive:'+ arrive +' - depart:'+ depart +' - port_first:'+ port_first +' - port_last:'+ port_last +' - iti_sel:'+ itinearary_times_seleted ); //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< //JL 05/05/2020 LIMIT DATES TO BOOK WITH ITINERARY------------------------------------------------------------------------------------------< jQuery.ajax({ url: 'index.php?app=ecom&ns=getIteneraryAvailableTime', type: 'post', data: 'id=' + id + '&day=' + day + '&arrive=' + arrive+ '&depart=' + depart +'&port_first='+ port_first +'&port_last='+ port_last + '&iti_sel='+ itinearary_times_seleted, success: function (r) { //console.log(r); jQuery('select.fillselected' + id).empty().append(r); jQuery('.prod-page-form select').selectpicker('refresh'); jQuery(".datefieldr").removeClass( 'require_red' ); } }); } jQuery(window).on('load', function () { //REMOVE CLASS TO SHOW ITINERARY ---------------------------------> jQuery(document).ready(function($){ if(jQuery('#top_itinerary').hasClass('dont_show')) { jQuery('#top_itinerary').removeClass('dont_show'); console.log('DONT_SHOW REMOVED'); } }); //REMOVE CLASS TO SHOW ITINERARY ---------------------------------< }); -->