Loading Tool

Explorer IconExplorer

Memory Pool

53,295 transactions
31.76 vMB
0.12412001 BTC
Random Selection Loading Transactions
Max Size: 170.04/200 MB

Candidate Block

Mining Attempt d66f2f3a231455576a90d4b368b2b7abdc99354f861ca399112b54885f65ff00
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 853216372836e148ebec9f6d891ccbf1e8835956eb5f64fc93285bbdac387235
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,408
Size: 1.00 vMB
Total Fees: 0.02914887 BTC
Feerates: 73.20 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (383,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,637 531,637 000000000000000000304d3e2651f8f42b0cbae244668744d92a7495c7175de2 582 1.00/1.00 vMB 4
531,636 531,636 0000000000000000001538bc64e86e6f52602a2fe4b3e43d3b99e863b2b0ef74 1,942 1.00/1.00 vMB 9
531,635 531,635 0000000000000000001bc09f45cdd5667f56fd5c98b83e51eafa24f362e442d6 2,274 1.00/1.00 vMB 26
531,634 531,634 00000000000000000005cc550af9ee7184243f18f143502c77aa0265aff5c2cf 587 0.28/1.00 vMB 16
531,633 531,633 000000000000000000062edac2b67de8e1a2ff4cce8addc259248fc77ec4876d 2,719 1.00/1.00 vMB 27
531,632 531,632 00000000000000000010fe61f34c87ad172df038d66132bdb70f080c9003b55d 2,091 1.00/1.00 vMB 15
531,631 531,631 0000000000000000001d53ddc764924b1b7264cd6c7e27192b6f7ee6e9498358 2,015 1.00/1.00 vMB 10
531,630 531,630 00000000000000000011081232af51382a6736b314004016b4e8b8ce4e491a3a 3,043 1.00/1.00 vMB 14
531,629 531,629 00000000000000000030b64b22271ec6540825544ad0f1abe543ebd6c44fc57e 2,025 0.87/1.00 vMB 15
531,628 531,628 0000000000000000002e3e5d974e8c9aa5d7ebbc0e5504b1e357aad6913588c3 3,022 1.00/1.00 vMB 17
531,627 531,627 0000000000000000001ece5e17f6da01c55b2dccc3e4128d4b63ea27f6a3ade3 2,139 1.00/1.00 vMB 45
531,626 531,626 000000000000000000321684a49066a11a9650bf2ef132eb2131d0e3d7da10ec 2,434 1.00/1.00 vMB 17
531,625 531,625 000000000000000000032fa9433a5b3be5479eaec017f59a5059466e66d279f0 2,289 1.00/1.00 vMB 21
531,624 531,624 0000000000000000002a82f9c9db67d774ccad0540d0519d12a10f2c5459be53 126 1.00/1.00 vMB 1
531,623 531,623 000000000000000000242071d1df9755cc37be2bc44df1f591675c2ab28af2cb 2,322 1.00/1.00 vMB 25
531,622 531,622 0000000000000000002c8873a78619bb49def233d6364f2f104582314f4a3912 852 1.00/1.00 vMB 7
531,621 531,621 000000000000000000186aa83f040459e7f1f67c9ada3d2cd3fdbeafaef75997 1,195 0.50/1.00 vMB 25
531,620 531,620 0000000000000000001dec5dac2b31eb80396a5ff8b40673b234efd340f0bddf 951 1.00/1.00 vMB 9
531,619 531,619 0000000000000000001c8f6abe9f48b479b9521146a0b551346658f2c7ea149e 596 1.00/1.00 vMB 5
531,618 531,618 0000000000000000000e7afb1042fbd983ea8f88936e751da1ab90b3c80c3dd4 1,061 1.00/1.00 vMB 8
531,617 531,617 0000000000000000001b7fd7bac37edd8cd0115750ead0391bb8e62350e18039 1,901 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.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: 651.22 GB
    • Received: 13.49 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.