Cryptocurrencies: 29421
Markets: 111487
Market Cap: $2,193,839,576,387     
24h Vol: $65,902,375,977
1 Ethereum (ETH) Rank 2
$1793.053594
Ethereum (ETH) Rank 2
Website Reddit Twitter
120,683,081 ETH

Ethereum (ETH)

Ethereum (ETH)

ETH

Ethereum (ETH) Price
$1,793.05

Ethereum (ETH) 24h Vol
$9,455,189,592

Ethereum (ETH) Market Cap
$216,391,232,480

Ethereum (ETH) Circulating
120,683,081

Full Name
Ethereum (ETH)
Symbol
ETH
Algorithm
Ethash
BTC Price
0.02803157 BTC
BTC Market
3,382,936 BTC
BTC 24h Vol
147,817 BTC
Total Coins Mined
120,683,081 ETH
1h
0.22 %
24h
2.62 %
7d
1.76 %
Charts

Ethereum (ETH)
Ethereum (ETH)

Description

Ethereum is a decentralized platform that runs smart contracts: applications that run exactly as programmed without any possibility of downtime, censorship, fraud or third party interference. In the Ethereum protocol and blockchain there is a price for each operation. The general idea is, in order to have things transferred or executed by the network, you have to consume or burn Gas. The cryptocurrency is called Ether and is used to pay for computation time and for transaction fees.

If you want to earn block rewards from the network, you can join the network as a miner. Follow the link for a guide on how to mine Ethereum on a Windows Pc. The much easier but a bit more expensive way is to buy an Ethereum mining contract. 

Ethereum is how the Internet was supposed to work. As long as you have enough funds to pay for your code to be run by the network, your contacts will always be up and running.

It was crowdfunded during August 2014 by fans all around the world. It is developed and maintained by ETHDEV with contributions from great minds across the globe. There is also an Ethereum foundation and there are multiple startups working with the Ethereum blockchain.

Ethereum is currently on the "Homestead" stage and all its related software is still considered Beta until the release of the next stage "Metropolis". 

If you are looking for a GUI interface for your wallet, try the Ethereum Wallet DApp. It's still in beta so be careful when you use it.

Our block explorer data bellow is freely provided by etherchain.org and etherscan.io

Full Name Ethereum (ETH)
Start Date N/A
Algorithm Ethash
Proof Type PoW
Website www.ethereum.org/
Twitter @ethereum
Facebook www.facebook.com/ethereumproject/
Reddit www.reddit.com/r/ethereum/
Block Number 8325993
Block Time 15
Block Reward 2
Total Coins Mined 120,683,081 ETH
Previous Total Coins Mined N/A
Net Hashes Per Second 180,978,130,784,674.91 H/s
Technology

Sandwich complexity model: the bottom level architecture of Ethereum should be as simple as possible, and the interfaces to Ethereum (including high level programming languages for developers and the user interface for users) should be as easy to understand as possible. Where complexity is inevitable, it should be pushed into the "middle layers" of the protocol, that are not part of the core consensus but are also not seen by end users - high-level-language compilers, argument serialization and deserialization scripts, storage data structure models, the leveldb storage interface and the wire protocol, etc. However, this preference is not absolute.

Freedom: users should not be restricted in what they use the Ethereum protocol for, and we should not attempt to preferentially favor or disfavor certain kinds of Ethereum contracts or transactions based on the nature of their purpose. This is similar to the guiding principle behind the concept of "net neutrality". One example of this principle not being followed is the situation in the Bitcoin transaction protocol where use of the blockchain for "off-label" purposes (eg. data storage, meta-protocols) is discouraged, and in some cases explicit quasi-protocol changes (eg. OP_RETURN restriction to 40 bytes) are made to attempt to attack applications using the blockchain in "unauthorized" ways. In Ethereum, we instead strongly favor the approach of setting up transaction fees in such a way as to be roughly incentive-compatible, such that users that use the blockchain in bloat-producing ways internalize the cost of their activities (ie. Pigovian taxation).

Generalization: protocol features and opcodes in Ethereum should embody maximally low-level concepts, so that they can be combined in arbitrary ways including ways that may not seem useful today but which may become useful later, and so that a bundle of low-level concepts can be made more efficient by stripping out some of its functionality when it is not necessary. An example of this principle being followed is our choice of a LOG opcode as a way of feeding information to (particularly light client) dapps, as opposed to simply logging all transactions and messages as was internally suggested earlier - the concept of "message" is really the agglomeration of multiple concepts, including "function call" and "event interesting to outside watchers", and it is worth separating the two.

Have No Features: as a corollary to generalization, the dev team often refuses to build in even very common high-level use cases as intrinsic parts of the protocol, with the understanding that if people really want to do it they can always create a sub-protocol (eg. ether-backed subcurrency, bitcoin/litecoin/dogecoin sidechain, etc) inside of a contract. An example of this is the lack of a Bitcoin-like "locktime" feature in Ethereum, as such a feature can be simulated via a protocol where users send "signed data packets" and those data packets can be fed into a specialized contract that processes them and performs some corresponding function if the data packet is in some contract-specific sense valid.

Non-risk-aversion: the dev team is okay with higher degrees of risk if a risk-increasing change provides very substantial benefits (eg. generalized state transitions, 50x faster block times, consensus efficiency, etc)

Features

Ethereum is a platform that is intended to allow people to easily write decentralized applications (Đapps) using blockchain technology. A decentralized application is an application which serves some specific purpose to its users, but which has the important property that the application itself does not depend on any specific party existing. Rather than serving as a front-end for selling or providing a specific party's services, a Đapp is a tool for people and organizations on different sides of an interaction use to come together without any centralized intermediary.

