Loading Tool

Explorer IconExplorer

Memory Pool

32,552 transactions
6.72 vMB
0.04526831 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.15/200 MB

Candidate Block

Mining Attempt eb6922c80c07761ed1be7b17b4b86d9d3ae603774d722584f7c1ddc34fc2f923
Version 20000000
Previous Block 000000000000000000006b521c1a541a3dc5c71e10c161f262a673024322f2af
Merkle Root 0449b8f761265b2da71287f46444c494e9a619eaee8a734162c1fc5797b56a34
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,664
Size: 0.99 vMB
Total Fees: 0.02946850 BTC
Avg Feerate: 2.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,962 (703,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,040 209,040 00000000000002f351303219f157602f972d5e2a7c866dfa894f076abc26f055 0.04 MB 67 85
209,039 209,039 00000000000001c9734c07b2fd71d113719902f17e27448d57ef54bc9e5bd409 0.05 MB 147 75
209,038 209,038 000000000000005965f9e81504010cbe595866eba1710f4a6123f5c827d16aef 0.09 MB 182 167
209,037 209,037 00000000000003c84dea429c953184cb956eba7f97e26213ac2faf480018add6 0.00 MB 12 464
209,036 209,036 00000000000003387eea715c4855ee622c662b0b85166cab50350c00d9cad785 0.13 MB 184 195
209,035 209,035 000000000000036a411253495644ce5cdc1cd9b4af9c71ad13145470c72bc93e 0.06 MB 142 188
209,034 209,034 00000000000001707f16f3790062c7de2c674922407939c5c02164f914658c7e 0.03 MB 14 72
209,033 209,033 0000000000000408b5471f57ada2334340ddf910394b4db3cc591e22f9d1d06e 0.03 MB 78 177
209,032 209,032 000000000000033dcd3826d807859cfd7ab46e9b45a64e4a3031a628588c3c48 0.03 MB 28 184
209,031 209,031 00000000000002794c75befc319cad9de668689ed968bf18cdd660045e0ad7ec 0.04 MB 109 119
209,030 209,030 00000000000003b337a1f39d48edb8a1f584866a5e71110f92c1733d3b48808c 0.01 MB 22 100
209,029 209,029 00000000000004367d01bd35418b02d946e531d072db50595c5229497566574d 0.13 MB 276 164
209,028 209,028 000000000000032c15eb5f2c062a86e95ebbcdfe333c7e5de129663f022db0a2 0.05 MB 124 74
209,027 209,027 00000000000003dbb1ca18829fe4271ceae08950f2fa6c81863903f81ba9b6d1 0.04 MB 84 156
209,026 209,026 00000000000002686e772cb352831e6a234088afb359f945a085fbc6d337d341 0.10 MB 164 97
209,025 209,025 00000000000003de730236cd98cbbbd13555ff238122412da1eb2e843f43d85b 0.08 MB 203 157
209,024 209,024 000000000000006f8e5a6c48bc6110eaef0f36c83c7534b3a13d6e9083679ea7 0.19 MB 410 172
209,023 209,023 000000000000002f085b0b0cd7cb65497ab0e4b03a40ff2407e26e1f73eba4c4 0.02 MB 30 27
209,022 209,022 000000000000038f5771e3faf5bf742ecd6c461774b5756c2693dbbd5c9da8dd 0.07 MB 134 105
209,021 209,021 000000000000010168bf4a15d34e8f6411e507299e8821f8776944da9945af2f 0.24 MB 448 132
209,020 209,020 000000000000018c4f46d141f7a3c66676cf0c685697324c91270eb0f9b3cb4a 0.00 MB 9 309
Previous 10 blocks ↓
Total Size: 778.78 GB

Node Details:

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