Loading Tool

Explorer IconExplorer

Memory Pool

16,011 transactions
7.89 vMB
0.02340196 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.20/200 MB

Candidate Block

Mining Attempt a83c832adff4f35ae622131c9b1edcae79fc87d1f10ea523929ddbfdd4faa241
Version 20000000
Previous Block 000000000000000000011760e0a3cdf589c16284ec888372c4e68dc06ff7fe33
Merkle Root 1d2f52cb462cf5164fc5aa3cf22457b33f6c974fe01e5036486e869d40310765
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,424
Size: 1.00 vMB
Total Fees: 0.00764188 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,433 (690,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,419 223,419 000000000000004bc4ba728b83a5d4e15141e85c837170fe564861cf878a1b4d 117 0.04 vMB 209
223,418 223,418 000000000000030927bd636390b23d25165164de1d42f2bcd5fee6f04d51ad3c 534 0.22 vMB 185
223,417 223,417 00000000000000b63f08b22ef540432e89c9fe0adb27f84174e29860ea22b5b1 483 0.20 vMB 173
223,416 223,416 00000000000002c2c2e3fac0913804f75c6be8917bb5b6127ee5c66cd9e1462f 371 0.18 vMB 155
223,415 223,415 0000000000000031bdefb00cbff82565808a5f8efbc206ad9d6db20c912823d0 13 0.00 vMB 362
223,414 223,414 00000000000003b82afbf568f04e5b47f0fa1d51b5b82c9f97e4fa84d79e13a1 296 0.17 vMB 124
223,413 223,413 00000000000002088b0b5789d6764fc956ee939167e5003490ed885b20ef9be1 656 0.25 vMB 204
223,412 223,412 00000000000002b5d3f7f8206b2f8b9f6291a984181d861138242fb5411c430c 546 0.27 vMB 190
223,411 223,411 000000000000029416ba09c667cbff6fcd24a32910165b437370144fd6b173d5 126 0.05 vMB 188
223,410 223,410 00000000000002c2fa94c6e39cc0d659f267ba13795cc7552bdd4f17635462aa 32 0.04 vMB 42
223,409 223,409 000000000000036ff90d759a0aa818c09125ca1afb6c9e982dfd221fb4d17040 378 0.15 vMB 277
223,408 223,408 00000000000003dff6e738630dfd67c5d943845a388f4576778bbffb175cdada 16 0.01 vMB 129
223,407 223,407 00000000000002447a664612827e4cdd591afb52e8403d6e0b2fa3c38be80829 46 0.09 vMB 43
223,406 223,406 000000000000018a5fe49903e2308a6f42413a8f0b37627247b13aaa99449dc6 12 0.00 vMB 169
223,405 223,405 000000000000022c95354de80ff7e00e03a9dde58d0b642550c6e99d49affaed 124 0.06 vMB 165
223,404 223,404 0000000000000076743ed017d569cbb566019372b9e1d72381452280198de613 105 0.05 vMB 159
223,403 223,403 000000000000038628f26bb10de6231e692cacf7e6c45b68b22add1b3c521748 128 0.06 vMB 168
223,402 223,402 00000000000000621d217a17c9f279c8d5802403ffc7a517e40089d23ea07ac5 359 0.18 vMB 144
223,401 223,401 0000000000000117eede64c77b6e2f4cbbc2b087f7e6974268d91c6520d828a5 497 0.24 vMB 202
223,400 223,400 00000000000000e404d2c55c9c310c0603e4c81750977d80d09a67024e449075 47 0.01 vMB 86
223,399 223,399 000000000000005ef6c860bfa52800919144d44f98c792862b649e24efb66ade 333 0.15 vMB 184
Previous 10 blocks ↓
Total Size: 779.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 302.56 GB
    • Received: 1.35 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.