Loading Tool

Explorer IconExplorer

Memory Pool

28,722 transactions
11.78 vMB
0.03660375 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.72/200 MB

Candidate Block

Mining Attempt 79ce9f3c364139c31b9201f3168ba3cc235b1d49d542ef406f0f32f00858e8fc
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root c1b6d4f0d38361a943447dc0538006a4305c208380b606e483ab4a014e02f892
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,162
Size: 1.00 vMB
Total Fees: 0.01610079 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (654,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,182 259,182 00000000000000257bfb37fbd0998ffa57f41550224480f53b8b19637cf5c67b 117 0.05 vMB 120
259,181 259,181 0000000000000007637e830f329525626252c049e2cef2207b137f0ef7f25ea1 49 0.02 vMB 54
259,180 259,180 0000000000000023e15b88c7c216305bedf21ce95ef6d428e7fb81c3236361bd 264 0.13 vMB 74
259,179 259,179 0000000000000022142183311d633ac6bf49373737af3203294d983ff96f5069 26 0.02 vMB 60
259,178 259,178 00000000000000253be380413805706342b032dd9de00648893b1affa61a5283 151 0.08 vMB 88
259,177 259,177 000000000000000d962e3580634bfe5fd2e19a178ed8d3128f07c39740f6b3b2 365 0.17 vMB 62
259,176 259,176 0000000000000014e4850e3d6703b33ad6112445499a1ce575ba2c767e3b632c 727 0.25 vMB 136
259,175 259,175 000000000000001ab1a9400b6735d6cc52afe6228f8842a6c2d529d9d73250fc 572 0.21 vMB 102
259,174 259,174 0000000000000013d5152f9bfa89dc1a0e553ef7db6923f6a8bb5a61adab850b 52 0.02 vMB 63
259,173 259,173 000000000000001935be66eb71330700be5d11d541f91a903595d5449b8ac1ea 300 0.14 vMB 99
259,172 259,172 000000000000001ef5662bfe7c89d46a3fc80d3f4c919f82ecc24e0c375343ad 296 0.13 vMB 77
259,171 259,171 0000000000000003d225dabdb504581ebc9673a80ec0474e2bbdd94674bb64f1 235 0.09 vMB 122
259,170 259,170 000000000000000132495444798fa23f0d43d063bab70d7cb51bc7446a8d3b5a 275 0.15 vMB 85
259,169 259,169 0000000000000006e641d95cbb4385bd8f01cc844ed504b796b2e28c6bdce20e 148 0.08 vMB 79
259,168 259,168 0000000000000005bf1465396afeae9e59bc52f01031c0761e7ba675f3510c81 30 0.02 vMB 78
259,167 259,167 0000000000000001de9981ee0d3bc8a7e6d3c7801f4f67d3fd4a68a6ec9b33ef 149 0.06 vMB 111
259,166 259,166 000000000000001cddd1bd5f45a52244be74bc0f282c7711135de07d6e679117 272 0.13 vMB 110
259,165 259,165 0000000000000001fe47854ad91df1ac7ef51ef321e4ca0166609c78f8d1e804 323 0.14 vMB 101
259,164 259,164 0000000000000011cfd8c2f3d4f13a9475d5f9741b081efa88ab5c5e50567e92 15 0.00 vMB 77
259,163 259,163 0000000000000019b275d2c89c251338e724f2dd2f35ef43d63dde4a0d388da4 84 0.04 vMB 112
259,162 259,162 000000000000001ad2bc9e681b05c33d6eea0cb1c56570e984a776ee93fe533a 50 0.03 vMB 68
Previous 10 blocks ↓
Total Size: 779.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 392.04 GB
    • Received: 1.99 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.