Loading Tool

Explorer IconExplorer

Memory Pool

74,057 transactions
20.30 vMB
0.05619283 BTC
Random Selection Loading Transactions
Max Size: 136.15/200 MB

Candidate Block

Mining Attempt a06836eafba264bee044a71017f752f5724b48e36524a4e0ae8183b387e92370
Version 20000000
Previous Block 00000000000000000000497d07ff3460e10ff37edbab9d7cafb89c34db241493
Merkle Root 5a4ca917a98df02bed493f43181df4fa0e8670312a8a8aa7acc73ba95d83ed06
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,311
Size: 1.00 vMB
Total Fees: 0.01182227 BTC
Feerates: 300.83 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,036 (813,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,169 102,169 000000000001f066d192a866ccf2fab48befec1e5b5b9f5f02ef06f87dee69f2 5 0.00/1.00 vMB 0
102,168 102,168 000000000002884a400737d531d970878689ef822b9a8082c27433e27163a197 6 0.00/1.00 vMB 0
102,167 102,167 000000000002c5e9bd8664cc3b21add0572d83b893b58a01fb97ca6ec245a07b 6 0.00/1.00 vMB 0
102,166 102,166 00000000000072624e6c7a89cddc4c9477690379d77824d82f2b2b4afd7b79b0 12 0.00/1.00 vMB 0
102,165 102,165 0000000000023100ef3d05ece932bcfa72af6163085e44a3973759581a939251 12 0.00/1.00 vMB 0
102,164 102,164 0000000000003b047d30e8832b49b87bd10046115e3a69585422e3e41de792b9 20 0.01/1.00 vMB 0
102,163 102,163 000000000000e0fd7c93770965cf53e1375e46cc8b979e489628bb31af416d3e 3 0.00/1.00 vMB 0
102,162 102,162 000000000001f5183608384c6722496e94c8b8c4e8b38297e9a280d4a47dacf7 6 0.00/1.00 vMB 0
102,161 102,161 00000000000122aa212dc0f410c2b0267d2cd35bb7673c9d8dddf5ed051856aa 4 0.01/1.00 vMB 14
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
Previous 10 blocks ↓
Total Size: 784.18 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: 811.73 GB
    • Received: 23.58 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.