Loading Tool

Explorer IconExplorer

Memory Pool

16,428 transactions
7.89 vMB
0.02355369 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.85/200 MB

Candidate Block

Mining Attempt 0b324f309c59ac24dd4a8c6602973bc3e90d5784e8d5cda10aa8e7e32fd70925
Version 20000000
Previous Block 0000000000000000000114d0bd228a9df12e76c5333182c38f6ea58c78acaee2
Merkle Root 952962c257894eacc5d5fcec212d92c3189d4bfb4485fb02c2b2b9b2987918bb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,688
Size: 1.00 vMB
Total Fees: 0.00731693 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,416 (654,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
259,272 259,272 0000000000000013ba52187da264217d8ac06e3a186b7d8675ecf6b522470de7 122 0.04 vMB 89
259,271 259,271 000000000000000df844c0e4867e6f09bc0bbcc3376db2cb7c885675670934f9 477 0.20 vMB 106
259,270 259,270 00000000000000033d1cbc3a51d5439f251e2cf1050d50560cc1b9bdae4ec854 170 0.06 vMB 86
259,269 259,269 000000000000000b7985e6dcf058111cae5af8ec377f677da9641b26fb8d9f14 397 0.16 vMB 141
259,268 259,268 0000000000000002fead88d2d4477ea4ad346519a8008ccb25bd8583dac3b74b 515 0.21 vMB 117
Previous 10 blocks ↓
Total Size: 779.59 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: 290.76 GB
    • Received: 1.19 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.