Loading Tool

Explorer IconExplorer

Memory Pool

16,898 transactions
8.11 vMB
0.02367180 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.04/200 MB

Candidate Block

Mining Attempt 5a3f99fc14eacd6d8fc5d015cd7e3e91cb2d4bef79670fc2cd08363ffa72f5a7
Version 20000000
Previous Block 00000000000000000001b5c3020be6a6bc5240c44ca01063cc5c8497b4f90c92
Merkle Root 91bcc025faf87f5b6eddb703b21aaf7e83ecb4768f9a31eb8a11cd20132a19c4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,268
Size: 1.00 vMB
Total Fees: 0.00683374 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,415 (704,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,003 209,003 000000000000008ad2735b38bc3398bf4f901ff86fbe372e4ea451b9829d0334 58 0.03 vMB 116
209,002 209,002 00000000000002eea8a41a5b5652ed179a1bca5f89bf174beb485d90465934ae 282 0.16 vMB 170
209,001 209,001 0000000000000317154a9a0826357ba7be75cd11d904bf49b6585fc66ea788e4 760 0.37 vMB 140
209,000 209,000 000000000000002a356ffbd715fb0cd8f1003e8024801ac4e25dd41ceed5ba0e 139 0.05 vMB 153
208,999 208,999 0000000000000145a62aaa0f546cf74d043f5773108aaa6ec971f9cfdd3773b9 158 0.05 vMB 100
208,998 208,998 000000000000005796e735d17e2ea793dabb5ac75171bb54e6e53549845030db 38 0.02 vMB 209
208,997 208,997 000000000000035c512fef76364b57f1e840323c7a35b360aeb34e1fa668da21 242 0.11 vMB 182
208,996 208,996 0000000000000005cf3c1d2f40734705eb666aa9ba474e127f59e8240f396d5e 215 0.11 vMB 147
208,995 208,995 000000000000013509802da62fed19735497b531ba3c5828908841f22003083e 150 0.08 vMB 135
208,994 208,994 000000000000049f2b3ec8e63b59f2cb8a9aa4d308b000f47dab19ab2d7308b9 216 0.10 vMB 97
208,993 208,993 0000000000000203ec64682e212365fc49a85d1132b626c708aae1248876a966 350 0.42 vMB 66
208,992 208,992 0000000000000382cf4144e0b0875bd9554550984f993e27b6c5a5f9c334e591 188 0.16 vMB 96
208,991 208,991 000000000000022f80909215397e9f7ced09b2b1b68ba00789c74852cfad4fcd 121 0.05 vMB 48
208,990 208,990 00000000000001c220f3ff8ad646862bcd6bd3583126b71dbd48a29ecac70854 618 0.20 vMB 243
208,989 208,989 000000000000042bc60fe81a872a5d4649ccffaea5faf19f0de9ba1f61394fa7 135 0.05 vMB 272
208,988 208,988 00000000000001f3e31ebec5bea9bc2143de6a67cc16a17881e461c66a14e0e8 117 0.05 vMB 49
208,987 208,987 000000000000018c0b80ddcbefeb877b95b1335debe7fff7eeea93bd590a372a 61 0.04 vMB 91
208,986 208,986 000000000000011cd26550b5718fb85fa1f73a643af892f2a32e38ae69f9892b 18 0.01 vMB 162
208,985 208,985 000000000000037ef910428c16726d3c68e65c9b8d2df2949380bf98857c6153 9 0.00 vMB 0
208,984 208,984 0000000000000162c3ab06b2c0ebbc2c0779df7f296da0986a3be711b0264b8c 111 0.06 vMB 108
208,983 208,983 0000000000000084023e0f4a2b30496de7627f5354ea0c658b434c1d660eeb35 404 0.18 vMB 140
Previous 10 blocks ↓
Total Size: 779.59 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: 290.55 GB
    • Received: 1.18 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.