Estimated Network Hashrate
Difficulty
Bitcoin Endgame
Coin Supply (ENDG)
Price

Network Information


Network Parameters

Chain Parameters

TickerENDG
Chain NameBitcoin Endgame
ConsensusProof of Work
AlgorithmSHA-256
Target Block Interval~600 seconds
Difficulty AdjustmentASERT-based schedule with later 2016-block retarget failover
ASERT Base Half-Life12 hours
Bitcoin-Style Retarget SwitchBlock 421,344
Dead-Stall Recovery48-hour chain stall trigger
Slow-Chain Detector12-block window / 60-minute average threshold

Address and Network Formats

Default P2P Port21210
Message Start / Magic45 4e 44 47
P2PKH Prefix38
P2SH Prefix55
WIF Prefix166
Bech32 Prefixendg
BIP32 Public Prefix04E4ADE1
BIP32 Private Prefix04E4ADA7
SegWitEnabled
TaprootEnabled

Consensus Activation

FeatureActivation
BIP34Block 1
BIP65 (CLTV)Block 1
BIP66 (DERSIG)Block 1
CSVBlock 1
SegWitBlock 1
TaprootAlways Active

Emission and Supply

Bitcoin Endgame uses a fixed issuance schedule with explorer-accessible supply data.

Current circulating supply is available here:

https://explorer.bitcoinendgame.org/ext/getmoneysupply


Developer API

Core Blockchain API

EndpointDescriptionURL
getdifficultyReturns the current network difficulty.https://explorer.bitcoinendgame.org/api/getdifficulty
getnetworkhashpsReturns estimated network hashrate.https://explorer.bitcoinendgame.org/api/getnetworkhashps
getconnectioncountReturns the number of active peer connections.https://explorer.bitcoinendgame.org/api/getconnectioncount
getpeerinfoReturns information about connected peers.https://explorer.bitcoinendgame.org/api/getpeerinfo
getblockcountReturns the current block height.https://explorer.bitcoinendgame.org/api/getblockcount
getblockhashReturns the block hash at the specified height.https://explorer.bitcoinendgame.org/api/getblockhash?index=100
getblockReturns detailed information about a block.https://explorer.bitcoinendgame.org/api/getblock?hash=
getrawtransaction (raw)Returns raw transaction hex for a given transaction ID.https://explorer.bitcoinendgame.org/api/getrawtransaction?txid=&decrypt=0
getrawtransaction (decoded)Returns decoded transaction data for a given transaction ID.https://explorer.bitcoinendgame.org/api/getrawtransaction?txid=&decrypt=1
gettxoutsetinfoReturns statistics about the current UTXO set.https://explorer.bitcoinendgame.org/api/gettxoutsetinfo
verifymessageVerifies a signed message for the specified address.https://explorer.bitcoinendgame.org/api/verifymessage?address=&signature=&message=

Explorer Extended API

EndpointDescriptionURL
summaryReturns summary network statistics including height, difficulty, supply, hashrate, and connections.https://explorer.bitcoinendgame.org/ext/summary
getmoneysupplyReturns the current circulating supply.https://explorer.bitcoinendgame.org/ext/getmoneysupply
getdistributionReturns wealth distribution statistics.https://explorer.bitcoinendgame.org/ext/getdistribution
getaddressReturns indexed information for a specific address.https://explorer.bitcoinendgame.org/ext/getaddress/
getbalanceReturns the current balance of an address.https://explorer.bitcoinendgame.org/ext/getbalance/
gettxReturns parsed transaction information.https://explorer.bitcoinendgame.org/ext/gettx/
getaddresstxsajaxReturns paginated transaction history for an address.https://explorer.bitcoinendgame.org/ext/getaddresstxsajax/
getlasttxsajaxReturns recent transactions above the specified threshold. Values are returned in satoshis.https://explorer.bitcoinendgame.org/ext/getlasttxsajax/100
connectionsReturns indexed peer connection data collected by the explorer.https://explorer.bitcoinendgame.org/ext/connections

Explorer Links

ResourceDescriptionURL
TransactionView a transaction in the block explorer.https://explorer.bitcoinendgame.org/tx/
BlockView a block in the block explorer.https://explorer.bitcoinendgame.org/block/
AddressView address details including balance and transaction history.https://explorer.bitcoinendgame.org/address/
QR CodeGenerate a QR code for the specified address.https://explorer.bitcoinendgame.org/qr/

Explorer Pages

PageDescriptionURL
/infoNetwork information and developer documentation.https://explorer.bitcoinendgame.org/info
/richlistRich list and wealth distribution data.https://explorer.bitcoinendgame.org/richlist
/movementRecent balance movement statistics.https://explorer.bitcoinendgame.org/movement
/networkPeer and network connection information.https://explorer.bitcoinendgame.org/network

Address Verification / Claim

Endpointhttps://explorer.bitcoinendgame.org/address/<address>/claim
MethodPOST
Required Fieldsaddress, signature, message

Note: All API responses are returned in JSON format, except where the daemon returns a scalar value. Some explorer endpoints return values in satoshis (1e-8 ENDG). The explorer API is intended for public blockchain data access and verification only and does not provide wallet-control or transaction-broadcast functionality.