Loading Tool

Explorer IconExplorer

Memory Pool

20,024 transactions
9.60 vMB
0.01938766 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.94/200 MB

Candidate Block

Mining Attempt c7abc66738f6622c3c7b56c8534c644192787d6eb3cdc9464f964f1308909802
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 72e3fd53c9da9f4a7539b7868712c79863108eab2cb0aaf01746978a455eb79f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,755
Size: 1.00 vMB
Total Fees: 0.00434454 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (706,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,109 207,109 000000000000039820980f41262c3ccd348b591b094408bd37fa76b683a335b2 133 0.06 vMB 105
207,108 207,108 00000000000000f0fcf6cc0bdc9441436d1817e8551351ccb7006bfe0e07a01d 615 0.21 vMB 181
207,107 207,107 000000000000024a18e0deeb9cd1b67150f761cc85e5f020597711583db25d78 146 0.08 vMB 158
207,106 207,106 00000000000002cd73e7d1acdc9c7df3d2665593ef2162c0bac98004cb77dd28 147 0.05 vMB 39
207,105 207,105 00000000000004001d3cb553d197c506b0e7bd9647e54e17be718ee655ea7c34 181 0.09 vMB 164
207,104 207,104 000000000000006169bc355456b9362b115dcc4d6356b9f0ea5fa8f7c19f6c50 570 0.30 vMB 149
207,103 207,103 0000000000000099f5b83924b3dbcbdd2c2b7101f984d6086e602c8119c9d977 129 0.05 vMB 161
207,102 207,102 0000000000000398beef7350c02a105cc3e3e82bec039e6c7f76fd145013fabc 45 0.03 vMB 81
207,101 207,101 00000000000001916e167006fe9e75b64c8b6fb85ea59f2ef256fe67b859d8fd 191 0.09 vMB 163
207,100 207,100 00000000000000231b3686ab0a26212666f2e909aa5b34fbf54b0e46a2d374e2 231 0.11 vMB 146
207,099 207,099 000000000000030e8a5bb3589312934bf961007e9b81055af884f9a3c27dec38 745 0.36 vMB 196
207,098 207,098 00000000000003c619b159873aebc9042e7c13d688d4fc91b6f33c7d9400a4d5 138 0.05 vMB 138
207,097 207,097 000000000000011b8c056de63174a9759bee496ea46af2ed96aeb3590a3a8b66 131 0.06 vMB 154
207,096 207,096 000000000000028b4a18cd42297e7b4d836fa8fbbf90fa4797a6a5ebdca34dc0 277 0.13 vMB 140
207,095 207,095 00000000000003f03f452eecdca7a110b91cc4b6c21d6eeb01cc35664b0721cf 348 0.28 vMB 129
207,094 207,094 00000000000002c91521a467e75e2cd3fb3278b2420f938950d8562a30aede85 110 0.04 vMB 130
207,093 207,093 0000000000000081aafc302ce4815fccbea1ade7f35023858d8209892aef03cf 36 0.01 vMB 166
207,092 207,092 000000000000014e1319dffefbd77e8a0478af429c98162ddc101992ba0a8ece 277 0.10 vMB 166
207,091 207,091 00000000000001f757bd256c89ff785c40e0e7bf4243a294e07e6e57a8aaf411 482 0.19 vMB 210
207,090 207,090 000000000000040f883801bd432ae638258dd852e124f8db349a9a6afc0bd4df 312 0.12 vMB 267
207,089 207,089 00000000000000d734f4ee6141eead4a6a835437a92cb66fd7804674a6146e82 29 0.04 vMB 59
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 380.45 GB
    • Received: 1.91 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.