Loading Tool

Explorer IconExplorer

Memory Pool

41,957 transactions
26.55 vMB
0.06163745 BTC
Random Selection Loading Transactions
Max Size: 138.73/200 MB

Candidate Block

Mining Attempt c9bd65c1a0cde0f8c6ab54cd9e571d5fe1e3a3c691ca982c1c9984044c8933e4
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root b3fccadc898dc529a414653aaeae1383337804f2e51fc52729c34620a62834e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,819
Size: 1.00 vMB
Total Fees: 0.01290445 BTC
Feerates: 47.58 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (697,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,683 217,683 00000000000002f54eed54ce8e091d597ff4a0d0a1a691b9742e249b518bee32 561 0.27/1.00 vMB 193
217,682 217,682 00000000000001efbfb941be2e0d919894c582270126494153cf778b3e2dabe2 263 0.13/1.00 vMB 156
217,681 217,681 000000000000009250cf7cb1a7eb4f8fd75f51f8faba71126185fbd4dd0751b9 154 0.10/1.00 vMB 137
217,680 217,680 00000000000001146bec3c7232e4ceb1f6811ca9d51a108d129a8e64f4f24f60 20 0.01/1.00 vMB 43
217,679 217,679 00000000000000b8d6ebdd5c0e52e625aef95258183c56511efa6e78d64f16e7 349 0.22/1.00 vMB 134
217,678 217,678 00000000000001d312aa33d4efb4b65e96428d9195b5c5167b0e7ba519f3964b 271 0.17/1.00 vMB 135
217,677 217,677 00000000000003b584e8f2de2ba15e1e2b984c66733a57081aa442418c735f39 99 0.04/1.00 vMB 155
217,676 217,676 0000000000000064afe70ed2cdd3f2acdf9011c99a1be3c8fe8dabefa52120e7 372 0.17/1.00 vMB 179
217,675 217,675 0000000000000451ce3f576025036dd73dae1d8fac62932b5913a3465c9cddad 537 0.25/1.00 vMB 180
217,674 217,674 00000000000002f7cfd40d7fbbcce6d4a4c134db2c03901f63fa45d869a286d8 464 0.17/1.00 vMB 49
217,673 217,673 00000000000001964ac1d2e5e36457e26a16faf72797f55f1a40f57ed48a267d 165 0.09/1.00 vMB 145
217,672 217,672 00000000000004d1382c8e2a525d0b67fe559815582346228ba268e8ed84310c 285 0.12/1.00 vMB 206
217,671 217,671 00000000000001fece4c59a807719c15d9cdb588323501fe0eaf704e3c81e8d4 209 0.09/1.00 vMB 184
217,670 217,670 000000000000039c32adf146a89e578a741923306f3d65571f5e6c3ef32c8557 271 0.12/1.00 vMB 167
217,669 217,669 00000000000000af61339e9769b42e4e3695b3c39d8e7dd0498fef2ec337ef34 561 0.25/1.00 vMB 173
217,668 217,668 00000000000000710a2125adb7acb1e56fa9d27d92935931d8a6f7892d828fa5 60 0.03/1.00 vMB 141
217,667 217,667 000000000000036f87c21ceed1f546b62c1651e81c8ec1cbaeab4d9d9a902da9 512 0.16/1.00 vMB 235
217,666 217,666 00000000000004046f4083bf3d82b1d5846bd67cb1ed515a4ff580f17ac76b0b 128 0.23/1.00 vMB 42
217,665 217,665 000000000000049506cb15e13a38c2f9116d530603698d0bf3dabcb0a3bf091a 108 0.07/1.00 vMB 111
217,664 217,664 000000000000028323601ce6a0381cf0c0f743c316262dcd8601d750e7e2d63e 150 0.07/1.00 vMB 153
217,663 217,663 000000000000023819f79c0f5ab1eac92ec3948375c8fe5fc2c485bbb0429c9c 469 0.25/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.