Loading Tool

Explorer IconExplorer

Memory Pool

27,397 transactions
6.82 vMB
0.07144157 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.98/200 MB

Candidate Block

Mining Attempt 1d7ffe5228f3fb45b8232af9d9780993fb55f5effa57e15795bee01b10e2b47c
Version 20000000
Previous Block 0000000000000000000068535fe00c35c453a193607ed6ea0de42d07a835c89c
Merkle Root b86d0b8ab26417c1b85cccc9e9368edb2ee8cb6e44e18cf04fa98b1dcfa9cd0d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,157
Size: 1.00 vMB
Total Fees: 0.04960422 BTC
Avg Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,008 (722,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,159 190,159 00000000000003cf37c86421ac50fbf20c14957043e7a0de1f3f9c3da3bbca9c 0.08 MB 196 87
190,158 190,158 000000000000072d9a987666e04225c596456b7b31a03289a31691392f5485ac 0.22 MB 554 129
190,157 190,157 000000000000006cedb3615ecae6f09004f30e14515822a0250db1215f7cefd3 0.02 MB 63 257
190,156 190,156 00000000000006bf173173a98404ac70ff3d6edeeb1fff6f12fbfc4ba7ced99b 0.14 MB 361 137
190,155 190,155 00000000000000bae07f233bb05f2f143cc3d032bb56d824c04da47710b476d3 0.03 MB 118 45
190,154 190,154 00000000000003811011e8da442fd21a2c22cc5e84efc7120c246d68cbcbe561 0.05 MB 129 37
190,153 190,153 00000000000007f09928762f1918a922ae39cb0fab9040dd48cc733d32f9a983 0.09 MB 269 103
190,152 190,152 00000000000000829623a76efb42631bb809a2ebec9fd632d2518aa6dd66f96f 0.10 MB 210 86
190,151 190,151 00000000000007cee32da3f86835ab8a3775a27901f471afa9c9905ab3f92bc5 0.16 MB 335 91
190,150 190,150 000000000000047cfa6bde0ca25154980c5a5a312561291a604060405c1b917a 0.03 MB 107 36
190,149 190,149 000000000000052dab6463abdb79e6de56db7a1ee189af94ea755f0d64edf0f1 0.24 MB 563 204
190,148 190,148 00000000000001fd4a157da6cc6632958ebf5ce57c4a3a0b70be5c62834b67c6 0.08 MB 177 118
190,147 190,147 0000000000000253d4b0a043c1d0748e74162f0b541319d9d4daede9716c7510 0.09 MB 260 131
190,146 190,146 00000000000005539f6ff9a146fbdfcfe9ed79ea42ae8439df97d8b51d90c14c 0.09 MB 94 79
190,145 190,145 00000000000006734c437afc9c10f24205459412520ad570bbc99fde9085b723 0.08 MB 128 104
190,144 190,144 000000000000050aaaef3366d4356c97245041550a307ffa628ab82ac274dea0 0.21 MB 515 128
190,143 190,143 00000000000006864297abcacc22093a4b8139092cf3305225f575c4f81ee8b1 0.03 MB 32 26
190,142 190,142 00000000000000cddff3253f8f5f0e674eda13a00e4e471c23964c75dc5528df 0.14 MB 240 90
190,141 190,141 00000000000006b2de81f8308155cf940b206b092fcb1d7a679f6b7ac34c1284 0.03 MB 51 162
190,140 190,140 0000000000000406a643428ae9f76680616ec64cea2fd4c0bf1f16e1f9b62dde 0.01 MB 32 0
190,139 190,139 000000000000023104fa0df82a690d74f44a66bbccfca3b6e207595368e16914 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.85 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: 388.68 GB
    • Received: 3.50 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.