Bitcoin price is currently trading at $109,500, reflecting a 4% increase this week and a 2% rise intraday, despite the resurfacing of major dormant wallets. Recently, two wallets that had been inactive for over six years transferred a total of 8,000 BTC into a custody wallet controlled by Coinbase Prime.
Additionally, data from Glassnode revealed that over 80,000 BTC, untouched for five years or more, moved last Friday. The revival of these long-dormant coins has sparked speculation about a potential market dump as Bitcoin hovers near its all-time highs. However, the market has shown little reaction, indicating strong accumulation beneath the surface.
On another note, the US Dollar Index (DXY) has reached its lowest level in 21 years compared to its 200-day moving average. This weakness in the DXY is typically seen as bullish for risk assets like Bitcoin. With this increased bullish sentiment, experts are now predicting a near-term target of $140,000 for Bitcoin.
Analyst Says BTC To Hit $140K
Bitcoin has recently broken out of a flag pattern and is now consolidating near its upper boundary. If it clears the swing high from June, a rise to $120K appears likely in the short term.
Technical indicators are also signaling bullish momentum for Bitcoin. The MACD has formed a golden cross, accompanied by a rising histogram, while the Awesome Oscillator (AO) confirms that momentum is picking up.
Similarly, the Chaikin Money Flow (CMF) indicates strong and increasing money flow, reflecting positive sentiment in the market. The Relative Strength Index (RSI) is currently above the median line at 58, suggesting that Bitcoin’s strength remains intact, with ample room to grow before entering overbought territory.
Additionally, Experts are eyeing even higher short-term targets, with some suggesting a potential climb to $140K. Notably, analyst Mister Crypto has identified a bullish cup and handle pattern forming in the price action. The “cup” took shape from January to early May, while the “handle” has been developing from late May to early July. Once this pattern breaks out, Mister Crypto is targeting a parabolic move to $140K.
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();
}
}
});
FAQs
How is Bitcoin doing today?
As of July 9, 2025, Bitcoin is trading around $109,500, having increased by 4% this week and 2% intraday.
How high can Bitcoin price go in 2025?
Experts are predicting a near-term target of $140,000 for Bitcoin. Some analysts even suggest a potential climb to $190,000 or $230,000 by the end of 2025, influenced by technical patterns and market sentiment.
Will ongoing Trump tariffs affect the Bitcoin price?
Recent tariffs announced by the US have historically dampened risk appetite, causing Bitcoin to see restricted gains or even dip. Continued uncertainty around these tariffs could keep the market choppy.