Loading Tool

Explorer IconExplorer

Memory Pool

86,790 transactions
32.24 vMB
0.11203578 BTC
Random Selection Loading Transactions
Max Size: 195.94/200 MB

Candidate Block

Mining Attempt 38d00e25b3c448768ab03c31472af0db023714f89f68c97b52f38d28239c0f3f
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 6e971ba8b168d1648766fbb8381b9bbb1ad0a340c34c72218e3619afdb44d777
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,671
Size: 1.00 vMB
Total Fees: 0.02605457 BTC
Feerates: 301.68 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (138,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,679 776,679 0000000000000000000021bb823d8518bfa49c6f16bce1545c4977eb829238a9 3,789 1.00/1.00 vMB 25
776,678 776,678 00000000000000000003bd77fbe5a928b5c224ed21512d00a638465c5265b9cd 1,905 1.00/1.00 vMB 26
776,677 776,677 00000000000000000001fb315b6c16629eead38c1fdd16851afcbd182aebaf27 3,435 1.00/1.00 vMB 37
776,676 776,676 00000000000000000002bcda4d6301d9cdd84bfeb46a82adf84d51c2e50d99f8 3,306 1.00/1.00 vMB 29
776,675 776,675 00000000000000000003c5183121ef1dd7ea4af0d9267e0b35a55adad0a6ae22 2,991 1.00/1.00 vMB 21
776,674 776,674 000000000000000000053df7328bee644886cdc9d97d21941fc52e46ca54e1f1 2,850 1.00/1.00 vMB 27
776,673 776,673 00000000000000000000d70c63ef384382d6f38860b0bcb5b57d6f846bb22add 3,357 1.00/1.00 vMB 34
776,672 776,672 000000000000000000025cd1c3e38d554671a6be28b29e14fffa6b52e908603f 3,712 1.00/1.00 vMB 34
776,671 776,671 000000000000000000067e89fdf7486e37a6a4401e08fab1c9597bdf61638b79 2,449 1.00/1.00 vMB 25
776,670 776,670 00000000000000000006841c62bbc17998a2bd77663d528439c5437fb4208049 3,711 1.00/1.00 vMB 41
776,669 776,669 000000000000000000032d0abff947aa58fc146c4bc3d65e7de63a16dcb90d06 1,229 1.00/1.00 vMB 11
776,668 776,668 00000000000000000004d73b16fb762ebd1fa41caa0a70b0f373f6ea56af5903 215 1.00/1.00 vMB 4
776,667 776,667 00000000000000000005aa3202cae0bebcc33d2607fc3ac42fa3907165d1eaa9 711 1.00/1.00 vMB 5
776,666 776,666 00000000000000000003d9c7c580c42b807d87b84b83c2eaeb52583b1983ef8e 2,517 1.00/1.00 vMB 18
776,665 776,665 00000000000000000003fc40f357b1932d4d5c169ec272b44d48e020d44571e3 3,214 1.00/1.00 vMB 26
776,664 776,664 00000000000000000002ea5bab928c4385e3ae5feb62dc45905f29ede79fbc4e 2,295 1.00/1.00 vMB 16
776,663 776,663 00000000000000000006b9f404de571583ea064428d24b8ee12bc4552311d853 1,444 1.00/1.00 vMB 11
776,662 776,662 00000000000000000004278fe96b60126bd00d443fffefac6a631b4fb6999dac 2,994 1.00/1.00 vMB 19
776,661 776,661 00000000000000000003c2d2770682a65f5d4125c5d7b3720f52ee2310a41bd7 3,285 1.00/1.00 vMB 25
776,660 776,660 0000000000000000000418c6f138df9a2280a69bc9e13fce5d519fd610da3983 2,983 1.00/1.00 vMB 38
776,659 776,659 000000000000000000069a4b6c8b25c8c8010148c19070863c65f0adf1015159 1,826 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.02 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: 719.44 GB
    • Received: 18.06 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.