Loading Tool

Explorer IconExplorer

Memory Pool

42,657 transactions
29.27 vMB
0.07552269 BTC
Random Selection Loading Transactions
Max Size: 150.15/200 MB

Candidate Block

Mining Attempt 7dc7ed6c395ed158561aae4252f3761ef29c0600410c439ad77ca0b43576fef9
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 063e348fd135a070d3544f36b473db0756d712afa9735a6e74e05569804054ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,573
Size: 1.00 vMB
Total Fees: 0.01819805 BTC
Feerates: 100.36 > 1.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (203,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,285 711,285 0000000000000000000bd7374cc5eb4be772ea994c9309f84253d01b09771a7c 3,261 1.00/1.00 vMB 25
711,284 711,284 00000000000000000002ae20a9229bee9b008fa46328e230fed63d7caa7ce449 2,858 1.00/1.00 vMB 19
711,283 711,283 00000000000000000005d5f45b38dacb7b92ed28a1f81815e730cbdc559da443 2,181 1.00/1.00 vMB 7
711,282 711,282 0000000000000000000c03c81e5fedbec885406e04a10effe8d35eb8307b96b9 3,073 1.00/1.00 vMB 21
711,281 711,281 0000000000000000000acfac8289182d11c0e4275fc0ec984c044cf6a0536f30 3,117 1.00/1.00 vMB 14
711,280 711,280 00000000000000000009cc451a67e167c115aff74bf54f8b348cb406d15a76b4 3,474 1.00/1.00 vMB 5
711,279 711,279 000000000000000000005bfa5b0d50efa10548e366b6d11700fa1ea4a5b407d3 2,686 1.00/1.00 vMB 6
711,278 711,278 000000000000000000004fc9b56c4f935e2bd88eb4f1adc6c5d4dd7a67b8d0f3 3,169 1.00/1.00 vMB 12
711,277 711,277 0000000000000000000274c107ded894fc969dadedda270f278f69bca03ff405 3,201 1.00/1.00 vMB 11
711,276 711,276 000000000000000000021a3766fcf694e1e0ad64c20267e1364de3e1fb91564c 2,539 1.00/1.00 vMB 11
711,275 711,275 00000000000000000000eef47a99a00ecd90738a365acea397e4172cc3ffeadb 1,698 1.00/1.00 vMB 9
711,274 711,274 000000000000000000002247c80765f276d64707ed5c52bb4e279b0476f7fab4 3,182 1.00/1.00 vMB 22
711,273 711,273 00000000000000000004a160299cf1ee6ace4fc95ce1a495902f015001ef16af 2,702 1.00/1.00 vMB 8
711,272 711,272 0000000000000000000988e599d5f51eaeb8f06cef7ffd5f1a5fa55e3dd323b6 2,243 1.00/1.00 vMB 15
711,271 711,271 00000000000000000006d0d1fcff4c808cef0d6d5f5be602cd4920e6c5a34197 2,496 1.00/1.00 vMB 5
711,270 711,270 0000000000000000000712c340072a2958c2e75493d27c9d5659dd08ec1c0528 2,572 1.00/1.00 vMB 8
711,269 711,269 0000000000000000000294b711c457df499216445c57e097f5c37ee6ad39d731 3,113 1.00/1.00 vMB 14
711,268 711,268 0000000000000000000384107c944e66d3f3c5a0193e6f13285c72c2795403c9 2,588 1.00/1.00 vMB 13
711,267 711,267 000000000000000000087a24a6dd779e374d12127ee84674c2a04042825a5cec 2,576 1.00/1.00 vMB 15
711,266 711,266 00000000000000000002e88dc340ba43bc867fd510b39eed5881c70c86f28c4c 3,387 1.00/1.00 vMB 19
711,265 711,265 00000000000000000002b2489227be9fb2477c9bcce4495b9e8e95122518081f 2,827 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.31 GB
    • Received: 11.90 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.