Contracts generally serve four purposes:

- Maintain a data store representing something which is useful to either other contracts or to the outside world; one example of this is a contract that simulates a currency, and another is a contract that records membership in a particular organization.

- Serve as a sort of externally owned account with a more complicated access policy; this is called a "forwarding contract" and typically involves simply resending incoming messages to some desired destination only if certain conditions are met; for example, one can have a forwarding contract that waits until two out of a given three private keys have confirmed a particular message before resending it (ie. multisig). More complex forwarding contracts have different conditions based on the nature of the message sent; the simplest use case for this functionality is a withdrawal limit that is overrideable via some more complicated access procedure.

- Manage an ongoing contract or relationship between multiple users. Examples of this include a financial contract, an escrow with some particular set of mediators, or some kind of insurance. One can also have an open contract that one party leaves open for any other party to engage with at any time; one example of this is a contract that automatically pays a bounty to whoever submits a valid solution to some mathematical problem, or proves that it is providing some computational resource.

- Provide functions to other contracts; essentially serving as a software library.

Contracts interact with each other through an activity that is alternately called either "calling" or "sending messages". A "message" is an object containing some quantity of ether (a special internal currency used in Ethereum with the primary purpose of paying transaction fees), a byte-array of data of any size, the addresses of a sender and a recipient. When a contract receives a message it has the option of returning some data, which the original sender of the message can then immediately use. In this way, sending a message is exactly like calling a function.

ICO Details

ICO Details


Ethereum is a decentralized platform that runs smart contracts: applications that run exactly as programmed without any possibility of downtime, censorship, fraud or third party interference.

These apps run on a custom built blockchain, a shared and global infrastructure that can move value around and represent the ownership of property. This enables developers to create markets, store registries of debts or promises, move funds in accordance with instructions given long in the past, and many other things that have not been invented yet, all without a middle man or counterparty risk.

Team:

  • Vitalik Buterin: Creator of Ethereum. (Twitter);
  • Mihai Alisie: Co-Founder of Ethereum. (Twitter);
  • Anthony Di Iorio: Co-Founder of Ethereum. (Twitter)

The Ethereum sale was uncapped and ran for 42 days. The sale price was 2000 ETH for 1 BTC for the first 14 days and then started to increase linearly, finishing at 1337 ETH for 1 BTC. 31,529 BTC were raised which was worth around $18,500,000 at the time of the sale close. However, in order to pay expenses part of the BTC raised had to be sold at around 50% loss.

Ether th

ICO Status Finished
Token Supply 72009990.5
Start Date 2014-07-22
End Date 2014-09-02
Fund Raised (BTC) 31,529 BTC
Fund Raised (USD) 18500000
Start Price (USD) 0.0005
Security Audit Company DejaVu Security
ICO Legal Form Foundation
ICO Jurisdiction Switzerland
Legal Advisers MME
Blog https://blog.ethereum.org/
White Paper github.com/ethereum/wiki/wiki/%5BEnglish%5D-White-Paper
Ethereum (ETH) News
Ripple USD supply on Ethereum fell $369 million in 30 days, RLUSD on XRP Ledger overtakes ETH

Ripple USD supply on Ethereum fell $369 million in 30 days, RLUSD on XRP Ledger overtakes ETH

🔥 RLUSD supply on Ethereum shrank by $369 million in 30 days while the $RLUSD supply on XRP Ledger took the lead. 📉 More RLUSD tokens were burned than issued on Ethereum, signaling a major contraction in circulation. 🌍 Ripple just earned CASP approval in Luxembourg, opening the door for stablecoin solutions across Europe. Continue Reading:Ripple USD supply on Ethereum fell $369 million in 30 days, RLUSD on XRP Ledger overtakes ETH The post Ripple USD supply on Ethereum fe...

access time image 07-10-2026 16:19

BlackRock transferred 8,700 ETH worth $15.81 million to Coinbase Prime as outflows accelerate from its Ethereum ETF

BlackRock transferred 8,700 ETH worth $15.81 million to Coinbase Prime as outflows accelerate from its Ethereum ETF

🚨 BlackRock moved 8,700 ETH (worth $15.81 million) to Coinbase Prime as $ETHA outflows surged. 💸 Spot Ethereum ETFs saw $52 million daily redemptions, with ETHA and FETH leading withdrawals. 📉 June’s ETF exits hit $690 million, extending a negative trend in $ETH. Continue Reading:BlackRock transferred 8,700 ETH worth $15.81 million to Coinbase Prime as outflows accelerate from its Ethereum ETF The post BlackRock transferred 8,700 ETH worth $15.81 million to Coinbase Prime...

access time image 07-10-2026 14:54

Bitmine Immersion Technologies acquired 20,500 ETH for $35.92 million via Galaxy Digital, grows holdings to 4.7% of Ethereum supply

Bitmine Immersion Technologies acquired 20,500 ETH for $35.92 million via Galaxy Digital, grows holdings to 4.7% of Ethereum supply

🚨 Bitmine grew its $ETH holdings to 5.7 million after a $35.92 million purchase via Galaxy Digital. 💼 The company now controls nearly 4.8% of the total Ethereum supply, just short of its 5% goal. 📈 Bitmine’s ongoing $ETH accumulation underscores strong belief in Ethereum’s long-term value. Continue Reading:Bitmine Immersion Technologies acquired 20,500 ETH for $35.92 million via Galaxy Digital, grows holdings to 4.7% of Ethereum supply The post Bitmine Immersion Technolog...

access time image 07-10-2026 11:48

Our Partners


Get Crypto Newsletter

Our monthly newsletter contains news, updates and exclusive bonus opportunities. You may unsubscribe at any time.