The world's first truly free Layer-1 blockchain. Mine GREB tokens, deploy smart contracts, swap on DEX, and explore blocks - all with zero cost, forever.
Connect to GrebChain mainnet in one click. Full EVM compatibility.
Network Name
GrebChain Mainnet
RPC URL
https://rpc.grebchain.io
Chain ID
567789
Currency Symbol
GREB
Block Explorer
https://explorer.grebchain.io
Token Contract
0xGREB...567789MainNet
GREB Token Logo
Public RPC endpoint: rpc.grebchain.io - Chain ID 567789, always online, zero downtime guaranteed.
Deploy EVM-compatible smart contracts on GREB mainnet. Solidity supported with low gas fees.
Built-in browser mining - earn GREB tokens automatically. No hardware required, mine from any device.
Claim free GREB tokens every 24 hours. Get started with zero investment, forever free.
Decentralized exchange built on GrebChain. Swap tokens with minimal fees and instant settlement.
Full blockchain explorer - search transactions, blocks, addresses, and smart contracts on GREB mainnet.
Download the free wallet APK and start mining GREB tokens instantly.
Version 2.1.0 β’ 24MB β’ Open Source
Mining Status
βΈοΈ STOPPED
Daily Reward
~2.5 GREB
Block Reward
0.1 GREB
Claim 10 GREB tokens every 24 hours. Free forever, no KYC required.
10
GREB per claim
Swap tokens on GrebChain with minimal fees and instant settlement.
Pairs
24
TVL
$2.4M
24h Vol
$890K
Search transactions, blocks, and addresses on GREB mainnet.
#1,247,893
0x8f3a...c721
42 txns
3 sec ago
#1,247,892
0x2b7e...d894
38 txns
6 sec ago
#1,247,891
0x9c1f...e567
55 txns
9 sec ago
#1,247,890
0x4d8a...f234
29 txns
12 sec ago
0xa1b2...3c4d
150.00 GREB
0xe5f6...7g8h
2,500.00 GREB
0xi9j0...k1l2
0.50 GREB
Full EVM compatibility. Deploy Solidity contracts with near-zero gas fees.
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
contract GREBToken {
string public name = "GrebChain Token";
string public symbol = "GREB";
uint8 public decimals = 18;
uint256 public totalSupply;
// Chain ID: 567789
// RPC: https://rpc.grebchain.io
// Explorer: https://explorer.grebchain.io
mapping(address => uint256) public balanceOf;
mapping(address => mapping(address => uint256)) public allowance;
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
constructor(uint256 _initialSupply) {
totalSupply = _initialSupply * 10 ** decimals;
balanceOf[msg.sender] = totalSupply;
emit Transfer(address(0), msg.sender, totalSupply);
}
}"GrebChain is the fastest Layer-1 I've used. Mining is effortless and the faucet keeps me going!"
"Finally a free permanent blockchain. The DEX swap is lightning fast with near-zero fees."
"I deployed my first smart contract on GREB in under 5 minutes. The RPC is incredibly reliable."
"The wallet APK works flawlessly. I mine GREB tokens on my phone while sleeping!"
"Block explorer is clean and fast. I can track every transaction on GREB mainnet easily."
"Best free blockchain project. The community is amazing and the tech is solid."
Free blockchain, free mining, free wallet - forever. Start building on GrebChain today.