Loading Tool

Explorer IconExplorer

Memory Pool

84,295 transactions
31.65 vMB
0.14203342 BTC
Random Selection Loading Transactions
Max Size: 189.05/200 MB

Candidate Block

Mining Attempt ba886d9fc3e0a1410b267ff441b04dae5cda0034b1120a9254eec5dea12e980c
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 11585236eb3c0ce0b0f2c92eab0ee0677535f5cbdafe16f9725706abf18483ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,205
Size: 1.00 vMB
Total Fees: 0.03732617 BTC
Feerates: 55.77 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (653,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,121 262,121 00000000000000095023cf4ac4caace98f228e8745f7641ea19e2be5926b586a 538 0.35/1.00 vMB 76
262,120 262,120 000000000000000c282c6779b8413db4f8b1686bc0c73747abdbff685ad48137 73 0.03/1.00 vMB 8
262,119 262,119 0000000000000003b2c99b5b64ea61d051f413b6fec295ba0f32bfbd702f7ecd 339 0.17/1.00 vMB 107
262,118 262,118 0000000000000015b3e6243ece62a6730160f9d27637b6940e33dad50de9c329 1,045 0.43/1.00 vMB 138
262,117 262,117 000000000000000e05b536e6a4f20467f031e8195d064b9e8da47942d885d0d9 42 0.02/1.00 vMB 79
262,116 262,116 0000000000000010416fb851ac9151a6018852530fd97debd20b346a9ca807a3 40 0.02/1.00 vMB 81
262,115 262,115 000000000000000f4e928f7c4f38fa1e4d916104cf7ccb35ab3560f1d0bdd88a 133 0.05/1.00 vMB 66
262,114 262,114 0000000000000015d399a48bf340a3ac140d9b15e4a0a626a6cbe584d0e3b494 291 0.10/1.00 vMB 150
262,113 262,113 00000000000000035a2911122f0a1087faae60e4bae3c8b8cce8d7c6a5f0d91e 369 0.16/1.00 vMB 108
262,112 262,112 0000000000000009f1cb7cea1ae41343506132790ceff6dd27061afea2d6f5c0 13 0.00/1.00 vMB 65
262,111 262,111 00000000000000162f55513ad25166ca772e8c9b18e26a914dfa339a914bd4be 77 0.03/1.00 vMB 134
262,110 262,110 0000000000000012cbc72f1b32d93c8d695fd0015a01f3285276cbc9b640af0a 80 0.04/1.00 vMB 53
262,109 262,109 0000000000000010c4b36adabd1a1bcca3721106af1012879bc89d37819d48e1 54 0.02/1.00 vMB 58
262,108 262,108 0000000000000011c94ba5ce373765486f3e00dd500167f64c1f6f3c05a0c833 146 0.05/1.00 vMB 26
262,107 262,107 0000000000000006dda1e7306999c59160c44a53a006ca32b2cf6f8b13e8e14e 549 0.24/1.00 vMB 99
262,106 262,106 000000000000000acf020c4b0ee8fb1805aca7f3d1db0d46017aed41c7b3c83e 281 0.15/1.00 vMB 117
262,105 262,105 0000000000000005613b78fb88d2d26657db51228691e9bd86c2674d7b2d5084 73 0.05/1.00 vMB 44
262,104 262,104 0000000000000014d225fe7c3d4abac1054d7631404ed53b3880e53e7b974f79 411 0.20/1.00 vMB 135
262,103 262,103 000000000000001411c247136fe0bfd83491a05d44f5f98adaa57dc87e884960 132 0.05/1.00 vMB 104
262,102 262,102 000000000000000b7a405056562dc468271076696efeb62316bbef8a82daf6e0 116 0.05/1.00 vMB 73
262,101 262,101 00000000000000065b35cdfac40e1a11f22fe510ea628c9c732da7987c1f8a32 67 0.03/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.