Loading Tool

Explorer IconExplorer

Memory Pool

39,343 transactions
28.48 vMB
0.07352622 BTC
Random Selection Loading Transactions
Max Size: 144.42/200 MB

Candidate Block

Mining Attempt 71a65d82205ec843003e48233ab0114215aaa7d0b5afc67f807e53692c40c8b3
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root c901407fb34747334ee4e30adec654dce6154968739083c7c819af2af3d11378
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.01858981 BTC
Feerates: 150.93 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (566,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,365 348,365 0000000000000000169eadd1cd8cb48da52b71d7f1128897260a53d146d3c200 554 0.28/1.00 vMB 28
348,364 348,364 00000000000000000c34d48e368a26a853d7b1f1ea4e12ccd4efa19bf04320a1 1,078 0.62/1.00 vMB 22
348,363 348,363 00000000000000000f335f598be409f6c5378d9a08f24629af758761113311c7 612 0.42/1.00 vMB 18
348,362 348,362 00000000000000000317554cefd9d2f19ef585c69495455a08f6608c82b14d6c 183 0.08/1.00 vMB 25
348,361 348,361 00000000000000000e4083e406900ddd3398bbd097f48dd8f8cbe3c8f37f0012 528 0.75/1.00 vMB 15
348,360 348,360 000000000000000014752066c41bee22f3e42237969f3410202585e17d59044c 2,013 0.75/1.00 vMB 33
348,359 348,359 000000000000000006f531ad146df7bb619fd9c138f309345bcd41d91c0975f3 484 0.38/1.00 vMB 13
348,358 348,358 00000000000000000a0366dfb6851c20437615e6f63c3ebe184a7507f18835ee 1,165 1.00/1.00 vMB 16
348,357 348,357 0000000000000000114d250df2fe0cc61390c0f32a3b682b9805c7d3d73dd9a2 1,072 0.35/1.00 vMB 39
348,356 348,356 000000000000000001e64b7599852fe5f93692a915b6ce0bc0d6a279e72763a0 1,024 0.32/1.00 vMB 42
348,355 348,355 00000000000000000866bd482ab9c9eacb7d0e666057a8707d38c431ff5f5b56 993 0.55/1.00 vMB 24
348,354 348,354 0000000000000000096e098d1ab53e23950bad597724c8259fd60a3b8087413c 1,024 0.45/1.00 vMB 30
348,353 348,353 000000000000000016b9f71a6a2bffd3e84d69da0dede90d7aa33d9ed42a6ca8 391 0.36/1.00 vMB 19
348,352 348,352 0000000000000000147a8ce685482c442b064d401685c2dc9f63fedd66eaeaf6 256 0.10/1.00 vMB 143
348,351 348,351 000000000000000010e51d102382728ca23e9b2f353d0229e6e13bdad541b3b9 494 0.25/1.00 vMB 22
348,350 348,350 000000000000000011aa014be3ba431f5f4c9997ebe37e8f725dafdeb78a97d0 481 0.26/1.00 vMB 25
348,349 348,349 0000000000000000063e959eeb5fa8827e92560157a3a9cbccb25ce6d54c4e25 600 0.38/1.00 vMB 21
348,348 348,348 00000000000000000d24b551d4933abb6ca9f5e68b3f016a96bf936df02b8c0b 495 0.25/1.00 vMB 22
348,347 348,347 00000000000000000f252eab6ea3105d78c10f4dbbd337bae0574f0b37ed10dc 550 0.31/1.00 vMB 27
348,346 348,346 000000000000000006035200f6e6aa8b59751291d5c704c2f94acd3b04a67cb4 1,858 1.00/1.00 vMB 24
348,345 348,345 0000000000000000013b3e4c3eff1c5bc1a1db602d38539a4147a20ddeff910f 438 0.24/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.87 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.