Loading Tool

Explorer IconExplorer

Memory Pool

26,575 transactions
6.61 vMB
0.08732384 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.36/200 MB

Candidate Block

Mining Attempt ce3f5b2b85a8e316799295367033b5c812af52570070240516560d0669fbd1bb
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 15305b97c97d42a3fba26f2e72bed167cde2f92af2571443b494d36d7d903c08
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,343
Size: 1.00 vMB
Total Fees: 0.06805633 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (756,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,343 156,343 00000000000009adf60793b686a921cefa3d0d054a5c88468f31817c322aefcf 0.00 MB 11 0
156,342 156,342 0000000000000e60eddb0e6c57667dafa95a26bc6ae62d900a9e68d41098ac4e 0.02 MB 42 2
156,341 156,341 00000000000004859db26fdbfeeb2e51afb769b3512beccb02ebe2cecc1fb57c 0.04 MB 64 133
156,340 156,340 00000000000002122c27fe783e9baaa91af45470b6b52f97be46fa1273e732d6 0.03 MB 67 79
156,339 156,339 0000000000000863377cb58aa1daffbfa2e4e932ed9df2a7c38b9d2311f3222a 0.02 MB 45 81
156,338 156,338 0000000000000365e3367200d058f96e12ea1f3f5f79df452ce74db95d900fb6 0.01 MB 14 76
156,337 156,337 0000000000000527c6797d9de1dd0c12f50c10738bea1b32dc972fc33dc9e65a 0.05 MB 98 23
156,336 156,336 000000000000077081c7acd5a802b1b0761853e020025a63e1197bb9ede2edec 0.01 MB 17 65
156,335 156,335 00000000000005bf8c13f2158f9e7d11662e24b31175f06689c8d6958a317566 0.01 MB 17 36
156,334 156,334 0000000000000c3f188b1ecb0d526829073844d1292df58bcd79dff424224b31 0.00 MB 1 0
156,333 156,333 00000000000005fb4c4a9af5f2b76875fbf2f4a9774dd47da8ed3a7a7964b628 0.03 MB 63 104
156,332 156,332 00000000000004d826dd3049d2a59aa3ce4ac7ca2c645769dca7db79f63adb12 0.01 MB 17 50
156,331 156,331 000000000000000e8178632fa426f9e4183dfd9fd1bec421370f923b3c68f5bb 0.04 MB 106 156
156,330 156,330 0000000000000427bfba7992fb5da1a45f44073be5d60549e19967ed565e8867 0.05 MB 137 78
156,329 156,329 00000000000000241cc1194067545eb58486e204664289b21ef2b3d5e6723b86 0.02 MB 50 204
156,328 156,328 00000000000003602689d0092c8f4c0e4f031180d3aec564ad90f39958618168 0.01 MB 17 203
156,327 156,327 0000000000000d5a69653b95da09b9d0590ca039ccf5fc47b06161852a73db88 0.04 MB 87 143
156,326 156,326 00000000000009058e2de991404889e22dfde999b8c7de04a56945e166565aaf 0.00 MB 7 0
156,325 156,325 0000000000000d5e839cee6bb9e079b3c41dd0605abeb3f8d8b7aa5f1692405e 0.02 MB 48 168
156,324 156,324 0000000000000ceb988799c87826dae6167cdfcbee905ea4fbf29bbb63e4d134 0.03 MB 92 449
156,323 156,323 000000000000094fefa8d4ef95aa26e9f1f24323d5897bf388175cd8b571d5cc 0.03 MB 109 3
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

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