Loading Tool

Explorer IconExplorer

Memory Pool

19,229 transactions
9.38 vMB
0.01746589 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.58/200 MB

Candidate Block

Mining Attempt 8ba483cff70510d05c5a52db590d1fdbc0e72491afa98926255e20207e59380d
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 24d490abeafa7bb2ce13ff48cbd2dd6548c0908897abf42557ee3b534aa38b44
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,299
Size: 1.00 vMB
Total Fees: 0.00283009 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (713,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,268 200,268 00000000000004ca6b1f37445241a4850570157b8df3c56be4f2da427dc077b2 47 0.02 vMB 101
200,267 200,267 0000000000000108c8de6a4fe7a0f18aa39a30c5fdabd47d5acc580a96fc35f2 65 0.02 vMB 142
200,266 200,266 00000000000003103610b92dd551aa5683a18ce6a73479ce6e65d444f94997c2 61 0.05 vMB 98
200,265 200,265 0000000000000438d39dde1f1c4a66fdedeb373e1630e843ae9a2a45b263c4f1 137 0.05 vMB 171
200,264 200,264 00000000000001092ff4aebcb0f8904120d9d238c1784181f11ec0bcb6d2a998 78 0.03 vMB 137
200,263 200,263 00000000000003b0516eddc24f09a3e60f50be2a9530281c72462e63953a96a3 179 0.08 vMB 105
200,262 200,262 00000000000002dc2636fa219854d0098ef40d12f61423e422bc27534256d270 281 0.12 vMB 149
200,261 200,261 000000000000002c0f5ce44b338c2bea861d416fee7044f219e133cfad91c2be 597 0.28 vMB 168
200,260 200,260 0000000000000510106fc65d9dd56b1528a7b56583a44df5ef1e2632f93006ff 70 0.07 vMB 57
200,259 200,259 00000000000002b5d15a7ac38b4a3e3d63740fc8405f38ab68bc4e86c87206b2 83 0.05 vMB 106
200,258 200,258 00000000000004338882cbceffd9bd606c364ab37f737fcf4d0f4af9202ca77f 86 0.03 vMB 79
200,257 200,257 00000000000003b3e32234337df56fceeb62a6528dbe58a4909d9c102529a4b4 317 0.15 vMB 168
200,256 200,256 00000000000000e36e302383e151c3eb5f58b682a3c257fcf1caddf681cdb17e 583 0.31 vMB 177
200,255 200,255 000000000000029b8553433df6010942f0103a0857b14a929702469bf4797f7e 385 0.20 vMB 156
200,254 200,254 000000000000054f973b2ada69506119b1f39f66eda863fa5a40f24f83accab7 360 0.16 vMB 211
200,253 200,253 0000000000000497f87427996364f7264e76a872f2c8664dadb8eb47191f94e5 40 0.01 vMB 165
200,252 200,252 0000000000000095958abdbefddcc42def7b5601d842003d4a1cf699f62cff06 228 0.12 vMB 35
200,251 200,251 0000000000000237da62db9a20e865b23dc9145d4661caccb2b586ec498fa8d8 216 0.08 vMB 132
200,250 200,250 00000000000001fee1c00f703be17eb9a2cdc5f18997961ec7e66f6a23012b51 225 0.08 vMB 117
200,249 200,249 0000000000000497130c5f36cf78ce4f130cfc1478530c683c12ac2f605975ed 418 0.16 vMB 237
200,248 200,248 00000000000004837cd3e114dbdc2dfedb6876f9f9ae43668be1fb78228e681f 202 0.10 vMB 90
Previous 10 blocks ↓
Total Size: 779.75 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: 380.18 GB
    • Received: 1.91 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.