Loading Tool

Explorer IconExplorer

Memory Pool

79,382 transactions
30.16 vMB
0.08147899 BTC
Random Selection Loading Transactions
Max Size: 183.57/200 MB

Candidate Block

Mining Attempt 9a8c092e1f8e026c660ea0901c3950df2e82fd546fe82e5ed55345b9f162528b
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root e320ab14e0391e4035bd0bf0e3ca6088c5e83a791879c5b1f759ec4f332cc9a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.01438431 BTC
Feerates: 203.60 > 1.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (911,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,426 3,426 000000005122853ac6cdb4b9211b5281208f6f030b8bcf5afbb3cec0f85a3eda 1 0.00/1.00 vMB 0
3,425 3,425 000000004cd71dd4b667d8c545139537452dbb221081ddcdad71033c844fa52a 1 0.00/1.00 vMB 0
3,424 3,424 0000000021fe503ceff7ddc10ed10ad00ef14f965e6b9f315ea43af238e9176a 1 0.00/1.00 vMB 0
3,423 3,423 000000006282666c70f10cb0d1c13b3488cf0ed5140dc0893ce176ae01988548 1 0.00/1.00 vMB 0
3,422 3,422 00000000c2fd7031ee6eca967579eb4000094bdfbc11214bd62d6be4eb9c7f35 1 0.00/1.00 vMB 0
3,421 3,421 00000000ebc2588a2d82f3cde4af7223cff166a191c5c9430411fd084a2c7ced 1 0.00/1.00 vMB 0
3,420 3,420 000000007ae51206737ea63360f13e93b0df3d5e86a82f9d6a37ea57c3e4cd77 1 0.00/1.00 vMB 0
3,419 3,419 000000006c144faa0127522b218d07d0f6d8918fa39e327540e124d45ccefa0c 1 0.00/1.00 vMB 0
3,418 3,418 00000000a2558fe5bf9316e7c289ba6c1ea8b1a229add9d4ffa259c53b8b4185 1 0.00/1.00 vMB 0
3,417 3,417 000000000e05727f996038fa8b7d8b5826d567c90df934f383c29cb8d9dd5d8f 1 0.00/1.00 vMB 0
3,416 3,416 000000004ef9f4fa413e3d825463e0faa0a446966a920f39433b7bc348ad9ca7 1 0.00/1.00 vMB 0
3,415 3,415 00000000261f1b92e5650e378b90cc8f779a3b644723b81f3400dbbbf3e233fe 1 0.00/1.00 vMB 0
3,414 3,414 000000001b2bd1ae61c12d0d015711ba3a7eab386f6ed8b539002140ed9c02d9 1 0.00/1.00 vMB 0
3,413 3,413 000000004a501fe4d2ac58e840059bd0ff08ac0557b69ed226f031a806ec4294 1 0.00/1.00 vMB 0
3,412 3,412 00000000feb53bdf310e0094e05de83aba4c865da4578f7f059d1fe67cf7d20c 1 0.00/1.00 vMB 0
3,411 3,411 00000000fb83db0cc4c15d57f49636d2be8d747d8ac5ca9e99e2f4247e1744c0 1 0.00/1.00 vMB 0
3,410 3,410 000000002f86835861250a8da7a1b4f0ef0ad097c1a8c580bf60a4ee664da997 1 0.00/1.00 vMB 0
3,409 3,409 000000006aa3f5478fb1f417734a322f020ba4447042d04c439c11dc437a7836 1 0.00/1.00 vMB 0
3,408 3,408 00000000398efa1cbb530ceecd7db424d2151cf86c867ed2921c162a428c55c2 1 0.00/1.00 vMB 0
3,407 3,407 0000000054be2898306eef190f51321b39122c9157bcc1dc214b1ae1b6d58ce4 1 0.00/1.00 vMB 0
3,406 3,406 0000000052f10c5b85a01bbc88d5ef8ead684db016561a5914916f5dec73a152 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.