Loading Tool

Explorer IconExplorer

Memory Pool

82,638 transactions
30.71 vMB
0.08520594 BTC
Random Selection Loading Transactions
Max Size: 185.30/200 MB

Candidate Block

Mining Attempt 8b4064c0a220c1fc57f949adb47e055f447207736aad43710d5dec7e4bd04b5d
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root c2967ef9098cb39169b8706d6ffa27fc14a74c6891b0702092421098cd3aa149
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,500
Size: 1.00 vMB
Total Fees: 0.02015154 BTC
Feerates: 73.20 > 2.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (793,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,798 121,798 00000000000032c9a1f99f4b43c190f9e37ac92224f5556fb8d0e0c53907c9ab 11 0.00/1.00 vMB 0
121,797 121,797 0000000000003237c7b06dcffbb75072741ef138274e12558ee098d34fd25217 11 0.00/1.00 vMB 306
121,796 121,796 0000000000003ea7bcd3676391d9218db04fe15c55a2e3dcde0ea1106927b21c 24 0.01/1.00 vMB 840
121,795 121,795 0000000000007baeb17d4648ee750c66299e4556398f5e3cc584161b74649a94 71 0.02/1.00 vMB 856
121,794 121,794 00000000000063e2b25d60a1d3ef0cb6a43be30c2bd5ae01adb9676543784407 7 0.00/1.00 vMB 299
121,793 121,793 00000000000026e84b4d2e4970b664d6214cedf581d326739d64fce8a31b00b6 11 0.00/1.00 vMB 0
121,792 121,792 0000000000002d64f1bf1f24ec46684081e731aa7e46b89875757f39827e7820 13 0.00/1.00 vMB 0
121,791 121,791 00000000000082ef37e8ca3c1e4e48beae1869144b36146817167a4d9ee87e3c 6 0.00/1.00 vMB 0
121,790 121,790 00000000000015c5dd483d2f63520024c45f27a640e97967d75bfc34afc25eaa 15 0.00/1.00 vMB 747
121,789 121,789 0000000000007b9298b2bf53de2ae0a4cfa2cc5e288f1cf8e54c4c9d1529b023 12 0.00/1.00 vMB 0
121,788 121,788 00000000000041cb4e1ed92477ff2ac445f79edf05a1ff32558949dc3f2d02e8 9 0.00/1.00 vMB 0
121,787 121,787 00000000000011dc79802be21c694f0f36c4f2c74362917654407e501ad247d4 20 0.01/1.00 vMB 729
121,786 121,786 000000000000938a8b9b0dbb40f6effffe9f07b51091684e68f25bc01ff43e9a 37 0.01/1.00 vMB 2,690
121,785 121,785 00000000000063b5b5d9666c054cc1643da8e4a545f0a48ac74208d8177e3fd9 11 0.00/1.00 vMB 309
121,784 121,784 0000000000007d28378ffa78a4283f19e7e37b2d3a715405d70083f5a2d75246 11 0.00/1.00 vMB 0
121,783 121,783 000000000000105ba745ce6e1b8e1059f194be3ece16b515d78c3f50eaf5566d 22 0.01/1.00 vMB 250
121,782 121,782 0000000000005652fc7ce79daf618b2a351d63f2c16f1759f39faaa2ab70e6e5 5 0.00/1.00 vMB 1,185
121,781 121,781 00000000000069dfc1ff73048d1d0a69bcfb26fa135f574d7bffc06b4b5bbd90 8 0.00/1.00 vMB 666
121,780 121,780 00000000000059d00ba78a1ce2f29a74d596da559d0245a57b02d1f8412ce065 9 0.00/1.00 vMB 304
121,779 121,779 0000000000003e55eb14337377c3e8fdb5d2449401c0806e78e78c2af67f3f69 21 0.01/1.00 vMB 295
121,778 121,778 00000000000033c298380aadef32ae8b2954a88669fedf2675e13da6bd76260b 7 0.00/1.00 vMB 289
Previous 10 blocks ↓
Total Size: 782.34 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: 661.55 GB
    • Received: 14.81 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.