Loading Tool

Explorer IconExplorer

Memory Pool

81,930 transactions
31.26 vMB
0.10008227 BTC
Random Selection Loading Transactions
Max Size: 189.21/200 MB

Candidate Block

Mining Attempt 3e115060570d677e2a9397baf36e4335810d90802da3f645a01d93888f45e270
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 98a093c8bf77409f69920c28c833d5cd9936fc112c963d4527f0bb2adc73ad89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,025
Size: 1.00 vMB
Total Fees: 0.03110119 BTC
Feerates: 150.75 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (262,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,741 652,741 0000000000000000000de7334b632e2e183e78b5c04650f506d46f511bf4e3eb 2,910 1.00/1.00 vMB 78
652,740 652,740 00000000000000000003fc5f254f3d6846e46f62070c0635d483d2322ac8be57 2,797 1.00/1.00 vMB 41
652,739 652,739 0000000000000000000aee0e991cccd47969c3b7798c51f9793335bd144efdc1 2,728 1.00/1.00 vMB 61
652,738 652,738 0000000000000000000e19e9e96f56cef682fd2bd0a391dc0036912c0af7ad56 2,421 1.00/1.00 vMB 95
652,737 652,737 00000000000000000002a3b8724308c7dccc1adecd77040ad7beb2aca9d63f60 2,288 1.00/1.00 vMB 91
652,736 652,736 000000000000000000045062209eefd2f7d93717608d4b9c66a69291d4829d9d 3,030 1.00/1.00 vMB 72
652,735 652,735 00000000000000000003147ba06c2d3d7809e5ec2afab9066b32937e96fa89ce 2,994 1.00/1.00 vMB 76
652,734 652,734 0000000000000000000695dad8b83b47845bbe406ab70e4fcca51cddc1b406ae 2,987 1.00/1.00 vMB 96
652,733 652,733 0000000000000000000252b9470302076912b06b4effdb05a922ff50c23c3b94 3,042 1.00/1.00 vMB 66
652,732 652,732 0000000000000000000395428cd74d6e3d5bfd0f18a43c6f52b6804f0af89d4b 2,890 1.00/1.00 vMB 72
652,731 652,731 000000000000000000025cdf2bf8d0dcc8b82d2c50ab4a06f904d7adf4839901 2,336 1.00/1.00 vMB 78
652,730 652,730 0000000000000000000ae03a4855017c228f9a359a9eeecf77ede92478114dea 2,715 1.00/1.00 vMB 56
652,729 652,729 00000000000000000005ca1ba7972fb53341d4d1e235949c07ae072a5fa32b5e 2,666 1.00/1.00 vMB 90
652,728 652,728 00000000000000000002b24f595f846b6cdf558f2649e249c35cf36d30097fd7 2,082 1.00/1.00 vMB 61
652,727 652,727 0000000000000000000e0255bf91168131f303c1033767aaef424ba685c533ab 2,284 1.00/1.00 vMB 61
652,726 652,726 00000000000000000006e57c6689e5f393d3ad748ae5f36b9ec23f42935eb66d 2,430 1.00/1.00 vMB 69
652,725 652,725 00000000000000000007582f92f397faad3da2926ad63180b60a90868d1823b7 2,696 1.00/1.00 vMB 81
652,724 652,724 000000000000000000081f248e1e8d534484caedd7de029ef32b76573c707e1b 1,270 1.00/1.00 vMB 67
652,723 652,723 00000000000000000002d4bb34637da97a498f343e5b8edd1e4e47670b66551f 1,816 1.00/1.00 vMB 86
652,722 652,722 00000000000000000008abee12ac35c76b93958362cb78e7d076afaefa93b202 2,795 1.00/1.00 vMB 85
652,721 652,721 000000000000000000071f38408ffcc7c97c07fdcf76706ecd95a7dd2e104cf3 2,603 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.71 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: 699.69 GB
    • Received: 16.60 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.