Loading Tool

Explorer IconExplorer

Memory Pool

80,330 transactions
30.59 vMB
0.07375522 BTC
Random Selection Loading Transactions
Max Size: 186.08/200 MB

Candidate Block

Mining Attempt 3b6a3d17f711c26f6ba98c72474c49603a3f068984475ac60a2ce5c71b4c731c
Version 20000000
Previous Block 000000000000000000013056a9caa15cd1e34c038e1bb47f9d61c37f2e670056
Merkle Root c4f65d053b34ab27d8884ddb1cd691b34b183413eca834a50123170d1bc003f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,921
Size: 1.00 vMB
Total Fees: 0.00832012 BTC
Feerates: 60.03 > 0.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,196 (831,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,252 83,252 000000000012048729db7c18648c2348a57433a332960ca081c6b30f9d8e71cb 12 0.00/1.00 vMB 0
83,251 83,251 0000000000254fbb9698a8b87b6a72e6c12a5c9d86e103356ce30a4e1e541213 1 0.00/1.00 vMB 0
83,250 83,250 00000000000be74fba30bf83159c33f15eb745574d63cc72ee8bdffc62358616 2 0.00/1.00 vMB 0
83,249 83,249 00000000002d1d9231e2cad678c30701ef20c7a6fcfe1e7c5f6477a864e7d171 1 0.00/1.00 vMB 0
83,248 83,248 00000000001f10595716fc8b31a8bd60444ec7466b4c46ffe3c917823cf12d82 5 0.00/1.00 vMB 0
83,247 83,247 0000000000305fdd32d87b11dabe82623fbe91db79c90f367ee44aac54ecef5d 10 0.00/1.00 vMB 0
83,246 83,246 000000000023c4f4e2d059a7c84459bf4a2ffbb9bfe2ea13c69db35a2435dfcc 7 0.00/1.00 vMB 0
83,245 83,245 000000000021892d9850d7ee97b2e6903e400d9959b569677fe41657c18f7d59 2 0.00/1.00 vMB 0
83,244 83,244 0000000000037a19760b7d4b8fe1c201b72764d804734caa788aee13d5c6951d 7 0.00/1.00 vMB 0
83,243 83,243 0000000000134a38423960cf6927f6cbdb4840ba38b037cf80c97f1ed608e886 13 0.00/1.00 vMB 0
83,242 83,242 00000000001542278242c3335bd15e954c9ee766aa2754092f5dc1b317510985 1 0.00/1.00 vMB 0
83,241 83,241 000000000022e71ebdad7716d21aaa614cc1c15cd54ba3ea2b421273230db686 4 0.00/1.00 vMB 0
83,240 83,240 00000000001cf89fc1f7463b6826e7a05aaa08ceb0a1e28bb8ebf8983acf6142 6 0.00/1.00 vMB 0
83,239 83,239 00000000000b8dcea6d9c4c1789250804ba956d69b4b2aec1e8a8c14d903b5ba 3 0.00/1.00 vMB 0
83,238 83,238 00000000001335f027691acca673d005db6d3f189fab0cf848f287e0853ac4c6 4 0.00/1.00 vMB 0
83,237 83,237 00000000000fdba48a24128c3ce9a37c7d5092823131cfa7d23aa822cc155a0a 4 0.00/1.00 vMB 0
83,236 83,236 00000000001e4b057fc60e328e0f0a8efdd9d472caac358f4938b95709cbec36 3 0.00/1.00 vMB 0
83,235 83,235 000000000004933ba2233a87c25be2191513717243e476168589f6e9bcb414d7 8 0.00/1.00 vMB 0
83,234 83,234 0000000000144194eb386f71a3b3a9d40d4e5766d7ba30bf66909104dc5fec5d 9 0.00/1.00 vMB 0
83,233 83,233 000000000022a7485f2738a5522c400b07be3c88386e845a31a3044f016df9bc 1 0.00/1.00 vMB 0
83,232 83,232 000000000012bc6b6beb5d17cc6cd9ba442008d88a52c333d4da35f50bf3588c 2 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.73 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: 707.72 GB
    • Received: 16.70 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.