Loading Tool

Explorer IconExplorer

Memory Pool

14,942 transactions
6.12 vMB
0.04876196 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.13/200 MB

Candidate Block

Mining Attempt 7ff078643d6fc6269e403fdbe1f70b11a15c1a1e83332489cc5e707eaaecf6f9
Version 20000000
Previous Block 000000000000000000008a32030f18bfbcf56f9bc4b6582f27818e6d2a5ec937
Merkle Root afec99c61f9f86a047dbd8a7ad142f50f005dc342fe47f523fa9d17b013675b8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,384
Size: 1.00 vMB
Total Fees: 0.03801583 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,448 (758,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,637 154,637 0000000000000bac2a92ab27407fa344c8750f341b0e971e565d16a459c6d618 109 0.05 vMB 135
154,636 154,636 00000000000003ed4fb9c5c6723598910283ebc2329dd0bfee7f69d01a5e4a47 17 0.02 vMB 250
154,635 154,635 0000000000000177ef075f290a4e02288ebcbaa576ac88870c9e782773a3a1b9 73 0.03 vMB 2
154,634 154,634 0000000000000695b61a0ae040e7d12ab39d230b156c0784df11faf1d7783ab7 104 0.05 vMB 0
154,633 154,633 00000000000009420210133c1b6b660fc38fbbb147f25244ceb73719143970a8 15 0.02 vMB 1,073
154,632 154,632 0000000000000973a4cc12a4d58c90f3a764dc4ad9ceddfcbff66a79d5fb1d1d 18 0.01 vMB 105
154,631 154,631 000000000000038944b621d2b0ab0ff383bc13d693d49d98136ff9d67ca95731 18 0.01 vMB 0
154,630 154,630 0000000000000a6b1c541c36e37dc11c3f770d3bee11428e90b59d96201de785 107 0.05 vMB 66
154,629 154,629 000000000000085a13fc2dee90dd24c62d46bd5074220f56ef4784094e71546a 30 0.01 vMB 91
154,628 154,628 00000000000005ad9cc5751de7ea199b102f63f385a1026377454b6a6edb012a 80 0.04 vMB 162
154,627 154,627 0000000000000d116e4afa49fdef8af6051e1c18591f64d9ca2151f697c0bdfb 15 0.01 vMB 840
154,626 154,626 000000000000001f6215a17b08851c1b7f200be389887c4c8022d111b7fa31a5 50 0.02 vMB 265
154,625 154,625 0000000000000dbb748451255c1f194fcd51963814dad7d31bcc25965f2b3025 99 0.03 vMB 93
154,624 154,624 00000000000001e261a72c480c18cc319247b1f5cdddfe89041a428286eac08a 89 0.05 vMB 490
154,623 154,623 0000000000000c1d51baf5a5a830fe3818de33f45924f2b4142538285fa16026 8 0.00 vMB 500
154,622 154,622 000000000000082bb95aabcc19ab51efe6b23cb68b35435a59ee40c946188fd4 20 0.02 vMB 103
154,621 154,621 0000000000000c286b9093015a6a76a6bb09e349d00f56bfda9cbf4866b04198 7 0.00 vMB 35
154,620 154,620 0000000000000bc9d5ee65f2b276d5211782cca4dfb9930b63d9b6022c57434a 69 0.03 vMB 0
154,619 154,619 0000000000000da59c4847a243e815d6f5e94fc6df48f6b7d74615967f77b652 102 0.05 vMB 131
154,618 154,618 00000000000009d24786e8eadebb078e082521ecbbce37cc3272a5a4e9b716e7 143 0.04 vMB 2
154,617 154,617 0000000000000c2fb151fc804ca28f5d41689d0a95bc86222ed661b1c32cd5da 67 0.05 vMB 170
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

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