Loading Tool

Explorer IconExplorer

Memory Pool

84,600 transactions
31.77 vMB
0.18964270 BTC
Random Selection Loading Transactions
Max Size: 189.79/200 MB

Candidate Block

Mining Attempt ed6e662f3d0436a9410a0814f0a427012f7c3b722d205532f8d57b6a5bcee0a2
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 19de6eb48e7c207b06e410e77ee5f6af09a022a8383366d3c8a96a9707f62184
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.08153378 BTC
Feerates: 101.65 > 8.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (410,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
504,269 504,269 000000000000000000205d36412695c50cf8d19b2b31dced3459789de23e0eae 2,734 1.00/1.00 vMB 475
504,268 504,268 000000000000000000303f8256c735ed791dcf679862fcaf8c6136f187895b48 1,720 1.00/1.00 vMB 386
504,267 504,267 00000000000000000036fa391880f29cf5f347ef453225e5bd595b5a6e48f34a 2,923 1.00/1.00 vMB 427
504,266 504,266 000000000000000000171f6bdeb8a06564ae756d253e1aa902bc3e4528164080 3,126 1.00/1.00 vMB 458
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.