Loading Tool

Explorer IconExplorer

Memory Pool

29,934 transactions
24.87 vMB
0.05732668 BTC
Random Selection Loading Transactions
Max Size: 123.58/200 MB

Candidate Block

Mining Attempt 78f4d4399a51f79e0c86f29da8ec62e09127386589deaa2fd4b37474298c55d0
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 9a5fb333e2283a7c3634ce849810aabf3f00407e739ddeb69c1960e87cd4ec29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,984
Size: 1.00 vMB
Total Fees: 0.01293639 BTC
Feerates: 73.20 > 1.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (83,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,200 831,200 000000000000000000003d87df89d5bbee65ab87ae6c79a967cf28221813c936 1,883 1.00/1.00 vMB 13
831,199 831,199 00000000000000000002bf1cbdf94aa9ab6eaf20cda1d25ed8e0c848b66e6e1e 1,288 1.00/1.00 vMB 12
831,198 831,198 000000000000000000020925e9ea398b7d7467015b59f70781b5d41a2e068b0a 2,817 1.00/1.00 vMB 18
831,197 831,197 000000000000000000035a8b37214ccca13c8e2e4ec274775ad7f2a72969eb58 3,070 1.00/1.00 vMB 17
831,196 831,196 00000000000000000002be848ffd9af5f5c5cb260c161d6decab934176beac27 3,388 1.00/1.00 vMB 16
831,195 831,195 0000000000000000000281d09f957ce41a7b483681c4e36862d02fb9ea3dc082 2,978 1.00/1.00 vMB 25
831,194 831,194 00000000000000000001968e0e86df987d0ae4260d2771de216c56e2ba16b743 3,282 1.00/1.00 vMB 26
831,193 831,193 0000000000000000000188a85f0cd6acba250f92bcd3aa87f29fe9b056ffd400 3,394 1.00/1.00 vMB 28
831,192 831,192 0000000000000000000078485dfa10a7cae9a0798523d60014716559c6a4c43e 3,382 1.00/1.00 vMB 34
831,191 831,191 000000000000000000025178ebce0bd91fbff027993275686fe509a47cab934a 2,939 1.00/1.00 vMB 20
831,190 831,190 00000000000000000001e2eda455452c6b00e80c47130fb25b95897e82b3a4eb 3,109 1.00/1.00 vMB 27
831,189 831,189 0000000000000000000249dd751250fc7e4cfb11f5b737482f57a549f2a2d614 3,100 1.00/1.00 vMB 15
831,188 831,188 00000000000000000002a7c71ba1d2a16ff7301ab24f82b9a0736fed0fb57c87 2,970 1.00/1.00 vMB 17
831,187 831,187 000000000000000000029ebbb8d65ec599ce7e0a731ebde0585e1d45904119ab 2,698 1.00/1.00 vMB 13
831,186 831,186 0000000000000000000232c9ee8e0d9d7120329ded2b5dc1503b0f0d7a7a890e 1,718 1.00/1.00 vMB 16
831,185 831,185 00000000000000000001dfbb017bc1e1acda0a033842093c0c607bd9f76cc757 2,532 1.00/1.00 vMB 16
831,184 831,184 000000000000000000034a3aa4e2ff9c75f0e4a67207ac32f24508522c732c8b 3,115 1.00/1.00 vMB 26
831,183 831,183 000000000000000000025128e79b965e1ea2738f6768a2751763fce2ec61ea41 1,898 1.00/1.00 vMB 11
831,182 831,182 00000000000000000000ac079bf0648ba823280f4d682d2f3e74f2b9824899b2 1,826 1.00/1.00 vMB 11
831,181 831,181 0000000000000000000234c516e99ae7a423786ade49f012d0b4a85dc200e3fe 1,577 1.00/1.00 vMB 15
831,180 831,180 00000000000000000002536fd48a9fd30de5e679b2009dfdcb087fa53853b661 1,835 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.86 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: 641.92 GB
    • Received: 12.53 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.