
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
blockexplorer
Advanced tools
Unofficial Node.js client for blockexplorer.com API
npm i blockexplorer --save
// require the module
const be = require('blockexplorer')
// get the genesis block hash
be.blockIndex(0)
.then((result) => {
console.log(result)
})
.catch((err) => {
throw err
})
npm test
Get block info by hash
PromiseGet raw block info by hash
PromiseGet block hash by height
PromiseGet transaction by txid
PromiseGet raw transaction by txid
PromiseValidate address
PromiseGet address info
// Default options
{
noTxList: false,
noCache: false
}
Array as first parameter to get info on multiple addressesPromiseGet address balance
PromiseGet address received funds
PromiseGet address sent funds
PromiseGet address unconfirmed balance
PromiseGet address unspent outputs
// Default options
{
noCache: false
}
Array as first parameter to get info on multiple addressesPromiseGet transactions by hash
PromiseGet transactions by address
// Default options
{
from: '',
to: ''
}
Array as first parameter to get info on multiple addressesPromiseBroadcast signed trasaction in hex format rawtx
PromiseGet blockchain info
PromiseGet block count
PromiseGet difficulty
PromiseGet best block hash
PromiseGet last block hash
PromiseGet historic blockchain data sync status
PromiseGet live network p2p data sync status
PromiseGet fee estimate
PromiseFor additional information see blockexplorer.com API reference
Just send a PR
Licensed under MIT
The author is not affiliated in any way with blockexplorer.com
FAQs
Unofficial Node.js client for blockexplorer.com API
We found that blockexplorer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.