Loading Tool

Explorer IconExplorer

Memory Pool

20,098 transactions
10.33 vMB
0.03246985 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.84/200 MB

Candidate Block

Mining Attempt e68244a9d1f5a0437f9d287ffbb9012f852c4611da794b762d78c4b5dee74feb
Version 20000000
Previous Block 00000000000000000001c502407c79329580e06b9e8b8f002d0c95031ee97480
Merkle Root 0c1ec8b77cc2762ed30ec0b5ee83c3484ec4301560ae2235922d3cbd7ba6f8e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,530
Size: 0.99799475 1.00 vMB
Total Fees: 0.01596325 BTC
Feerates: 202.16 > 1.60 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,626 (819,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,623 94,623 000000000004f08a3d464f62b3350345d6c9c5c02d485f918c0b484278a7d837 2 0.00/1.00 vMB 0
94,622 94,622 00000000000500aef5446efaf5611b7c5a8c015865fa3916de046221a239e615 1 0.00/1.00 vMB 0
94,621 94,621 000000000003e6d763066c97b67dfbab601b6fca8b890cacf2f4723a550302ef 1 0.00/1.00 vMB 0
94,620 94,620 00000000000011cd8a78a124085b959c3355071807d9597bc8e533b4e2f0565a 1 0.00/1.00 vMB 0
94,619 94,619 000000000003ee02935ef7dc8f47cc4b3cd51f2bcb057c878f3e8a485bb721ee 2 0.00/1.00 vMB 0
94,618 94,618 00000000000023ca2a25629bce0ac0d766a7b05f933ef7e01d67b92848c360c7 1 0.00/1.00 vMB 0
94,617 94,617 0000000000030767d6397848643df5e2f1957235ebdf32bd229093d71a8b3d47 1 0.00/1.00 vMB 0
94,616 94,616 000000000000202bfc1d915540d14c664eaadbef320ac272689130573bb9b1ed 1 0.00/1.00 vMB 0
94,615 94,615 00000000000043d89ea74af71760e093c0fba009eb772d2ab674793ef9050de1 1 0.00/1.00 vMB 0
94,614 94,614 0000000000062ad999aca5409a5b3af344e004b125dd183f444d5098395fed98 3 0.00/1.00 vMB 0
94,613 94,613 000000000007b2e15a2876219f46d47d880bda9c0512df50c301e52fcadceb53 1 0.00/1.00 vMB 0
94,612 94,612 0000000000043e14473725dd2d32812b25939738e82e04dc4fdefaa37cdcaad6 2 0.00/1.00 vMB 0
94,611 94,611 0000000000078fd59c2ceffcde5aa5febd7299c983bac1c505949d3d2294a64f 1 0.00/1.00 vMB 0
94,610 94,610 000000000005825db571a0d469608035aefa214b9f5a4b8a104004dea34ee126 1 0.00/1.00 vMB 0
94,609 94,609 00000000000738d66a36d69aa35070dd2d417319e581d582586547ab3bc17260 5 0.00/1.00 vMB 0
94,608 94,608 00000000000267330386e4d9c2930cd3992bb0f3cd6710e30415a1584f7d03ba 3 0.00/1.00 vMB 0
94,607 94,607 00000000000503d78172ea11c6bada078aef379608394b620bff021f5bef7b89 2 0.00/1.00 vMB 0
94,606 94,606 000000000002053fd8ec44b55520c6372e6a5304dc32f99b9c0938505fae94e5 2 0.00/1.00 vMB 0
94,605 94,605 0000000000044a2e0dfe66b1531aeb4a84520ef7edf4cfdf21a5b7fa07a90931 3 0.00/1.00 vMB 0
94,604 94,604 0000000000017861c65646c1ee047cdbb840ad9eaa8c37d8f7c3b6373cc8b3a6 2 0.00/1.00 vMB 0
94,603 94,603 0000000000070f43ca382b029659fe79e1bb1724b3d1b74693e6abf57ba12b83 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.95 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: 467.09 GB
    • Received: 2.86 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.