Loading Tool

Explorer IconExplorer

Memory Pool

74,950 transactions
20.30 vMB
0.04914521 BTC
Random Selection Loading Transactions
Max Size: 136.84/200 MB

Candidate Block

Mining Attempt 0586a1b487767efb915d908a9294dc21fb8b1e9eb69a87423ac3e3fb20830dae
Version 20000000
Previous Block 00000000000000000001ec54eb6b028aceaf3d43a246dd6a23a3c7fdbd6c36a9
Merkle Root e0c2e952344dd24cfd846ce8f4a55978a3d28e38be395d574686ddd7269714e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,183
Size: 1.00 vMB
Total Fees: 0.00493962 BTC
Feerates: 150.67 > 0.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,017 (813,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,160 102,160 000000000001638bfeb5b5b13bf6b085b042c92e1fe2e01d6d1f738dc90f97ee 2 0.00/1.00 vMB 0
102,159 102,159 00000000000157e0d6510991d0e82aad721dcaf0b21fed11f056d86030563d3d 3 0.00/1.00 vMB 0
102,158 102,158 000000000002e0a92f4122c49d30db5c4ebd0f133ec8e3a5ff6d3bd426e42e9d 1 0.00/1.00 vMB 0
102,157 102,157 000000000001da91221a0b06b785986549c5426dcbb890d70264c1641fa0506c 4 0.00/1.00 vMB 0
102,156 102,156 000000000001aad4adbfa2710bc7afbfd2f219571f334b6867adefc2ace596e3 4 0.00/1.00 vMB 0
102,155 102,155 0000000000024443da2a312df45c684f7e923b61e139210a48423ec93fd26a35 8 0.00/1.00 vMB 0
102,154 102,154 0000000000030e10f11b14f82bb759f0cb28644d45a9eef3ec8b9a7d499c5c69 4 0.00/1.00 vMB 0
102,153 102,153 0000000000030658ba38fa9d565820f97a86e036067c9b2e1d10bf83b4224449 6 0.00/1.00 vMB 0
102,152 102,152 000000000000e0bfcf3e91e6e0ad3fd3b67a10592b07a59ae0ea78227fe65c6d 5 0.00/1.00 vMB 0
102,151 102,151 000000000000fdbdab9a3ec8a9b6875364031486fbcdc9f195323528cadcbc0f 1 0.00/1.00 vMB 0
102,150 102,150 0000000000033f1c2a4993590c1d80a31782511bf6c6d0bd8b24628a9daa34ab 21 0.01/1.00 vMB 0
102,149 102,149 000000000000cb5d387ba4a8b51e81956b4e22467fb862f78c870bceb9542f7b 14 0.00/1.00 vMB 0
102,148 102,148 000000000000b135c28086a2526b46a90a91064aac1b4e867a9a5ee041644311 12 0.00/1.00 vMB 0
102,147 102,147 000000000002ba1b24ef880f37a13d7f9a98dba549f6dd95f03f43dda9092aaf 11 0.00/1.00 vMB 0
102,146 102,146 0000000000039184439c77e06c712f97ac49771933503597f9065d27a55b0149 13 0.00/1.00 vMB 0
102,145 102,145 000000000000a2ce3aa296b54d22de8b2eacae4f4cd9e27a8b36813e79473ee1 12 0.00/1.00 vMB 0
102,144 102,144 00000000000052f775f9d07908272c634f959095fba228765920aa022d56e129 8 0.00/1.00 vMB 0
102,143 102,143 000000000001dac7fa6633456e2e388373606128c5c78b2aa635a368e8b3d30c 14 0.00/1.00 vMB 0
102,142 102,142 000000000002a54fba7ada4f5fd09a865cdcd4206d68e45a2e04c2fa721c0d47 13 0.00/1.00 vMB 0
102,141 102,141 000000000002546206488c8190e936b582e3de592fe1594a1082178ea3d53d43 13 0.00/1.00 vMB 0
102,140 102,140 000000000003cf14c4e9a833b7d38346544a5b774b11a5b35c27a8bd51973e7c 14 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.15 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: 810.48 GB
    • Received: 23.39 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.