Loading Tool

Explorer IconExplorer

Memory Pool

39,464 transactions
26.93 vMB
0.06927385 BTC
Random Selection Loading Transactions
Max Size: 138.57/200 MB

Candidate Block

Mining Attempt 8ccbd6a7fd8061bfc2763029a52c9b53dc1de490237e6cd9cb22681e5c686604
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root bdd1d75552d3dc5ae3c6f388f79c432db5b4873bb9bab51ada7f024c2f56669f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,613
Size: 1.00 vMB
Total Fees: 0.01874427 BTC
Feerates: 107.72 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (694,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,269 220,269 00000000000004347bc3a1d6c6e7850919c29d92da6319e49106985feb2ea062 171 0.07/1.00 vMB 108
220,268 220,268 00000000000003605ac3f849f8a33427784d6863760fff742223a77e22743734 134 0.05/1.00 vMB 139
220,267 220,267 00000000000001dcf26ebd89edbf24c491a88d5519c15660033d6d134db70592 309 0.14/1.00 vMB 227
220,266 220,266 00000000000004997fe1c0a8382b89af70ebcae8f860b084b5230eef97054dae 491 0.18/1.00 vMB 240
220,265 220,265 00000000000004be3b9fa877230d092d684115e0adc2f2b591f4275fa487a59c 378 0.16/1.00 vMB 159
220,264 220,264 0000000000000068337cd2536f00530bd4060fc0ca55d3c0afdcfeb26e1b8e05 153 0.05/1.00 vMB 151
220,263 220,263 00000000000004c55550192a9b5c5ada541613f357d4cd1a910d9ca52d16e025 303 0.12/1.00 vMB 1,079
220,262 220,262 0000000000000472ccd4d97bcdc6d50934ab8b7bce631881f7c483ddb28a435f 288 0.20/1.00 vMB 150
220,261 220,261 00000000000003ae1499a86aa9a63606d589f54e8f0795274ead3968ab950972 113 0.08/1.00 vMB 92
220,260 220,260 00000000000002f53fe605d9b4baf7b1cc5c5d1a9a5fe9c36857e5d3a6739433 96 0.04/1.00 vMB 62
220,259 220,259 00000000000003102f57a90638b6a85668e9c3791a49204c298b26aea7f66c2e 135 0.05/1.00 vMB 126
220,258 220,258 00000000000004a326baaf17a0739b8ce4d6db78f3dc2c4c1c00d2d8ba821e24 517 0.22/1.00 vMB 200
220,257 220,257 00000000000003baa8df620650c98e7a0717ba18c4838bc2ec9b425912f7dbcd 190 0.10/1.00 vMB 143
220,256 220,256 000000000000048158474f46ea23f7bfad5d4b684ac27512dc4f0b057e0e3a0c 396 0.16/1.00 vMB 208
220,255 220,255 000000000000030b4e5ab5b5dc46d46b776938f7ac4af24b6784ee6be4c8ca87 495 0.19/1.00 vMB 233
220,254 220,254 000000000000020f5752b52c40b4698b54840ddba616c462c9eb6dbb0bf577a8 11 0.00/1.00 vMB 46
220,253 220,253 00000000000002d5cdcca3a09db6852296ef388e06d789cc748e1eddda245e05 464 0.20/1.00 vMB 183
220,252 220,252 00000000000003f32f49db6e1db4d6273901c279d3d1f0e3ddad69cabfb23d56 592 0.25/1.00 vMB 242
220,251 220,251 0000000000000074dbce6a46bdb376c09eff4004b1dacf8a6a23a6c166b1f92b 377 0.42/1.00 vMB 81
220,250 220,250 000000000000034461ced0b0718517864a82c918061570dfe8fb1e258136c3a1 776 0.25/1.00 vMB 275
220,249 220,249 000000000000011b4c0718d55b53ec4bf42eb5fed611fae0d0e6372a37907916 111 0.04/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.