Loading Tool

Explorer IconExplorer

Memory Pool

46,834 transactions
27.02 vMB
0.06467097 BTC
Random Selection Loading Transactions
Max Size: 143.65/200 MB

Candidate Block

Mining Attempt e616104216f3368ffd14fc9171ca70b3e9f0dfa6d6092113450cf3349c894fb5
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 7eb9283843bfba08f21584da5d5dd6c89f89842a9c7c6c437085901fc8c1f1a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,118
Size: 1.00 vMB
Total Fees: 0.01463179 BTC
Feerates: 100.17 > 1.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (242,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,248 672,248 00000000000000000003c30e2c36acf6f226f1b7a536ca9b6de9608bc45ffc96 3,334 1.00/1.00 vMB 167
672,247 672,247 000000000000000000093911a011940c37443f7f31a69b42da24b0273458bdf7 2,045 1.00/1.00 vMB 48
672,246 672,246 00000000000000000008e813635987a3866c2495efabeab6737553be8e3cec7a 2,301 1.00/1.00 vMB 149
672,245 672,245 00000000000000000003c855e7a00ed578454ec69add5b009efa4bd9f88df462 2,685 1.00/1.00 vMB 70
672,244 672,244 0000000000000000000a8649e0cf5c7596d14b19da4ed054454869f99fa60c36 2,303 1.00/1.00 vMB 58
672,243 672,243 00000000000000000005ab51aae285a1bcc41f75f79b8ea04763a66178cd8c51 2,679 1.00/1.00 vMB 120
672,242 672,242 00000000000000000008f40cfb26fdcaa76ba8fbe62818a58e23a57880ab6e8e 2,262 1.00/1.00 vMB 153
672,241 672,241 00000000000000000008ec3ca680026077913273c15b3d3020ea32afdfacd000 1,236 1.00/1.00 vMB 146
672,240 672,240 00000000000000000005db0f2c46ae5602cf7f3855b091826086d63a5cee3788 2,132 1.00/1.00 vMB 159
672,239 672,239 00000000000000000007390982d95d0c97250a32763d4a595fbfef08be13df8d 2,241 1.00/1.00 vMB 38
672,238 672,238 0000000000000000000a3b1c791eb297832feab3c7af7853bffed72d52454617 2,766 1.00/1.00 vMB 152
672,237 672,237 0000000000000000000a8191272e57ed633aaf2d51275313452459d1a2ffaa81 2,344 1.00/1.00 vMB 66
672,236 672,236 000000000000000000055996cad117e1226f6127027bd4a891eba07bdd1dc5a7 2,301 1.00/1.00 vMB 55
672,235 672,235 0000000000000000000b18b0154772e2883ae91031180d5083ce535735519df1 2,412 1.00/1.00 vMB 65
672,234 672,234 0000000000000000000aef98311d291a7391cc6237ca8e55351c572256998426 1,881 1.00/1.00 vMB 64
672,233 672,233 00000000000000000009cd1320513e8b216bfc2ad69738800eac27286e9845ff 2,551 1.00/1.00 vMB 81
672,232 672,232 00000000000000000008b17b52fe25aba004dc6a4fb4dfd00ecffa3c3c2dc3c0 1,923 1.00/1.00 vMB 129
672,231 672,231 00000000000000000001e1ce8e813441e7b05b1c20dd412c55bb795aadb26f6a 1,125 1.00/1.00 vMB 137
672,230 672,230 00000000000000000000771388c13e65b6fa1a61b14b8e040c299b15a557c470 3,110 1.00/1.00 vMB 166
672,229 672,229 0000000000000000000679d36d176b26ffb7b3b9ed9d050f5cecfd6151f327b5 1,158 1.00/1.00 vMB 127
672,228 672,228 0000000000000000000b26e62b7a25ef1bd7931eac84597fa8239c4c5d0742e6 1,986 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.06 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.