Loading Tool

Explorer IconExplorer

Memory Pool

88,783 transactions
33.69 vMB
0.14250804 BTC
Random Selection Loading Transactions
Max Size: 199.66/200 MB

Candidate Block

Mining Attempt 4da0debef70646f9abd3c620f9e846d2cb50cd730f70faaa36ab55316aafd191
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 957db2449842d5d69c907947e922a66f8179d1fbade26bd44476357643996c6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,313
Size: 1.00 vMB
Total Fees: 0.05757996 BTC
Feerates: 469.97 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (829,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,200 85,200 00000000000de65c171ec4dc1095e872fce17b193fcce3b6f76963aff612de44 1 0.00/1.00 vMB 0
85,199 85,199 00000000002f3d3dba9d38e38c99e648f69957033f3cfcd3eda0fe75874ae90c 2 0.00/1.00 vMB 0
85,198 85,198 00000000001c6d5d6b4d06a54e2671be76bf53bc2da5304c093d2cb2810d42dc 1 0.00/1.00 vMB 0
85,197 85,197 00000000000a42035b531412cbb67a22b4b50847ea1e7a66981bf6c354b92d00 1 0.00/1.00 vMB 0
85,196 85,196 00000000000404bde15345554892285a5568fac9da0afc0418141faf59c201fa 2 0.00/1.00 vMB 0
85,195 85,195 00000000002c9a38aafed2cda62d70bef0bdcda597cd676fecce1a2116318667 1 0.00/1.00 vMB 0
85,194 85,194 00000000000a06008893c7b1dc56d0ce22482a2ab65e9e19e01d5274dacda8df 1 0.00/1.00 vMB 0
85,193 85,193 0000000000177157adee6a7bd3b7c07a5ecbd9e6bed75ed85c0033c0f749c869 1 0.00/1.00 vMB 0
85,192 85,192 000000000004df466343ebd22e484872c20e76de1491ce7e7a2aeb8c143f6cf6 3 0.00/1.00 vMB 0
85,191 85,191 00000000000b59afd60d7adcb8025e9970bdad631598527c8a5ee2d4fd9f3377 3 0.00/1.00 vMB 0
85,190 85,190 00000000001c9497c4dc1303dde75e3e80d35873ef319875a71273d240fe1afd 2 0.00/1.00 vMB 0
85,189 85,189 000000000000614a0a4866b1e909e62f92096eb5589a8368fe288728c62450c0 1 0.00/1.00 vMB 0
85,188 85,188 000000000003f7fa01de410eae1fa367ace2c9d3eea22a4695f8cba902d1f6f6 4 0.00/1.00 vMB 0
85,187 85,187 000000000014749d6cd6de44822c93b33bf056a7e786631da703e3c4564f838d 1 0.00/1.00 vMB 0
85,186 85,186 00000000002cadf41d858eb72bacdb4ac9753ad24b5c515390d30587e2a2fe66 1 0.00/1.00 vMB 0
85,185 85,185 000000000010d049714c02cd54274a0d1f7c5a0448072aaf94d3a511add6e1e1 2 0.00/1.00 vMB 0
85,184 85,184 000000000010d354c5b67a119a200e231ef26323b746c92800272439f9611f45 1 0.00/1.00 vMB 0
85,183 85,183 0000000000227c606309d7ebe5ba20f0c5c13c5b0dccb4644528cdb14e3b5f65 3 0.00/1.00 vMB 0
85,182 85,182 000000000027d541c16132ecedeb2a82eb21196c5586e57ecbf45ddff6479116 1 0.00/1.00 vMB 0
85,181 85,181 000000000009691b98ccf92d99a8c15793e2577169c4a725703e7ad4046d3d96 2 0.00/1.00 vMB 0
85,180 85,180 00000000000ecdfe6dc626ab8ae17aff4ed5e3a5bd746d633be4d51f61fa81dd 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.30 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: 657.96 GB
    • Received: 14.56 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.