Loading Tool

Explorer IconExplorer

Memory Pool

84,909 transactions
31.85 vMB
0.16767350 BTC
Random Selection Loading Transactions
Max Size: 189.59/200 MB

Candidate Block

Mining Attempt f38d479e6cb83461ce2d70714ae9f503046eba4822cce2a9644f1f19c13b6e85
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root d1dcfb900ee465241e4abaa1b0991330846c462849d30da4cbfa18433ac15b78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,022
Size: 1.00 vMB
Total Fees: 0.05317139 BTC
Feerates: 402.75 > 5.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (239,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,163 675,163 0000000000000000000b22dbea2bf7afdd0a65888e7023c7553cb26f5c5d90cf 2,699 1.00/1.00 vMB 55
675,162 675,162 0000000000000000000bc0d5f54d89f075baf2bd507491ccd96039a5827bf069 969 1.00/1.00 vMB 102
675,161 675,161 00000000000000000006e5fb2387950829af07ec74d3c52714e86b1c416a0f85 1,736 1.00/1.00 vMB 112
675,160 675,160 0000000000000000000bb22518cb11be65dbe80e37f129799042a85faef720c1 1 0.00/1.00 vMB 0
675,159 675,159 00000000000000000001ae59fe4b8080f5a78c087bb456da9ac088b687666050 2,551 1.00/1.00 vMB 62
675,158 675,158 00000000000000000005f60f0aaea7bd6da823d3a826c68602a9a1d48c6f796b 2,926 1.00/1.00 vMB 77
675,157 675,157 0000000000000000000a8b2680068f6cf695d3acbe330c3c9ed7d4039fcf5efd 2,021 1.00/1.00 vMB 55
675,156 675,156 00000000000000000007660b73ef27314c6f6eaf6fbb931f379eeb1e57ca900a 3,131 1.00/1.00 vMB 112
675,155 675,155 00000000000000000009087fd9e3cbd5ac07dd17ef5f601651b0956a6387c3c3 2,552 1.00/1.00 vMB 54
675,154 675,154 000000000000000000019cc177b178b2c29d7c44e9641adcaa686c6b0a34a33d 2,587 1.00/1.00 vMB 76
675,153 675,153 000000000000000000052ae45e6af5046ae376f25ebd786e72249c3826369404 2,786 1.00/1.00 vMB 119
675,152 675,152 00000000000000000002cf17bf4e68b7e3aab4c54f6fea0f8be9a34ae3dea714 1,354 1.00/1.00 vMB 39
675,151 675,151 00000000000000000008e3b26188a9307bb36063e2def9c41f4670d5515f4209 3,060 1.00/1.00 vMB 63
675,150 675,150 0000000000000000000bef86cc1612c66ec910144778abbf77c80be0453f0c21 2,471 1.00/1.00 vMB 100
675,149 675,149 0000000000000000000c6e2359fcd6b4b786e73fe007463f8b0391e923f8a770 1,377 1.00/1.00 vMB 110
675,148 675,148 00000000000000000008d558db8ed155c054d39bdd02e0ea0e35e5732c68bd59 1,985 1.00/1.00 vMB 117
675,147 675,147 0000000000000000000ac9837059c9f978f1e2d9c91bedb2970668cf3a74ed61 1,060 1.00/1.00 vMB 113
675,146 675,146 0000000000000000000baed204194efa78e5f2db0cca2e83f8d5d7520d43821e 1,934 1.00/1.00 vMB 73
675,145 675,145 0000000000000000000910f9e926edcbbadc0a779ed1561f85c94b5b7bf59cd2 1,745 1.00/1.00 vMB 72
675,144 675,144 0000000000000000000152a8f0211879d02ea315a0afc370e78a63ce058f9ecd 2,824 1.00/1.00 vMB 38
675,143 675,143 000000000000000000093bd96078214b40dcd447f2f1d8a9db13828d196e7a5d 1,849 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.