Loading Tool

Explorer IconExplorer

Memory Pool

73,470 transactions
27.18 vMB
0.06138077 BTC
Random Selection Loading Transactions
Max Size: 166.05/200 MB

Candidate Block

Mining Attempt d1ae3c29a24f2df01691f6bbd6af3838db078fa75b27203dc640b2ede24f6aff
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 640b582f70a9633bbf044d2753ff789ff2e34823cd184b3a669d4a1de4bc314f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.00376293 BTC
Feerates: 20.10 > 0.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (88,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,195 827,195 000000000000000000009dfa02fc041c1cd374899b0fef1c53bb69a0c926686c 2,770 1.00/1.00 vMB 48
827,194 827,194 00000000000000000000b97aa2ec2d25ab7525377e68cd26c6c7fc93fedb1a40 2,130 1.00/1.00 vMB 33
827,193 827,193 00000000000000000000b5f97dd1996a0832d8eac57b73cce79a675e159b4310 3,116 1.00/1.00 vMB 31
827,192 827,192 00000000000000000001d00684ac7b148fe4de7c1832962fec68b65077e979d9 3,493 1.00/1.00 vMB 43
827,191 827,191 00000000000000000002ca63f9e9f62839588520c5ea1c887f1a609bf47df021 2,432 1.00/1.00 vMB 31
827,190 827,190 00000000000000000001a33053b44a8442ca2f25b6b80ec14096daf181218700 694 1.00/1.00 vMB 30
827,189 827,189 00000000000000000001be15f4046ca2dad0a2042025bf73301f7b1c1b70f2a8 2,759 1.00/1.00 vMB 41
827,188 827,188 00000000000000000001717d26ebb9047fb79858fbf1859d123d21bd91279985 2,089 1.00/1.00 vMB 36
827,187 827,187 000000000000000000031ce5bc392e9ad7dcc4ae83e41d61ecb493e0df3ce2b3 1,675 1.00/1.00 vMB 33
827,186 827,186 000000000000000000006abbe606d1d39bbf4985462b31dcabc66371ece759d8 2,594 1.00/1.00 vMB 51
827,185 827,185 000000000000000000035077945e29ec2afb495315fd88e06f5c863d4ee0b7b6 1,201 1.00/1.00 vMB 35
827,184 827,184 0000000000000000000323f182d9123193faf121707ebd3e52326f9c75e43a1d 2,532 1.00/1.00 vMB 48
827,183 827,183 000000000000000000025eb43aec302636839046a5b2a5ea80de1574d3a14354 2,763 1.00/1.00 vMB 52
827,182 827,182 00000000000000000003d0627077894ac68f4b5ad028669703eef5e75d0e4671 2,915 1.00/1.00 vMB 57
827,181 827,181 0000000000000000000093f32da7c9d147f8720435acbfe84c004a7a45af8ab2 2,249 1.00/1.00 vMB 40
827,180 827,180 0000000000000000000396a02f3aa57382f0d07ead8c34fad0c1a7d3b24eaf4e 3,147 1.00/1.00 vMB 70
827,179 827,179 00000000000000000003f2406e062e68a820cb0117fbff7f7249390976be3d31 2,294 1.00/1.00 vMB 37
827,178 827,178 00000000000000000003068361ac9836bb2cf5948452eb2b076f054afd862a49 3,189 1.00/1.00 vMB 39
827,177 827,177 00000000000000000000ef3f4a05be529f9da1a1919e127c076eaa809f1e1e76 3,012 1.00/1.00 vMB 39
827,176 827,176 000000000000000000015a6945966300b6d780e03e524e5033e6d5173d5ba665 3,140 1.00/1.00 vMB 56
827,175 827,175 0000000000000000000068a01c98e0e3a3d28d7033b75998885ab622d26d115c 3,309 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.84 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: 712.05 GB
    • Received: 17.16 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.