Loading Tool

Explorer IconExplorer

Memory Pool

14,381 transactions
10.80 vMB
0.04580188 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.11/200 MB

Candidate Block

Mining Attempt 81de60a344c1a3823cdf40b2c0029526d1596a3b07ee549d11c4d04d9bb25e1a
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root 510cfc29b2ec75c4f7ef37622f72eaf8ec20d9598613ff13b12abef1379f5b94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 0.99797325 1.00 vMB
Total Fees: 0.02630738 BTC
Feerates: 202.69 > 2.64 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (746,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,189 167,189 00000000000008a9016d8f7b4a341055cfa5c3eec5851b40999259d63c416c1b 153 0.04/1.00 vMB 38
167,188 167,188 00000000000000a372dc567737e72ca59ab356822dcc9014687b86c2b2e25737 30 0.02/1.00 vMB 84
167,187 167,187 0000000000000002d8d6a4f2f12b4e59af2cffb553a5d0ae1a435adfb1f70c6c 69 0.05/1.00 vMB 73
167,186 167,186 00000000000001334dff6fdd30939c94dafc2d3a089c1d734e8656b996a6ca9a 1 0.00/1.00 vMB 0
167,185 167,185 000000000000046688dd5f00726fba3f22c540ad1d796d404996b1864aaeae49 26 0.01/1.00 vMB 45
167,184 167,184 00000000000000fffb68adc4cc17321721abc7dce81b2d0cfd1585e538dc909d 99 0.04/1.00 vMB 136
167,183 167,183 00000000000001b2a48ac1a3fad5dfe0c8d01e03ec32206e4177db3a14ff9bbc 34 0.02/1.00 vMB 859
167,182 167,182 000000000000047187c2236610740b94be7885e6b76066d9cfb520247845e0ca 113 0.04/1.00 vMB 204
167,181 167,181 0000000000000b76e8b9158a5c2e234cbd2f800b81c7cd25643da6b2c25d1f25 17 0.00/1.00 vMB 294
167,180 167,180 00000000000009099eb94a3360edb0b634bacc221e90f187c8567b79305713b2 40 0.01/1.00 vMB 78
167,179 167,179 0000000000000a589d89e8fc3929c34225b7c6aba19699dd9a92bc5be0013d92 45 0.01/1.00 vMB 3
167,178 167,178 0000000000000762b6618d495a96f1e424d15902c3380238bf19ac7dbec87933 122 0.05/1.00 vMB 150
167,177 167,177 00000000000001b0539af1448822a3d3b63261abc41df12880b8928f0833e065 53 0.02/1.00 vMB 49
167,176 167,176 00000000000004071479485cccfdaa0a739ae7c4bf295413c439af52b00e0183 64 0.02/1.00 vMB 104
167,175 167,175 0000000000000904f4389c7bf6f90c6bc383c67166347bf88328ccb018c3903a 49 0.02/1.00 vMB 299
167,174 167,174 0000000000000034add55a96ac72532e3694575d4f61598f2893f68edc3abe36 58 0.02/1.00 vMB 21
167,173 167,173 000000000000072a2cfb0fc19c0818d1a679cdb65bf4c703ccaa104649269f80 8 0.00/1.00 vMB 0
167,172 167,172 0000000000000475814034fd53afd00fa5f65e70084354bb477bc10bb083c282 85 0.04/1.00 vMB 100
167,171 167,171 00000000000005b6d78343c1523d8e83bb2a6df9c430acffe78835043fdf5612 16 0.01/1.00 vMB 49
167,170 167,170 00000000000006f9056b4671e02e7550798d511b52cf0a1897c8f9d77da01959 28 0.01/1.00 vMB 29
167,169 167,169 0000000000000b2936bdbb7c00fbbc6dca457fd8365d99d01dcecb07139fbc79 51 0.02/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 780.28 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: 516.60 GB
    • Received: 4.46 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.