Loading Tool

Explorer IconExplorer

Memory Pool

20,015 transactions
3.58 vMB
0.03477301 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 28.56/200 MB

Candidate Block

Mining Attempt 925c96d2c29d90746faf14df6ff0123c8a49686d9507f9fa56cd2ede6f628f02
Version 20000000
Previous Block 00000000000000000000467ba1ed2c15ab65aa9bc00571f49c97be1afdf91ef1
Merkle Root cb0d7dea419a8bdcb0a6e438bc8a5d9bf7c2be05acdeeeedd65a54f4f13a8f5e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,617
Size: 0.66 vMB
Total Fees: 0.02730537 BTC
Avg Feerate: 2.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,833 (799,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,107 113,107 0000000000005abebdc0007e3355806c62f01b7a6d37d9be5399da9b2686be03 0.00 MB 10 0
113,106 113,106 00000000000054f8a876d0992eff935a0b939d4232ee22c9089814bb5919d38f 0.00 MB 9 662
113,105 113,105 00000000000006275b4c9ed6df13bd842dc56aaeeb0dfe09a69923203c41b815 0.00 MB 10 350
113,104 113,104 0000000000003b62888dd4b543a426ee05398dfde146d3c6e4389e6685217f2b 0.01 MB 23 0
113,103 113,103 000000000000858f9552bca42dbf09a43f24c4c6beee18cce42644bff9862681 0.00 MB 13 0
113,102 113,102 00000000000063c3349029d0edf38aace7a8587826dc88f53ce4946675f39230 0.00 MB 9 0
113,101 113,101 0000000000002076fd4bd9d04cb61f7f8d28cfa56c76e30b7d1433b2ac6e24e8 0.00 MB 8 0
113,100 113,100 00000000000076168ca958193e0b5a901cf0c37331e2073476119326211b70fd 0.00 MB 12 0
113,099 113,099 000000000000097e59476bf203766073673d3f94774715b9cdfb7539fb5075f8 0.00 MB 9 307
113,098 113,098 000000000000d501f0d689152db541c91ae3aa0a9d767f992c463173ababe002 0.00 MB 10 0
113,097 113,097 000000000000aec1bf1c8d79ef82a0d6822cb16963642c16ba0a77f1da0614ef 0.00 MB 10 0
113,096 113,096 0000000000005ff89e511c8d50618103f21ab43a9c4d37f367a326431d21f95c 0.00 MB 13 0
113,095 113,095 0000000000002349a55d78243326c36baddc4d3627636966f1f774eff538edd0 0.00 MB 9 0
113,094 113,094 0000000000001a5d0f75d08200e39182e388c39027761e8c755f5bb48f55f77c 0.00 MB 9 271
113,093 113,093 000000000000254f0cd6867b6b92a404c840e6cb62fdfbec30faeaa0da68c4ad 0.00 MB 12 0
113,092 113,092 000000000000b95be52c3caf27da46a313b57fd5110c35b73c1d14abe5d25514 0.00 MB 18 203
113,091 113,091 000000000000aef709603e83b04fd1fe25f32bc5cbdfb3a1c4b0d52e4b74dc1e 0.00 MB 6 0
113,090 113,090 000000000000302caf3e7785147d9c706f7792c36ec77c82ae8d88cd42276992 0.00 MB 8 294
113,089 113,089 000000000000bf68179d7400de87ca422caece41087fb3eda4c26de17573b1ad 0.00 MB 10 0
113,088 113,088 00000000000002495bda8d2ee893e253d84996a5f7a96566ad0675494baad365 0.00 MB 16 217
113,087 113,087 000000000000cbd9ffd9ee9786c940a1323477ad9813688075c86d19c39f5eb1 0.02 MB 28 523
Previous 10 blocks ↓
Total Size: 778.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 175.34 GB
    • Received: 2.05 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.