Loading Tool

Explorer IconExplorer

Memory Pool

36,485 transactions
34.21 vMB
0.09975245 BTC
Random Selection Loading Transactions
Max Size: 166.19/200 MB

Candidate Block

Mining Attempt 59abb6ac0c59040c2d5a256bc33280d0c6d8ab29802dc63c1c0bd9fd4abe5c01
Version 20000000
Previous Block 00000000000000000000541a218fa33c128bd54ce07f3bbff46be6b47fa185e7
Merkle Root 5eee863102622831663707a9008e3c3bb6a9d8b08a34e6aef1a041840dfb0cc5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,361
Size: 1.00 vMB
Total Fees: 0.02727135 BTC
Feerates: 265.25 > 2.73 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,316 (873,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,263 41,263 000000005780cc56d46cd580803ec6f56b33dc0402b8523202bd8682e3e3cae1 1 0.00/1.00 vMB 0
41,262 41,262 000000005636cbcd897d90bcd08c0304d5e682eb25851bf5510895b0ecee9d45 1 0.00/1.00 vMB 0
41,261 41,261 000000003115c6ea72dc1bc565f78f06596e714e631f0f5bb5d9f638e2646975 1 0.00/1.00 vMB 0
41,260 41,260 00000000258329a0ee4fd3e8248175cbc4bb8f308d00b0237633607e3d3f91c0 1 0.00/1.00 vMB 0
41,259 41,259 000000006434dbe4219ab80644d0f2217d82100963015c5ac9246723662e2942 1 0.00/1.00 vMB 0
41,258 41,258 00000000247d2e39c1ab15465f79f72ea19f0e8e6999d7dbb150244d24a5899c 1 0.00/1.00 vMB 0
41,257 41,257 0000000050567a952180eb2a9ac65277605ecc9e6eec5933af850f2e6efde194 1 0.00/1.00 vMB 0
41,256 41,256 0000000014da71b0717585b7e72061980e3603bba677962218c106371d734341 2 0.00/1.00 vMB 0
41,255 41,255 0000000021f69682655efc92b49524783dc64a8e490486cb2afd99d11b24f86e 1 0.00/1.00 vMB 0
41,254 41,254 000000000e511b6806a2cf08fa8be58f7f5f57718165ac9dcf2173fd795bd9ee 2 0.00/1.00 vMB 0
41,253 41,253 000000004e81ccdf379fb929d62aaebc4f28cc7d8e27ab0e724e578b2aca481b 1 0.00/1.00 vMB 0
41,252 41,252 0000000023e1c39178ec2daa570026883f384063f34f5223123359215ebb8dbe 1 0.00/1.00 vMB 0
41,251 41,251 0000000019f8bfbc70282630ad445079d390f9635d68c3135eed9c3ca2c7d5fa 1 0.00/1.00 vMB 0
41,250 41,250 00000000077430b0b36600059b7275c4847ddf109632df321eadb13f4f238c19 1 0.00/1.00 vMB 0
41,249 41,249 000000001edded3305229ae3b682fc97db93925b8e993be0762b7a82027e3521 1 0.00/1.00 vMB 0
41,248 41,248 000000001dd2dc2c9ebcb1ba5cfe140bfbcb1a857d168724e125301a7b79c16a 1 0.00/1.00 vMB 0
41,247 41,247 0000000053e34f7fada646c22abb67c0efee4a617dadf319017954ad5bba8818 1 0.00/1.00 vMB 0
41,246 41,246 000000004493356248e2ea086a5f8e88b0ff22989a30da52bbefdc1bf1d07444 1 0.00/1.00 vMB 0
41,245 41,245 000000001642401b7adece3a0c6a1cb65956223e7de763a64a3235633eaa8e8d 1 0.00/1.00 vMB 0
41,244 41,244 00000000369ebff6fe07f5f8512a309bafc8d70ff5fe48cbc25bf534cbc4b17f 1 0.00/1.00 vMB 0
41,243 41,243 0000000041d8060354f65517702dac1e4ab0da24ad61790ed4065413eb38da4c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.16 GB

Node Details:

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