Loading Tool

Explorer IconExplorer

Memory Pool

38,707 transactions
28.43 vMB
0.07084355 BTC
Random Selection Loading Transactions
Max Size: 144.30/200 MB

Candidate Block

Mining Attempt e5b13273fcad15cac611449b809b25f8c59f7c4aa6efcf9b77b7db571ee9b092
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 4c9efe512533efd45eb9fe15ba67ca5998014fcbe128024877efe778a4056842
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,043
Size: 1.00 vMB
Total Fees: 0.01609765 BTC
Feerates: 150.61 > 1.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (234,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,192 680,192 000000000000000000043efb0d0727adf1c4bdc5a286ab505d083ce2e04d32e2 2,338 1.00/1.00 vMB 208
680,191 680,191 0000000000000000000183bf3f8e982fb768033406768155168ec2c76fd89436 1,722 1.00/1.00 vMB 185
680,190 680,190 00000000000000000002ed8838c50f835b45dfe7ce3f9f754717a536f6dd5a60 1,251 1.00/1.00 vMB 204
680,189 680,189 00000000000000000003292de945168aba3ca1f24257cb00aea64a6670ab86c1 1,665 1.00/1.00 vMB 269
680,188 680,188 000000000000000000093712db6ca5b7a78bf25da194b8e0777fbcc57bc8b60d 1,898 1.00/1.00 vMB 164
680,187 680,187 00000000000000000002d98309adc9131c386350752401e83b6b7e7e56d7afca 1,483 1.00/1.00 vMB 149
680,186 680,186 00000000000000000005a93d23af130c33566c2298021d99b35e4faed5a2dc6a 1,520 1.00/1.00 vMB 127
680,185 680,185 0000000000000000000220603a61ceca02fcac1c1575b73000a0c1f2f9d8ec10 1,104 1.00/1.00 vMB 135
680,184 680,184 0000000000000000000b8e15ce77c302894e87767eff57930741e794c1edb6a4 919 1.00/1.00 vMB 111
680,183 680,183 000000000000000000009b4d293b7c1aea1e347eb4f3e241572bf366d5511070 1,108 1.00/1.00 vMB 157
680,182 680,182 000000000000000000004ecc467789638b8968632444974416ace23aa53c305b 734 1.00/1.00 vMB 122
680,181 680,181 00000000000000000005c33f0aa8c0bebd07740a3691d5d8ec8010284a6cd28c 2,284 1.00/1.00 vMB 232
680,180 680,180 0000000000000000000a5c2be2d51307827bce4399cfacb5f61d5d3c249a37cd 1,276 1.00/1.00 vMB 167
680,179 680,179 000000000000000000003503d5c852b8132dc6c07d8cd9017ff3939e8e4d8163 1,487 1.00/1.00 vMB 142
680,178 680,178 00000000000000000008014e00a4e459dfd890d2e2c532ae8b5028ceb55c5764 2,312 1.00/1.00 vMB 181
680,177 680,177 00000000000000000009c36c725e7fec1849210d9d9c203c8f45b42c79f3e33b 2,330 1.00/1.00 vMB 254
680,176 680,176 0000000000000000000688116f6a788a9e3ca899f7322e0c8aa870dafe0f889f 668 1.00/1.00 vMB 275
680,175 680,175 00000000000000000004dbd66fa71fdcd62658bf8c8e2e153521257ad5858c71 1,702 1.00/1.00 vMB 289
680,174 680,174 00000000000000000008465bf3145011298dddb04f026e077d8deb5b9ac5cf7f 2,566 1.00/1.00 vMB 233
680,173 680,173 0000000000000000000bdf4915075fa3f4bc338783adc4318b9174dc0b091f48 2,401 1.00/1.00 vMB 179
680,172 680,172 000000000000000000082e99ea00e7e6210ecdd7e5ae218a4c98340ccc4bf959 2,375 1.00/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 781.68 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: 628.35 GB
    • Received: 11.79 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.