Loading Tool

Explorer IconExplorer

Memory Pool

23,002 transactions
10.10 vMB
0.02753071 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.81/200 MB

Candidate Block

Mining Attempt cf1c8551418814c78681654313f2d072f416e149fb2e74e9c53b4c0edb94b5e4
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root 862371058175e949082b96d80b4258ab7093091fa5774e425146d53a728a0dd8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,633
Size: 1.00 vMB
Total Fees: 0.01124152 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (706,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,269 207,269 00000000000002136ddb6b0ca7857dc219a7b8a5ec23e8d32ac85d710df78108 159 0.07 vMB 171
207,268 207,268 00000000000001745c9b1442b100f64dbd1b69336c9bcabdd2f2ac28578666fe 47 0.02 vMB 160
207,267 207,267 00000000000002c6b5646faaa24fd1e48898389088d99870a2d6d9455b789d4f 135 0.05 vMB 168
207,266 207,266 0000000000000188240d21cbb97e246562807a138120b060f9f16ff7b4f3eb24 266 0.12 vMB 162
207,265 207,265 00000000000004eec311510c6d5e67c23a24ab2d1e417c72569099ce4b6b7e97 13 0.00 vMB 17
207,264 207,264 0000000000000358289e15e7f905e80091b15353054419b9edc77da58f9b4b64 344 0.13 vMB 211
207,263 207,263 0000000000000486ddfa17ddf303aea61fdfe8fe7e61e1a44e609f63e4c4ad2c 116 0.04 vMB 316
207,262 207,262 000000000000009b4385c2a4d56cd9ec99e93c089ef18cd49de6ee33c1e510d9 61 0.03 vMB 184
207,261 207,261 0000000000000236fad1d8709b66e307b24b4e6abbba1edc0b89f66afb183b9e 203 0.07 vMB 131
207,260 207,260 000000000000050a315861f6705b0e4c7c2156dd2a97e9796c37c4ef6b4ee09a 413 0.16 vMB 174
207,259 207,259 000000000000031391ea4b5bc680309215ef222596c8e744d220c648ea69d0da 180 0.07 vMB 124
207,258 207,258 0000000000000462bcd0fa2a2729df15eabbfbe3dadad65e8d8deb73a6657f16 313 0.15 vMB 204
207,257 207,257 000000000000014a13820839e82a41fc3104a12d2a5c9236d2a75488a0a06e94 64 0.02 vMB 157
207,256 207,256 000000000000032ece10002460b9923883e4ebc3590af8f2f0afa8583d14379b 47 0.03 vMB 95
207,255 207,255 000000000000021836f1dc82c55e568b81da1cd1be60c257ae5f5cb3d35ea73e 147 0.10 vMB 131
207,254 207,254 000000000000023ad2577cfd1e2efc323eac35b213c89e18fbd83b7ab771d8a9 132 0.04 vMB 27
207,253 207,253 00000000000001a4eddfa0a48b5ccc85389d741341304dfb89e66261a8838fc7 186 0.08 vMB 176
207,252 207,252 000000000000030144cfc60aa213b08628a977b0d6ae33f192c9cca8619c6a87 164 0.07 vMB 196
207,251 207,251 00000000000000045a5f9abb504e9b4e94596789f83b12335987590e989772e8 55 0.02 vMB 73
207,250 207,250 000000000000022fbd3bc8b8ce071eabbcaf31b001bd751627267483eb7d89bc 128 0.06 vMB 140
207,249 207,249 000000000000035444e7dc9830a8c4e2ef3959cdf09175eab8bf4f69a79952ff 146 0.07 vMB 155
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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