Loading Tool

Explorer IconExplorer

Memory Pool

78,039 transactions
29.04 vMB
0.07948775 BTC
Random Selection Loading Transactions
Max Size: 175.71/200 MB

Candidate Block

Mining Attempt 471dec6b897a6c112fc6171b51304fbe180d8222f41954ac37a7003aa3215ee9
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 191ae7852db61714dd6aef7ea857e2f1f5605e1044149006a78dc63395e01680
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,956
Size: 1.00 vMB
Total Fees: 0.01890450 BTC
Feerates: 178.73 > 1.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (213,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,921 701,921 0000000000000000000b15d54e7f7b2a0e0ace32601c743c5d244376f49d4e5c 2,798 1.00/1.00 vMB 12
701,920 701,920 0000000000000000000c3281cdeebe3280a2308f8a11cb611e372c262ae48742 1,560 0.57/1.00 vMB 11
701,919 701,919 00000000000000000000077a38a77cf31e26822ae3c664dcc91ba620130571ac 2,898 1.00/1.00 vMB 11
701,918 701,918 000000000000000000073dd35ac3b91493813cda7810efcc74f3a39c591637ae 2,350 1.00/1.00 vMB 37
701,917 701,917 000000000000000000034bb8180488e6ab64a8f4342ad1d11f3a6fada8f4e1eb 2,280 0.95/1.00 vMB 14
701,916 701,916 0000000000000000000a93bb2b6e28578cffe64aa1dfc97365153d01c4af862d 2,630 1.00/1.00 vMB 16
701,915 701,915 00000000000000000004d661191a7e0cfc0e3e9f99d514b19b9f2a13429271c0 1,720 1.00/1.00 vMB 12
701,914 701,914 0000000000000000000942f95782980509ed91fd189ed0ad3f11e39a556359a4 3,320 1.00/1.00 vMB 10
701,913 701,913 0000000000000000000580683f0ab29680a7cad620c5c70fd9ed44180fcf9b29 2,486 1.00/1.00 vMB 46
701,912 701,912 00000000000000000006d9bf915d46787c09a1cae2c3b17503d84c152072b939 1,488 0.58/1.00 vMB 9
701,911 701,911 00000000000000000007ec3e39f3b7f7fe6a9f39d950d67cad469677999313db 401 0.13/1.00 vMB 9
701,910 701,910 0000000000000000000c02071220070e76d8d9dae9fad9fec6b2d5584649341d 826 0.35/1.00 vMB 10
701,909 701,909 0000000000000000000d78ad57f107510dd29fa2fb327d3178333d983a8e2738 949 0.39/1.00 vMB 11
701,908 701,908 0000000000000000000a36dd95a6049ac1b6af434bc6645d1bc4fa81ece9fc72 1,515 0.70/1.00 vMB 11
701,907 701,907 00000000000000000008e74def2ce2ce3a39dc8790cc7d14c8ef1ba59f7a9024 2,125 0.81/1.00 vMB 15
701,906 701,906 000000000000000000035ed5624476a812baba1f9111e0ac14cdfbb07a86498c 631 0.29/1.00 vMB 11
701,905 701,905 0000000000000000000cbb3d1d540171c3cbc4a370fa94c7292bd0b0d091dab0 383 0.27/1.00 vMB 5
701,904 701,904 0000000000000000000e5fcd00fd15884ee827f966fec2d17adc76a5a3666f7d 2,684 1.00/1.00 vMB 8
701,903 701,903 0000000000000000000e0f7627b5f5350964455915025e8b8aefbff41a239ca6 521 1.00/1.00 vMB 6
701,902 701,902 0000000000000000000e9920a43e93b36df18c2ed4aa88d94741d35ef8cdd316 2,352 1.00/1.00 vMB 13
701,901 701,901 00000000000000000009c203245ff6a3f613ec2f65cb3784c8c1cfb2a9e76186 1,686 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.68 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: 677.33 GB
    • Received: 16.44 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.