A growing collection of fast, static, terminal-style tools for timestamps, developer workflows, finance math, Web3 analysis, and small daily utilities. The index is ready now; individual tool pages are being filled in progressively with working logic and search-focused copy.
EVM, Bitcoin, PSBT, and on-chain analysis tools.
Prompt and content formatting helpers.
Timestamp, timezone, duration, and calendar utilities.
JSON, text, encoding, and debugging helpers.
Interest, ROI, tax, and portfolio math tools.
Quick tests, generators, and lightweight utilities.
Image, PDF, and file conversion helpers.
Web3
EVM, Bitcoin, PSBT, and on-chain analysis tools.
EVM Address Checker
liveValidate Ethereum and EVM addresses, including checksum formatting.
EVM Checksum Converter
liveConvert an EVM address into its EIP-55 checksum format instantly.
Token Decimals Converter
liveConvert token display amounts to raw integer units using token decimals.
Wei Eth Converter
liveConvert between wei, gwei, and ETH amounts instantly.
Gas Fee Calculator
liveCalculate total gas cost from gas limit and gas price inputs.
Transaction Decoder
liveDecode raw signed EVM transactions into readable fields instantly.
Calldata Decoder
liveDecode EVM calldata using a provided function fragment.
Event Log Decoder
liveDecode EVM event logs from topics and data using an event fragment.
Abi Encode Tool
liveABI-encode Solidity types and values into a hex payload instantly.
Abi Decode Tool
liveABI-decode hex data into typed Solidity values in the browser.
Keccak256 Hash Generator
liveGenerate Keccak-256 hashes for text or hex input in the browser.
Signature Verifier
liveVerify whether a signed message matches an expected EVM address.
Recover Address From Signature
liveRecover the signer address from a message and EVM signature.
Nonce Checker
liveCheck latest and pending EVM account nonce values from a live RPC endpoint.
Contract Bytecode Analyzer
liveInspect contract bytecode size, metadata hints, and EIP-170 usage.
BTC Address Generator
liveGenerate a random Bitcoin address with common address formats in the browser.
BTC Address Validator
liveValidate Bitcoin base58 and bech32 addresses in the browser.
Batch BTC Address Generator
liveGenerate a batch of random Bitcoin addresses for quick testing or fixtures.
BTC Transaction Decoder
liveDecode raw Bitcoin transactions into summary fields instantly.
BTC Raw Transaction Parser
liveParse Bitcoin raw transactions into detailed input and output data.
BTC Fee Calculator
liveCalculate Bitcoin transaction fees and fee rates from inputs and outputs.
BTC Fee Estimator
liveEstimate Bitcoin fees from virtual size and a target sat/vB rate.
BTC Satoshi Converter
liveConvert between BTC amounts and satoshis instantly.
BTC Script Decoder
liveDecode Bitcoin script hex into ASM opcodes and data pushes.
BTC Transaction Size Calculator
liveEstimate Bitcoin transaction size, vbytes, and weight units.
BTC Change Output Calculator
liveCalculate Bitcoin change output values from inputs, send amount, and fees.
BTC Dust Limit Calculator
liveEstimate Bitcoin dust thresholds for common output types.
BTC Locktime Calculator
liveConvert and inspect Bitcoin nLockTime values as heights or timestamps.
BTC Weight Calculator
liveEstimate Bitcoin transaction weight units, witness bytes, and virtual size.
PSBT Builder
liveBuild a simple Bitcoin PSBT from input, recipient, and optional change details.
PSBT Decoder
liveDecode a Bitcoin PSBT into readable inputs, outputs, and signing fields.
PSBT Analyzer
liveAnalyze PSBT signing completeness, UTXO coverage, and visible fee data.
Ordinal Inscription Builder
liveBuild a simple Ordinals inscription manifest and content preview in the browser.
Ordinal Fee Estimator
liveEstimate commit and reveal fees for a simple Ordinals inscription flow.
Ordinal Size Calculator
liveEstimate reveal size, script bytes, and chunk count for Ordinals content.
Transaction Analyzer
liveAnalyze a raw signed EVM transaction and summarize gas, bytes, and signature data.
Multi Chain Tx Viewer
liveQuery the same EVM transaction hash across multiple preset chains.
Price Impact Calculator
liveEstimate AMM swap price impact from reserves, trade size, and fee bps.
Slippage Calculator
liveCalculate minimum received and actual slippage against a chosen tolerance.
Arbitrage Profit Calculator
liveEstimate cross-venue arbitrage profit after fees, slippage, and transfer costs.
Oracle Delay Analyzer
liveMeasure oracle update lag against a reference timestamp and heartbeat.
Gas Optimization Analyzer
liveEstimate calldata gas overhead and fee savings from a possible gas reduction.
Liquidation Risk Calculator
liveEstimate collateral LTV, liquidation price, and remaining buffer.
AI Light Tools
Prompt and content formatting helpers.
Prompt Formatter
liveClean up prompt structure, spacing, and inline sections for reuse.
Prompt Template Generator
liveGenerate reusable prompt templates for writing, coding, or research tasks.
Text To Markdown
liveTurn plain text notes into a simple markdown structure instantly.
Markdown Preview
livePreview markdown with headings, lists, and inline formatting in the browser.
JSON To Prompt
liveTurn structured JSON fields into a readable prompt template.
Code Explainer Lite
liveExplain code structure with a lightweight browser-side summary.
Text Summarizer Lite
liveCreate a short summary from a longer text block with a simple heuristic.
Keyword Extractor
liveExtract repeated keyword candidates from a text block quickly.
AI Token Estimator
liveEstimate prompt token usage from text length with a fast rough heuristic.
Chat Format Converter
liveConvert raw conversation text into chat-role lines or bullet notes.
Date / Time
Timestamp, timezone, duration, and calendar utilities.
Timestamp Converter
liveConvert Unix timestamps into readable UTC, local time, and ISO dates.
Current Timestamp
liveGet the current Unix timestamp in seconds and milliseconds instantly.
Timestamp Milliseconds Converter
liveSwitch between 10-digit seconds timestamps and 13-digit milliseconds.
Date Difference Calculator
liveCalculate the exact gap between two dates in days, hours, minutes, and seconds.
Time Difference Calculator
liveMeasure the difference between two times, including overnight spans.
Add Time To Date
liveAdd days, hours, and minutes to a base date and preview the result.
Subtract Time From Date
liveSubtract days, hours, and minutes from a base date and preview the result.
Business Days Calculator
liveCount business days between two dates and separate weekends.
Working Days Exclude Weekends
liveAdd working days to a start date while skipping weekends.
Age Calculator Exact
liveCalculate exact age in years, months, and days from any birth date.
Countdown Timer Date
liveCount down live to a target date and time in the browser.
Timezone Converter
liveConvert a date and time from one timezone to another with UTC output.
Timezone Difference Calculator
liveCompare two timezones and inspect their current offsets and local times.
Date To Week Number
liveConvert a date into its ISO week number and week year.
Day Of Year Calculator
liveFind the day number within the year and how many days remain.
Leap Year Checker
liveCheck whether a year is a leap year and see the matching rule.
Date Format Converter
liveTurn one date input into ISO, UTC, local, and common calendar formats.
Date String Parser
liveParse a human-readable date string into UTC, ISO, local time, and timestamp.
Time Duration Calculator
liveConvert a duration into total seconds, minutes, hours, and milliseconds.
Dev / Encoding
JSON, text, encoding, and debugging helpers.
JSON Formatter
liveFormat and pretty-print JSON with indentation for easier reading.
JSON Minifier
liveMinify JSON by removing whitespace and compressing it into one line.
JSON Validator
liveValidate JSON input and show whether the structure is valid.
JSON Escape Unescape
liveEscape JSON string content or unescape it back into readable text.
JSON To Csv Converter
liveConvert JSON arrays or objects into CSV rows instantly.
Csv To JSON Converter
liveConvert CSV data with headers into structured JSON instantly.
XML To JSON Converter
liveConvert XML nodes and attributes into readable JSON.
YAML To JSON Converter
liveConvert common YAML objects and lists into JSON instantly.
JSON Diff Viewer
liveCompare two JSON documents and inspect added, removed, or changed paths.
JSON Flatten Tool
liveFlatten nested JSON objects into dot-path key/value pairs.
Base64 Encode Decode
liveEncode text to Base64 or decode Base64 back into readable text.
URL Encode Decode
liveEncode or decode URL components for query strings and safe links.
JWT Decoder
liveDecode JWT header and payload values instantly in the browser.
Hash Generator MD5 SHA256
liveGenerate MD5 and SHA-256 hashes for any text input instantly.
Hex To String Converter
liveDecode hexadecimal bytes into readable UTF-8 text instantly.
String To Hex Converter
liveConvert plain text into hexadecimal bytes for debugging or encoding checks.
Binary To Text
liveDecode 8-bit binary bytes into readable UTF-8 text instantly.
Text To Binary
liveConvert plain text into 8-bit binary bytes for quick inspection.
Unicode Converter
liveConvert text into Unicode code points or decode Unicode escapes back to text.
Text Diff Checker
liveCompare two text blocks line by line and inspect added or removed lines.
Word Character Counter
liveCount words, characters, lines, and paragraphs in a block of text.
Text Case Converter
liveConvert text between lower, upper, title, sentence, and slug-style cases.
Slug Generator
liveTurn text into a clean URL-friendly slug instantly.
Duplicate Line Remover
liveRemove duplicate lines while preserving the first occurrence.
Line Sorter
liveSort lines alphabetically with direction and whitespace controls.
Regex Tester
liveTest a regular expression against text and inspect matches instantly.
Regex Replace Tool
liveRun regex-based find and replace in the browser with instant output.
Random String Generator
liveGenerate random strings with configurable length and character sets.
Uuid Generator
liveGenerate one or more UUID v4 values instantly in the browser.
Finance
Interest, ROI, tax, and portfolio math tools.
Compound Interest Calculator
liveEstimate compound growth with recurring monthly contributions.
Simple Interest Calculator
liveCalculate simple interest and total repayment from principal, rate, and time.
Loan Payment Calculator
liveEstimate monthly loan payments, total paid, and total interest.
Mortgage Calculator
liveEstimate mortgage monthly payments, loan principal, and total interest.
ROI Calculator
liveCalculate return on investment and net profit from cost and return values.
Dca Investment Calculator
liveCalculate average cost, units accumulated, and current value from recurring buys.
Stock Average Price Calculator
liveCalculate stock average cost basis, total shares, and unrealized profit or loss.
Profit Loss Calculator
liveCalculate profit or loss amounts and percentage margin from buy and sell prices.
Percentage Calculator
liveCalculate percentages, percent-of-total values, and reverse percentage totals.
Discount Calculator
liveCalculate discount savings and final sale price instantly.
Tax Calculator
liveCalculate tax amount and total price from a pre-tax value and rate.
VAT Calculator
liveCalculate VAT amount and gross total from a net amount instantly.
Currency Converter
liveConvert between two currencies with a custom exchange rate input.
Exchange Rate History Viewer
liveInspect a manual exchange-rate history series with change, high, low, and average values.
Inflation Calculator
liveAdjust a present amount by inflation and compare future purchasing power.
Savings Growth Calculator
liveProject long-term savings growth with monthly contributions and return assumptions.
Net Profit Margin Calculator
liveCalculate net profit and net profit margin from revenue and expenses.
Break Even Calculator
liveCalculate break-even units and revenue from fixed and variable costs.
RMB Uppercase Converter
liveConvert numeric RMB amounts into Chinese uppercase money text for invoices and receipts.
Mini / Fun
Quick tests, generators, and lightweight utilities.
Typing Speed Test
liveMeasure typing speed, accuracy, and completion time in the browser.
Click Speed Test
liveMeasure how many clicks you can make in a short timed test.
Reaction Time Test
liveTest your visual reaction speed by clicking as soon as the panel changes.
Number Guessing Game
livePlay a browser number guessing game with attempt tracking.
Coin Flip Simulator
liveFlip a virtual coin and track heads or tails results instantly.
Dice Roll Simulator
liveRoll one or more virtual dice and see the total immediately.
Memory Game
livePlay a simple card matching memory game with move counting.
2048 Game
livePlay a browser version of 2048 and merge tiles toward the winning block.
Sudoku Generator
liveGenerate a browser sudoku puzzle with editable cells and answer checking.
Random Decision Maker
livePick one option at random from a custom list instantly.
Random Number Generator
liveGenerate random integers or decimals within a chosen range.
Random Password Generator
liveGenerate random passwords with adjustable length and symbol options.
Random Color Generator
liveGenerate random hex colors and preview a quick palette.
Random Gradient Generator
liveGenerate random CSS linear gradients with instant preview output.
Spin Wheel Picker
livePick a random option from a custom list with a wheel-style chooser.
Image / File
Image, PDF, and file conversion helpers.
Image Resize Tool
liveProcess image resize tool for common image and file tasks.
Image Compress Tool
liveProcess image compress tool for common image and file tasks.
Image Crop Tool
liveProcess image crop tool for common image and file tasks.
Image Format Converter
liveConvert between image format formats quickly.
JPG To PNG
liveConvert a JPG image into PNG format directly in the browser.
PNG To JPG
liveProcess png to jpg for common image and file tasks.
Image To Base64
liveConvert an uploaded image into a Base64 data URL instantly.
Base64 To Image
liveDecode a Base64 image string and preview it in the browser.
PDF To Image
liveRender a PDF page into a downloadable PNG preview in the browser.
Image To PDF
liveCombine one or more JPG or PNG images into a downloadable PDF file.
PDF Merge Tool
liveMerge multiple PDF files into a single PDF in browser order.
PDF Split Tool
liveSplit a PDF by page ranges or export every page as separate files.
PDF Compress Tool
liveRun a lightweight browser-side PDF optimization pass and compare file size.
File Size Converter
liveConvert file sizes across bytes, KB, MB, GB, and TB.
Unit Converter Bytes
liveConvert raw byte values into decimal and binary storage units.