Loading Tool

Explorer IconExplorer

Memory Pool

41,199 transactions
18.07 vMB
0.16969788 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.66/200 MB

Candidate Block

Mining Attempt 50139371cb08f9d26cdb3dd801cfbc918a8228d77df7dc982efd2ddd8869ce81
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 776a6d4526b97d206a8113cf1d22d53d7b4d52d943fff95909fad6a18e67fc5c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.05443584 BTC
Median Feerate: 4.56 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (704,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,034 209,034 00000000000001707f16f3790062c7de2c674922407939c5c02164f914658c7e 14 0.03 vMB 72
209,033 209,033 0000000000000408b5471f57ada2334340ddf910394b4db3cc591e22f9d1d06e 78 0.03 vMB 177
209,032 209,032 000000000000033dcd3826d807859cfd7ab46e9b45a64e4a3031a628588c3c48 28 0.03 vMB 184
209,031 209,031 00000000000002794c75befc319cad9de668689ed968bf18cdd660045e0ad7ec 109 0.04 vMB 119
209,030 209,030 00000000000003b337a1f39d48edb8a1f584866a5e71110f92c1733d3b48808c 22 0.01 vMB 100
209,029 209,029 00000000000004367d01bd35418b02d946e531d072db50595c5229497566574d 276 0.13 vMB 164
209,028 209,028 000000000000032c15eb5f2c062a86e95ebbcdfe333c7e5de129663f022db0a2 124 0.05 vMB 74
209,027 209,027 00000000000003dbb1ca18829fe4271ceae08950f2fa6c81863903f81ba9b6d1 84 0.04 vMB 156
209,026 209,026 00000000000002686e772cb352831e6a234088afb359f945a085fbc6d337d341 164 0.10 vMB 97
209,025 209,025 00000000000003de730236cd98cbbbd13555ff238122412da1eb2e843f43d85b 203 0.08 vMB 157
209,024 209,024 000000000000006f8e5a6c48bc6110eaef0f36c83c7534b3a13d6e9083679ea7 410 0.19 vMB 172
209,023 209,023 000000000000002f085b0b0cd7cb65497ab0e4b03a40ff2407e26e1f73eba4c4 30 0.02 vMB 27
209,022 209,022 000000000000038f5771e3faf5bf742ecd6c461774b5756c2693dbbd5c9da8dd 134 0.07 vMB 105
209,021 209,021 000000000000010168bf4a15d34e8f6411e507299e8821f8776944da9945af2f 448 0.24 vMB 132
209,020 209,020 000000000000018c4f46d141f7a3c66676cf0c685697324c91270eb0f9b3cb4a 9 0.00 vMB 309
209,019 209,019 0000000000000317a59b3f9cfa472ca6c2785a740a96362f7325a69b7883ee28 7 0.00 vMB 108
209,018 209,018 0000000000000343528ba157f955678fd2ec6db11785dd9fae0b9130005242bd 14 0.01 vMB 46
209,017 209,017 00000000000002ffcd3076ab2013ee7b5f2fb1a8349be78673ca775418fb6ebb 138 0.05 vMB 112
209,016 209,016 000000000000012c429fa87b85a6b3b37e1b0693784dbbca7466f63708958ab4 241 0.14 vMB 120
209,015 209,015 000000000000038be8510845c170f22d6a6016e299116c7b1673367d866850ac 234 0.12 vMB 150
209,014 209,014 00000000000002730686d4c3b4d191e7ad7afa385cb5f8f86b76d2a828fb73ad 457 0.26 vMB 146
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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