Loading Tool

Explorer IconExplorer

Memory Pool

43,633 transactions
27.05 vMB
0.08297337 BTC
Random Selection Loading Transactions
Max Size: 141.57/200 MB

Candidate Block

Mining Attempt a62bc4c5aa9655772c13419b556a6e7f7a62dcd9fe08570a8206cfe07a75e360
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 80da28a08f4fbb89ca0bda7ca4e29f9b02b3e2aafc7f043e9c9ab9e7700fe52e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,141
Size: 1.00 vMB
Total Fees: 0.03137273 BTC
Feerates: 150.93 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (361,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,400 553,400 0000000000000000001dab769eb36221fef8aca68358d1a646b2dfe1c3ad6074 1,724 1.00/1.00 vMB 16
553,399 553,399 00000000000000000012ab6959a60c5136095cc4006537e041cfd6beda49a148 2,757 1.00/1.00 vMB 26
553,398 553,398 00000000000000000019aaeec24a518711366f00128ae67c04089d06ba6f4b8c 2,759 1.00/1.00 vMB 31
553,397 553,397 000000000000000000083d011f0871dc5bf6b6793e5eaf98ee4bcf73ad2485fd 139 1.00/1.00 vMB 11
553,396 553,396 0000000000000000001b45e78ed4508e0ef7da41900622d1e372450157c89c5e 1,471 0.97/1.00 vMB 19
553,395 553,395 000000000000000000315c8f00a924dd8c96a6fe2013627c8d22022b2dea537a 2,307 1.00/1.00 vMB 22
553,394 553,394 0000000000000000002523785a5a3a0f4a04536baf589f9c5fbf2b6273daf62b 2,996 1.00/1.00 vMB 15
553,393 553,393 0000000000000000000a2155193300e9a334db7890ecf5cd488c9d6be120ef12 2,578 1.00/1.00 vMB 47
553,392 553,392 000000000000000000296776e029f7f080f7fb5a6add661fa2833dee72e3ab5f 1,500 1.00/1.00 vMB 20
553,391 553,391 00000000000000000012dda1774280e208cc2ab7314bd4da7ade663a28d6ba6f 2,465 1.00/1.00 vMB 27
553,390 553,390 000000000000000000090529e589cd0139cba740ef7a824b0e6735d70ed8c121 1,855 1.00/1.00 vMB 12
553,389 553,389 0000000000000000001b3ae86e2abe35285f51aee4e4600b52510549865d252c 1,595 1.00/1.00 vMB 22
553,388 553,388 0000000000000000000c8ba2b7c29ef995d51d60650016b53c920a73c707d101 2,244 1.00/1.00 vMB 9
553,387 553,387 0000000000000000002908718773661c499452ba41d91da648e1a1122b04fcb1 1,782 1.00/1.00 vMB 16
553,386 553,386 0000000000000000001b94e6a4dcf6291178be4a4726b9a3ba55ac75a348bf81 699 1.00/1.00 vMB 12
553,385 553,385 000000000000000000280e1a94ba23b4dc3e6aa4372a6ded27631b3950d6eef0 2,677 1.00/1.00 vMB 37
553,384 553,384 0000000000000000002151705a31aca16178b5e2f3bb830bb244072c8fdc4d3e 1,149 0.55/1.00 vMB 15
553,383 553,383 0000000000000000002114c4bdf160ae027305108d70254a94811cb95fcd4766 1,129 0.53/1.00 vMB 11
553,382 553,382 000000000000000000162df90fa84a976f3009ba4eb34ee76325397b0e223215 713 0.46/1.00 vMB 5
553,381 553,381 0000000000000000002e57767a22dc10c7e49117a0a15c02a88f0e9f91c18550 2,231 1.00/1.00 vMB 18
553,380 553,380 0000000000000000002299e95baaf105ad1d96d5e0ac1d69251b376855d51009 1,150 0.88/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.