Loading Tool

Explorer IconExplorer

Memory Pool

82,548 transactions
30.14 vMB
0.10125500 BTC
Random Selection Loading Transactions
Max Size: 182.91/200 MB

Candidate Block

Mining Attempt 2142f8a5de03bc98629a8b521024a606482e46d15d763d25369695388cc5d935
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root 55434ea6f17f36773d0f5011a1990e4d4e031e7e4c39d9d9753043437ea801ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,337
Size: 1.00 vMB
Total Fees: 0.03030169 BTC
Feerates: 301.57 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (649,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,201 265,201 000000000000000c28e4ec7fde7391621907556f3f4214b9506d8bf82d074186 216 0.10/1.00 vMB 108
265,200 265,200 0000000000000006d9513ff28fd5d79d9d4d07fd47200ee6e1bb8c6f62c93219 143 0.06/1.00 vMB 120
265,199 265,199 000000000000000bf1026d4de657e67f6af0505240284d42d0fcbf1c1b4f45d5 205 0.10/1.00 vMB 124
265,198 265,198 000000000000000b5a09cb74dcd6174dd3397db90b5d63e6af98b88d4e637114 36 0.03/1.00 vMB 39
265,197 265,197 000000000000000bf507cf400a14b5dac6efee8fa66e316fe9156c227fa84b8c 84 0.04/1.00 vMB 97
265,196 265,196 000000000000000a2f76b956b8633c0c898f669fdb5d98e82a8904d9122b65a9 98 0.15/1.00 vMB 17
265,195 265,195 000000000000000db197927ee3d0f443f9c45ad2e8afc2400f4bca7018708a54 132 0.06/1.00 vMB 53
265,194 265,194 0000000000000001028329c24cd6099f57d515529f07ae4e6734bbe73a05278a 338 0.18/1.00 vMB 108
265,193 265,193 000000000000000536a83a925f69e567f2426f06cda9c9ea4064fce36da0a68c 554 0.25/1.00 vMB 111
265,192 265,192 0000000000000006707fd320b1c4c689b3626f895ca45e28d85288deea6a7023 213 0.09/1.00 vMB 76
265,191 265,191 000000000000000bae66b32df03258a5625d09cbe03a6b5320d0fea9c4f4ec8d 465 0.25/1.00 vMB 125
265,190 265,190 0000000000000005225a8b441f9d15868098b69adbd11ad179805e3fe15f6b7b 355 0.14/1.00 vMB 148
265,189 265,189 000000000000000a2bfd0f7edb5afabe83ba91c4a4fc840ce783f924b8e12f48 81 0.03/1.00 vMB 111
265,188 265,188 00000000000000014bd8b4be93410ba60e556bb0eb06da8f6529b59c811a6065 7 0.00/1.00 vMB 82
265,187 265,187 00000000000000027df56d008642079304f6f19dbe242d29b7d730be164a0131 91 0.04/1.00 vMB 40
265,186 265,186 00000000000000026aae8fe1e5ce02d8a20864bb72af34a7b9100fc2c73a69a2 275 0.14/1.00 vMB 89
265,185 265,185 00000000000000045b33d6c2042b9b60570b37664b57c4ad1e5da6bc3d0e7008 85 0.04/1.00 vMB 70
265,184 265,184 00000000000000038f3bc61eaf00f3d507ad3aac18e996a2f6d099d612c539cd 105 0.05/1.00 vMB 169
265,183 265,183 00000000000000089ff391c062657942130b8d1e17269cec149cbd4c9e2e3216 75 0.04/1.00 vMB 62
265,182 265,182 0000000000000009c49c44b18e76c97e4b8a88a7b1dd5d9cd1d95faa306ad003 417 0.18/1.00 vMB 143
265,181 265,181 00000000000000065e2ce252b27f24e8df3c99d59d6dfe329373bb0f31bd2b3f 214 0.11/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.60 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: 671.77 GB
    • Received: 16.00 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.