Loading Tool

Explorer IconExplorer

Memory Pool

26,750 transactions
17.55 vMB
0.04193227 BTC
Random Selection Loading Transactions
Max Size: 91.58/200 MB

Candidate Block

Mining Attempt 8817dfc88e7b01297b16f4756437fc6eb1f4d7944ebbc598473dbd4bfc3086a8
Version 20000000
Previous Block 0000000000000000000083e8e00b689da447159e20b8976dccbfc7044b6d9c29
Merkle Root 6823ee64719074e9ff7a39052ed22c762b24662d6d1f96f9c8d8c550c850577f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,230
Size: 1.00 vMB
Total Fees: 0.00928719 BTC
Feerates: 203.60 > 0.93 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,908 (741,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,190 172,190 0000000000000914b5c72ef38a70aae7fac228a658c99f0acfd0f1daaa6bdeb6 2 0.00/1.00 vMB 194
172,189 172,189 00000000000001d1b5b6ce1ff02b052ae19a9fc0f53fea6223a2ec8e9c024d4d 6 0.00/1.00 vMB 41
172,188 172,188 0000000000000857b089f28f4dc72e7d535af63f42970a50412d677fec1225f5 20 0.01/1.00 vMB 174
172,187 172,187 0000000000000782784a0c3d67932c8e0de0fb1688f49b8bb2ab021c898ef70f 68 0.02/1.00 vMB 25
172,186 172,186 0000000000000781eb929a95ca690a6557147abca8370ae360c5cac2add323b3 13 0.00/1.00 vMB 0
172,185 172,185 000000000000039a00e74e5347b1a0b98b09d940391dd3bad02c179897e61851 67 0.03/1.00 vMB 66
172,184 172,184 0000000000000130f90c33a391eaeadcb8de455fc528a2b5a3e484c67b5a8efa 41 0.01/1.00 vMB 103
172,183 172,183 000000000000011051718e8f862b6f669119e1bb2c93f08ee9d5bc51588b99fd 20 0.01/1.00 vMB 76
172,182 172,182 0000000000000923bfb195a78bf7bbf71392f85551258b82792c99bd7125cfff 46 0.02/1.00 vMB 214
172,181 172,181 00000000000009dd9e2f151a285ffa550008decf9ddb3c73b8c059a69363055f 15 0.00/1.00 vMB 67
172,180 172,180 0000000000000770f858fcfe382f5f4e4bbfbcd4f3511ae18383acdedb60fa08 8 0.00/1.00 vMB 43
172,179 172,179 000000000000087a6742bb14a5838ca1c75afd72b0739fd1e5ab5a1655318e09 23 0.02/1.00 vMB 89
172,178 172,178 00000000000002b1639aff0b2a087c2476ad6fd688c918b8a7ade7e4b889069e 4 0.00/1.00 vMB 0
172,177 172,177 0000000000000ac63ff4a3557e597e3233e4ccb663dd4b15b6374311f388aee7 117 0.03/1.00 vMB 90
172,176 172,176 000000000000035b4ae0b1a1ef6e6993f729c675e4c7b80afdb0ba54b39dc93c 20 0.01/1.00 vMB 94
172,175 172,175 000000000000072de11ac6ebea24ef6ebd69533ba51cf427c22f0cccca6de51a 30 0.01/1.00 vMB 145
172,174 172,174 0000000000000528de675511d4379dcfaa386f5ce2b3397f4f492a07a275c78e 10 0.01/1.00 vMB 17
172,173 172,173 000000000000063712cd7ddc4174a036a0c2a017cdbf349c6950a3071c015865 53 0.02/1.00 vMB 168
172,172 172,172 0000000000000816885133b2592dd10ee4190ae80cbad856f02002e14670dcdf 10 0.00/1.00 vMB 18
172,171 172,171 00000000000001e2f2282194f4b31a36b132a33eb32e1e8b4e5fa002b1bb87c1 8 0.00/1.00 vMB 25
172,170 172,170 00000000000002d8481adfb499f6e8b2e27df9c7bc5f4fb8b83ecc09188ad139 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.45 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: 527.30 GB
    • Received: 5.45 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.