Loading Tool

Explorer IconExplorer

Memory Pool

28,342 transactions
25.11 vMB
0.06118135 BTC
Random Selection Loading Transactions
Max Size: 122.84/200 MB

Candidate Block

Mining Attempt f2ce8ea59942b8d5df6282128c2cbed6053d3c0e7bf3c98d45e650cdb64e20e1
Version 20000000
Previous Block 00000000000000000000cfd3481d5dc6b723f4e62052b015bd9a9891d6d18add
Merkle Root 5752a259378ba6469ee9b63187884d6a0718c14c662ff5fac562fb13827babf4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,708
Size: 1.00 vMB
Total Fees: 0.01564504 BTC
Feerates: 520.79 > 1.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,200 (809,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,629 104,629 0000000000003c2628378f6b4e509675e4d101c6bb2cef86cae78dff51e485de 1 0.00/1.00 vMB 0
104,628 104,628 0000000000021433c44c0bc19083cc826daa4dcbc9b2ee0eab74781bc12da88f 4 0.00/1.00 vMB 0
104,627 104,627 00000000000271867e47891a52edade959828395f0f18a7d18e398b18c1bbfe5 4 0.00/1.00 vMB 0
104,626 104,626 000000000002c9c629b90e670d8e5278c001af8b0d607e2aaa9825300bb042fb 1 0.00/1.00 vMB 0
104,625 104,625 000000000000d1249c44fc05d9738c705cc3e2d180388fe9af7daa91acc14795 1 0.00/1.00 vMB 0
104,624 104,624 000000000001c5bd1072a227ca87dbd159da4f8a0b66bdb618fc4a488c63e07c 5 0.00/1.00 vMB 0
104,623 104,623 00000000000369fa982bd129e460c8dfe4a7608fa25bbb4a539fd55902ba89e4 22 0.01/1.00 vMB 0
104,622 104,622 0000000000001702abeae53ed08138269182b406ff856ebfaf8afde10a47e5c0 2 0.00/1.00 vMB 0
104,621 104,621 0000000000021e28e1fc0c7cf7c7cd55681de3f0f3d4851520694096336650dc 1 0.00/1.00 vMB 0
104,620 104,620 0000000000036f5a67f1dbb493aa8a80b9b5404c898336585fdfdc0ad81020ea 1 0.00/1.00 vMB 0
104,619 104,619 0000000000002a8001d2dcdb0dcdc1cad3716cfa99764c306f0a75c3a97653be 1 0.00/1.00 vMB 0
104,618 104,618 00000000000020ad7643af5769c31780c4c40a83b4d852aa635ea18405d3da69 1 0.00/1.00 vMB 0
104,617 104,617 000000000002db5f2a483d55ffa2e579901a3e60d32b9f80624729ebd04bf010 2 0.00/1.00 vMB 0
104,616 104,616 000000000001ec2342fcb1f6c8c5137d5433a9ae50146b31bbca46f4d2c02bbc 2 0.00/1.00 vMB 0
104,615 104,615 000000000002a353e66613856fd9cf00a3a4b1dcdd010945add2ca2da2ec7f1e 5 0.00/1.00 vMB 0
104,614 104,614 0000000000015c83cc1058014698f2c4e5225a8019e2fb3ed406ee20d223f5ff 1 0.00/1.00 vMB 0
104,613 104,613 000000000000dceb61d1a8c7166d8ea6a634538b94d777168518d073ee149b8a 1 0.00/1.00 vMB 0
104,612 104,612 000000000000220867848151dcd3a6b4f1d4a0538f1a0ce68963602f5b162fc4 1 0.00/1.00 vMB 0
104,611 104,611 000000000002c1194054ab429b7bd96bfa606023c1e2d0dd9952b84c57538b5f 5 0.00/1.00 vMB 0
104,610 104,610 00000000000294699b5a6f2c126a03c767f23e857827a5b32b0d45fa13f11071 19 0.00/1.00 vMB 0
104,609 104,609 000000000001343fc07c144a6e6924dcadaafbe90ef9656177a4ac9cdd179019 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.95 GB

Node Details:

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