Loading Tool

Explorer IconExplorer

Memory Pool

78,574 transactions
29.33 vMB
0.08362136 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt b7807d4282373569266bfb427915c1f166dafdb84c34dd68d5683113865a8301
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d02f47efaa8d6efb3da3b5d94c67b24b34ffe370eaab9284835f8df4699652a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.02187864 BTC
Feerates: 95.73 > 2.19 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (410,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,290 504,290 00000000000000000039b9c91fa16fef5b6b6696938d4a03fac7ecd5bd46066d 1,917 1.00/1.00 vMB 459
504,289 504,289 00000000000000000076dbfe151c8f0a8744f06a04acdccc270ad69763fd62f2 1,615 1.00/1.00 vMB 233
504,288 504,288 00000000000000000046cf66028f479f6c1bad31511f2bef8e7741e2e6ccd145 1,640 1.00/1.00 vMB 306
504,287 504,287 0000000000000000002d174b8749cfbbb41c6e64f11a503ce9813ac3b82bd33c 2,434 1.00/1.00 vMB 458
504,286 504,286 00000000000000000044f29866c8bb11c3a062abcacacfc74929b42176ce36b6 1,842 1.00/1.00 vMB 407
504,285 504,285 000000000000000000379cb9d69187ce3bfc59d82adceebec9166097a7cf3de2 1,764 1.00/1.00 vMB 436
504,284 504,284 0000000000000000007512a6fe5ce44292094853df41a151f5d37e21486dbd57 1,756 1.00/1.00 vMB 429
504,283 504,283 00000000000000000047e95e15c9c179353c4032e44faafb51611f74875862e8 2,041 1.00/1.00 vMB 456
504,282 504,282 00000000000000000035e78d50034f5264c2d71524effdc6dd27d7ce6d907a9f 2,483 1.00/1.00 vMB 468
504,281 504,281 0000000000000000001f4ec074e3c11d1c2985295830589b68405f033de89412 2,050 1.00/1.00 vMB 295
504,280 504,280 0000000000000000006adde9ec56d10ea1e2f6953c832de930aef37eb7d21150 1,619 1.00/1.00 vMB 458
504,279 504,279 0000000000000000006cb361b27a98bc5392342460610add62c36f764156a7ee 2,001 1.00/1.00 vMB 247
504,278 504,278 0000000000000000003ceb929e18f38593619c5c4b8cc28101887f58ce8192e6 1,403 1.00/1.00 vMB 345
504,277 504,277 0000000000000000005897a6c1752fd65c2f996108b2b92adb9540545f8fd9a9 1,591 1.00/1.00 vMB 378
504,276 504,276 0000000000000000006cdc9f681e5fb3c11484804c7b1d2e2e889c61b8bfb195 2,344 1.00/1.00 vMB 427
504,275 504,275 0000000000000000002d80e42b275bb1d7f373ca3aa983cb278ec51ff4b8958b 2,570 1.00/1.00 vMB 422
504,274 504,274 0000000000000000002f8be615a536e32e1485b35868d807b5e644461b9f4a95 2,309 1.00/1.00 vMB 476
504,273 504,273 00000000000000000014f76190a853019fca99d27f05aefdd3fa57bc33702812 2,696 1.00/1.00 vMB 442
504,272 504,272 0000000000000000005b364d1062e27d0e4a86c78ea0b128f24a57cd1df081ca 1,690 1.00/1.00 vMB 393
504,271 504,271 00000000000000000019a7be23cbfaa218ea0fecb1ca66a864ad6050e5c36f8f 1,420 1.00/1.00 vMB 360
504,270 504,270 0000000000000000001a8dadb2bc3f0b0f4872dedf45bd8b49ecc93941b13fa1 1,584 1.00/1.00 vMB 402
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.83 GB
    • Received: 16.43 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.