Loading Tool

Explorer IconExplorer

Memory Pool

78,274 transactions
29.09 vMB
0.08096932 BTC
Random Selection Loading Transactions
Max Size: 176.06/200 MB

Candidate Block

Mining Attempt 8f18420b8ff2da0c49adea607aa4ee6e601ba5859c65e32052598448b52d2ab1
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 683c89251a178d1ddb42f6603fd73091d22a48a57695cd1614035e3e95948b65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.02017053 BTC
Feerates: 178.73 > 2.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (282,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,204 632,204 000000000000000000073b6fdcfef8e7fe1d791e0d03e9dae0f8beea37dea152 2,874 1.00/1.00 vMB 69
632,203 632,203 0000000000000000000e011573654cdc1338b37354a7b9df7dc6761a9823b913 2,794 1.00/1.00 vMB 61
632,202 632,202 000000000000000000016012f36863f0230cc4284332acf225d0d911b63e240b 2,930 1.00/1.00 vMB 68
632,201 632,201 000000000000000000073f2b9e7f8dc678f883b35b7c3bf4467883bb8a9de46b 3,190 1.00/1.00 vMB 94
632,200 632,200 00000000000000000002dba669ee459ee630861b459c84c4dddf2b9e6dc16159 2,831 1.00/1.00 vMB 113
632,199 632,199 00000000000000000008132dfa87c5b00a28df184c06dda1f4093d7c9aa68188 2,691 1.00/1.00 vMB 144
632,198 632,198 0000000000000000000cbc6cb1d85bcd9c74298035d41584a29dd5082969e3ed 2,241 1.00/1.00 vMB 122
632,197 632,197 0000000000000000000228d450a0deaa33428d475a0cd11b0c7de3175f497fc9 3,363 1.00/1.00 vMB 174
632,196 632,196 0000000000000000001112d854125e2da0d761f2dc2159c942c59a7e812c5ea9 1,959 1.00/1.00 vMB 120
632,195 632,195 00000000000000000011cb239c754b1596a0af0f06afcce19195a02197d22a66 2,855 1.00/1.00 vMB 109
632,194 632,194 0000000000000000000841b8de2e3ca3dfff24e898eac6c1d13827e457ff7fbc 2,768 1.00/1.00 vMB 111
632,193 632,193 0000000000000000000748a45a8fbb9874a05f940dc3684b840d8137da4c63d7 2,252 1.00/1.00 vMB 81
632,192 632,192 00000000000000000006b75571725ed0844c37bcbcc02e4f71f5c7e5acdb6fd8 2,793 1.00/1.00 vMB 95
632,191 632,191 0000000000000000000f366f2f4525ad6f2b8aa66b6e7ebec658f3d9f92ab54a 2,899 1.00/1.00 vMB 86
632,190 632,190 0000000000000000000019c0450a1d76a40ba706e8428cd18e89a765d55de390 3,005 1.00/1.00 vMB 96
632,189 632,189 0000000000000000000b4f534c6c0deaabc4554828e18a1069d168858d52f8fb 2,647 1.00/1.00 vMB 148
632,188 632,188 0000000000000000000c5a0efe41b9029e1ddec1451bceab3ccabe8047552b23 2,321 1.00/1.00 vMB 98
632,187 632,187 0000000000000000000e5ca6e59d762aa33b64997161e1fe6e03420b68ec99ec 2,878 1.00/1.00 vMB 127
632,186 632,186 0000000000000000000385095375ebc90f629d4aa5868f2e71352a0dc39dc2f3 2,908 1.00/1.00 vMB 155
632,185 632,185 00000000000000000005603513a0a132c7dbbf48b8fa214e36776546467efb05 2,960 1.00/1.00 vMB 170
632,184 632,184 00000000000000000011eb843494f984206ed42bff3e137430c06453bdebf5e8 2,871 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.68 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: 677.79 GB
    • Received: 16.44 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.