Loading Tool

Explorer IconExplorer

Memory Pool

26,192 transactions
6.42 vMB
0.04135273 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.14/200 MB

Candidate Block

Mining Attempt 56ea537965e4a65a1cd47756118c412d0408676b1083d6d98b3019f6c359c813
Version 20000000
Previous Block 000000000000000000020b7de4a5de62d3506ffb84fbac40ba79a4fe8f611513
Merkle Root 531f97a66aef45ee1b52c662db9530b60fc6d520113a89cae5452503089c7a2b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,127
Size: 1.00 vMB
Total Fees: 0.02391843 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,196 (653,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,203 259,203 000000000000000f6a93a740391a649c7572e768c59c73fc233a7e327636fc69 0.19 MB 237 47
259,202 259,202 00000000000000061f9983fb2c75eecc057b4dbe4afeb0c18d9b2f45dafcba6a 0.25 MB 728 145
259,201 259,201 000000000000002219b531db81229c078010c5fb80970fc8b0729bf97c7f6901 0.06 MB 175 112
259,200 259,200 000000000000001a87a1b4e6e55f7e3225e6a98ff33d3543a8733ee8f0ff9145 0.07 MB 166 101
259,199 259,199 00000000000000090a20f524988194fa00ae0962359e0f1672ec82163bec701e 0.18 MB 328 80
259,198 259,198 000000000000000c26998bd1a06241ffdeac10d7f3973b7ef5fc4a1615b8a879 0.03 MB 49 80
259,197 259,197 00000000000000106d1876c13c2205382469c852441c8e3ce2ff7c8833571f24 0.08 MB 139 97
259,196 259,196 0000000000000011fa6a10b945517137a171484064469d2b206d765309afc115 0.13 MB 279 116
259,195 259,195 0000000000000007bae744bef936b2755b4005a81ff1ce0675ca85d5e4c1576e 0.11 MB 251 97
259,194 259,194 000000000000000bee286c13aec4c01d53364d717b46c5e7a6aa7a1c4ba8dacb 0.10 MB 76 23
259,193 259,193 000000000000000877a67e8aac3e117b1f755d9a63bd2abf166b711995884dbd 0.06 MB 10 12
259,192 259,192 000000000000002202d3321e867f94a85389d873d1c3acf6264767c75ecc9af8 0.06 MB 129 70
259,191 259,191 0000000000000021f593688790e3ab3d0f233d9aa3500420245c08dfa23031e2 0.13 MB 324 102
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
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: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.89 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.