Loading Tool

Explorer IconExplorer

Memory Pool

20,819 transactions
8.86 vMB
0.04483992 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.44/200 MB

Candidate Block

Mining Attempt 60e0e05ac018864fc2bc6a3c8a93c5b5d69a17d55edcead0bbf7865a31b591b8
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root 3e11ab5be972c40b604f335880c498c388cee73e8f00c32244e1b3a4560fc88c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.02551011 BTC
Median Feerate: 1.80 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (654,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,293 259,293 0000000000000001bbf53ada25437b9c769b8f96bf27159974d280df8a9112df 217 0.08 vMB 116
259,292 259,292 000000000000001c9d9a16c4e495b79cc19dd7dc62372498080efa8d17946116 140 0.06 vMB 99
259,291 259,291 000000000000000873e4506330dafe23c161a31f5e2955cff2fc2df53aac725e 207 0.08 vMB 110
259,290 259,290 000000000000000efff2febb004eb3df7a4eb8b7ec872e331f7fab49420fb4a5 48 0.02 vMB 76
259,289 259,289 00000000000000014b212d9d74d58b51ad27281621f0611e1f4c37ea498dfb74 521 0.21 vMB 62
259,288 259,288 000000000000001dc5d255f5575440fd361a3d548df48f658904abd8557d52f0 699 0.25 vMB 169
259,287 259,287 000000000000000491fbbe2111f0c2916c591b33352cc1464a977eeadfe99661 71 0.03 vMB 84
259,286 259,286 000000000000001a5f29dbf7ba3010fd9f732dca7f849255e74b25bab57670cf 206 0.17 vMB 80
259,285 259,285 0000000000000021c498b3ccfb9752d74ab4fbbc04d82d03066bc86825c0929a 333 0.13 vMB 123
259,284 259,284 0000000000000021f73c02913413702e395770f72443f2486d32cf673ce59874 227 0.09 vMB 108
259,283 259,283 000000000000001451ea5dc1b1613e127f044f7717b8df28a8cf75fba7787f6b 409 0.21 vMB 108
259,282 259,282 0000000000000015e96c0561d67b78198c10cc676801efd3309b877bd16755cf 258 0.10 vMB 118
259,281 259,281 000000000000000e912dd06e4143b3445e36cda318878e125e854af12047de18 120 0.05 vMB 56
259,280 259,280 00000000000000085f3a6638e2419d0e45996369c52d1ca9634577ced239f3ba 278 0.14 vMB 102
259,279 259,279 0000000000000009822cf67c38731610f144302c669ccd27d04aace3792100cb 184 0.09 vMB 81
259,278 259,278 000000000000001bca5a81fec12c1c3bc44ec3eec61a5bd0a52ee167678f1d76 292 0.16 vMB 65
259,277 259,277 0000000000000023fcef5452e4505d7a6c1fcf2ba4adeb970cc9498e14aeed7e 432 0.19 vMB 90
259,276 259,276 000000000000001433730d6e2542d2b6870cd749339d7bcbfb7237a4da997797 581 0.25 vMB 140
259,275 259,275 00000000000000139be640f2403106f7620917477f1d399a0a91ef753c2716e8 518 0.22 vMB 113
259,274 259,274 00000000000000022c64bd3310e25b5a3808365b6972edacf2dcd3776536bba7 468 0.19 vMB 104
259,273 259,273 000000000000000132bc1cd725ca6ab7824b8cc1a8cca79a73d7d074d2e135cc 204 0.08 vMB 125
Previous 10 blocks ↓
Total Size: 779.56 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: 263.72 GB
    • Received: 1.01 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.