Loading Tool

Explorer IconExplorer

Memory Pool

24,231 transactions
5.48 vMB
0.01807790 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.60/200 MB

Candidate Block

Mining Attempt 299dcfb00b8ce4523ba6721bad9cce32e07dcf87bc3d0e9ef33e0e2778f3882f
Version 20000000
Previous Block 00000000000000000000dece097dc5b4279621e3e1ec57a876312438a0074253
Merkle Root f0da7529db3d9f8d2c5550d978da207683adfa00aa452a348989bf08c3497b16
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,276
Size: 0.40 vMB
Total Fees: 0.00456301 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,197 (654,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,190 259,190 00000000000000128a8aa80b2f0c73254d897edb9ee6c67b6637fe7a70f8c565 0.29 MB 487 81
259,189 259,189 0000000000000000bbf54a883bf887f87539a50e13f87de3bb7640874c69bf48 0.23 MB 629 122
259,188 259,188 0000000000000011368c79aa43a21a9622437cf1180dad926b271eb789cfacfc 0.02 MB 27 75
259,187 259,187 00000000000000219793368b8d92e8d4622527a28e378146109ea9ca9f3fb4f4 0.08 MB 149 73
259,186 259,186 0000000000000008669644fa2d2f7098e3077417f3338c12149b3bc54c72f88b 0.15 MB 386 111
259,185 259,185 00000000000000242edb23f5a3f99e44125625ded2c25ca9f6a57edee22779cc 0.17 MB 386 103
259,184 259,184 000000000000000bbe83d9845356f5be4713042049b1d37e9c13ea777a3138aa 0.18 MB 466 125
259,183 259,183 0000000000000010c7c9c350201c62610d7416b293f3533673b4221a23acbb47 0.09 MB 264 107
259,182 259,182 00000000000000257bfb37fbd0998ffa57f41550224480f53b8b19637cf5c67b 0.05 MB 117 120
259,181 259,181 0000000000000007637e830f329525626252c049e2cef2207b137f0ef7f25ea1 0.02 MB 49 54
259,180 259,180 0000000000000023e15b88c7c216305bedf21ce95ef6d428e7fb81c3236361bd 0.13 MB 264 74
259,179 259,179 0000000000000022142183311d633ac6bf49373737af3203294d983ff96f5069 0.02 MB 26 60
259,178 259,178 00000000000000253be380413805706342b032dd9de00648893b1affa61a5283 0.08 MB 151 88
259,177 259,177 000000000000000d962e3580634bfe5fd2e19a178ed8d3128f07c39740f6b3b2 0.17 MB 365 62
259,176 259,176 0000000000000014e4850e3d6703b33ad6112445499a1ce575ba2c767e3b632c 0.25 MB 727 136
259,175 259,175 000000000000001ab1a9400b6735d6cc52afe6228f8842a6c2d529d9d73250fc 0.21 MB 572 102
259,174 259,174 0000000000000013d5152f9bfa89dc1a0e553ef7db6923f6a8bb5a61adab850b 0.02 MB 52 63
259,173 259,173 000000000000001935be66eb71330700be5d11d541f91a903595d5449b8ac1ea 0.14 MB 300 99
259,172 259,172 000000000000001ef5662bfe7c89d46a3fc80d3f4c919f82ecc24e0c375343ad 0.13 MB 296 77
259,171 259,171 0000000000000003d225dabdb504581ebc9673a80ec0474e2bbdd94674bb64f1 0.09 MB 235 122
259,170 259,170 000000000000000132495444798fa23f0d43d063bab70d7cb51bc7446a8d3b5a 0.15 MB 275 85
Previous 10 blocks ↓
Total Size: 779.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 61
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.91 GB
    • Received: 0.29 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.