Loading Tool

Explorer IconExplorer

Memory Pool

18,638 transactions
9.43 vMB
0.01805822 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.24/200 MB

Candidate Block

Mining Attempt c79ae883de532dbf7ee6a3acd0c3bc3b61957998dc5343925aefeee13a162a60
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root cd8999e1afb5a6667a98a1d771c1cd238f56a5495604f647371eb8a4505665eb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,198
Size: 1.00 vMB
Total Fees: 0.00340619 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (711,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,189 202,189 0000000000000058f3b12790b14109f97956cbeadcd41919a32087038fc14507 18 0.01 vMB 77
202,188 202,188 0000000000000462ad0e2940519735c5798b02eb59de5a274b64e3ffebd7dad7 167 0.09 vMB 100
202,187 202,187 00000000000001395e5afe86e8b96dcd0f1c7f4ef2b2f63b247fcd946c5dee49 420 0.25 vMB 133
202,186 202,186 0000000000000495c9b3c6631214b51ec7b0e0bba9d07984b1b0a9027c9447db 8 0.00 vMB 15
202,185 202,185 00000000000001e84daea951516477e2a6e3aa63424b01f8fc5c01c04ad4fd2e 349 0.14 vMB 199
202,184 202,184 0000000000000137e8c2041509d495b43c3984b04edf8ad628fbfbea1811592c 372 0.15 vMB 203
202,183 202,183 00000000000002ff3b4940b1427551b5efdb082e7ea7812c0a81d774066b6d82 45 0.02 vMB 166
202,182 202,182 0000000000000393b9693a87c472e6cdcbe03314e97153af81bf86317f927115 92 0.04 vMB 151
202,181 202,181 000000000000032772df5b41ec2bc75f27347a7dde0f97fad30f75ed1913b531 22 0.01 vMB 73
202,180 202,180 00000000000004c107b0dd53309f063c9d11c2baaded1aec2eb84b624d5fe176 149 0.08 vMB 102
202,179 202,179 0000000000000408ae2ff4bae02486c4568ca65867e46fc14c270f85b3b1d221 55 0.06 vMB 50
202,178 202,178 00000000000001a5f58ac1d2a7ff8c26d7a2bf6c3b2ea111a10e9bbc15b19ab9 496 0.18 vMB 180
202,177 202,177 000000000000008059782cda97ee820fd1b6fd7b12c1394b50af9a8cb7240b6c 440 0.25 vMB 137
202,176 202,176 0000000000000383410b8ca9aaaefb677ef5534dd7401defadbfbb7ba24b23d3 32 0.01 vMB 0
202,175 202,175 0000000000000378a7808f51d25ffed1b7a8e564cde15229ebb41aaf17395000 233 0.10 vMB 90
202,174 202,174 000000000000014c81d1ea04076a0fb74f542676d4082172cc6b1c9482f881e9 332 0.18 vMB 114
202,173 202,173 000000000000008bc77720db25468656538362622e54804c9586a3594f563aa9 186 0.06 vMB 131
202,172 202,172 000000000000000b17829b49729e40b75e2db430e36d5580196224826fc9ed3a 77 0.05 vMB 75
202,171 202,171 00000000000004c1d2a5d22029415c97f4176850cab9962fb0e3a335e3d17922 162 0.07 vMB 125
202,170 202,170 0000000000000513e03a704d77e82021ef2e1125df6649e2dbc05519d5c04110 99 0.07 vMB 140
202,169 202,169 00000000000001a3f299399f548ed4760cf472e4c194c94055119fb021d03564 63 0.03 vMB 19
Previous 10 blocks ↓
Total Size: 779.80 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: 406.29 GB
    • Received: 2.12 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.