The post Bitcoin Price Could Explode After June 11 CPI Report, Says Analyst appeared first on Coinpedia Fintech News
Bitcoin could be on the verge of a massive breakout, according to popular crypto analyst Doctor Profit, who predicts a potential price surge of up to 170% in the coming months. With a Golden Cross formation, key support near $100K, and a pivotal CPI inflation report just days away, the market may be heading for explosive gains.
Bitcoin Eyes Breakout as Key Resistance Is Tested
At the start of June, Bitcoin was trading at $104,588.85, but briefly dipped 4.10% between June 3–5. However, it bounced back sharply from $100,400 on June 6, rising 2.74% in a single day. Since then, BTC has gained another 5.07%, currently sitting around $106,663.68.
Doctor Profit shared on X (formerly Twitter) that Bitcoin is attempting to break a diagonal resistance line—a move he believes could launch BTC into a new all-time high soon.
“A confirmed Golden Cross and strong $100K support signal a bullish breakout. BTC could rise 70–170% if macro factors align,” he wrote.
Why CPI Inflation Data Could Make or Break BTC Rally
All eyes are on the U.S. Consumer Price Index (CPI) data release scheduled for June 11, 2025. In April, CPI rose from 319.799 to 320.795 points. This month, it’s projected to reach 321.9, according to TEForecast.
U.S. CPI Report to Decide Crypto’s Next Move – Will the Fed Hold Back?
,
More importantly, the U.S. inflation rate, which dropped to 2.3% in April, is expected by Wall Street to rise slightly to 2.5%. However, Doctor Profit believes the number could surprise to the downside—possibly between 2.1% and 2.3%. A lower-than-expected CPI could spark optimism, increasing chances of a Fed rate cut—a bullish catalyst for Bitcoin.
Next Bitcoin Price Target: $108K–$110K?
Doctor Profit also notes a liquidity cluster between $108K and $110K, which may be BTC’s next short-term target before a bigger breakout. If Bitcoin pushes through that zone, it could open the path for a sustained rally.
function subscribed_popupmodal(template_id) { var templateId = ‘6’; getAllSubscriberCategoryList([templateId]); var subcribemodal = window.parent.document.getElementById(‘subscribe-modal-design’); if (subcribemodal) { var modalContent = `
Never Miss a Beat in the Crypto World!
Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now
if (storeCheckedId.length === 0) { var unsubcribedPopUpmodal =
`
You’ve Unsubscribed Successfully
We’re sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community!
Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community!
`;
let selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’); let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split(‘_’)[0]); let subscribedCategoriesString = subscribedCategories.join(‘, ‘);
subscribedmodal.innerHTML = subscribedPopupModal; if (document.getElementById(‘selectidname’)) { document.getElementById(‘selectidname’).textContent = subscribedCategoriesString; }
function closeModal(template_id) { var modalId = template_id; var modal = document.querySelector(‘#’ + modalId); // Using querySelector to find the modal
// Function to get cookies function getCookie(name) { let value = “; ” + document.cookie; let parts = value.split(“; ” + name + “=”); if (parts.length == 2) return parts.pop().split(“;”).shift(); }
// Get user token from cookies const userToken = getCookie(‘user_token’);
if (subscribewithoutData === ‘true’ && userToken) { // Call the modal function with the category ID subscribed_popupmodal(subscribe_clicked_cat_id);
// Remove the flag and category ID from localStorage localStorage.removeItem(‘subscribe_without_Login’); localStorage.removeItem(‘subscribe_clicked_id’); } });
var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
}
function updateButtonText(anyActive) { var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’); if (subscribeButtonSpan) { if (anyActive) { subscribeButtonSpan.textContent=”Subscribe Now”; } else { subscribeButtonSpan.textContent=”Unsubscribe”; } } }
function updateSubscriptionButton() { var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
// Update the button text based on whether any list item has the ‘active’ class updateButtonText(anyActive); } document.addEventListener(‘click’, function(event) { var clickedItem = event.target.closest(‘.subscription-options li’); if (clickedItem) { var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’); if (checkbox) { checkbox.checked = !checkbox.checked; updateSubscriptionButton(); } } });