Loading Tool

Explorer IconExplorer

Memory Pool

21,970 transactions
5.15 vMB
0.03033518 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.18/200 MB

Candidate Block

Mining Attempt 39de335541a9697fe7f047c21593ec057e2c0c822f2d431ca572aca8ff225745
Version 20000000
Previous Block 00000000000000000000e95dc9b7debc8998f45c4859683896288d3059df60a6
Merkle Root 789a3f459ea0f5fae89e5f27d97ea7a491a0ee55b4623d9ef2cd004a5a8db321
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,843
Size: 0.73 vMB
Total Fees: 0.01875688 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,986 (706,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,050 206,050 00000000000002ba69761a9e978972cfffcc768128d74fb3dee0aed823645861 0.01 MB 42 71
206,049 206,049 000000000000013437bbe873b7b21722a44b2ae01c23fb04964787199099d8d3 0.06 MB 129 164
206,048 206,048 0000000000000020acba993a1d5db4c5c9dfab7390dc5481dcc3e694e9e320eb 0.32 MB 420 78
206,047 206,047 00000000000004c290b585882a7b551778a8f2eaaf3cab52475413256447e80e 0.00 MB 1 0
206,046 206,046 00000000000003a7bfdcc00e2c6663d50d0181204a137e0005ccac74cf0ea1b5 0.03 MB 54 89
206,045 206,045 00000000000002f41f810d402a5dce08cb5569450ff3cc06094b193ba1c21075 0.08 MB 253 12
206,044 206,044 00000000000002e730eec4296c5e109c41c809b8692f5d99dc0143b8c58829b9 0.04 MB 65 60
206,043 206,043 000000000000041c1d2a4cdeec7aa2cc95a13abe9cdab4a2692d4748201dec11 0.10 MB 220 218
206,042 206,042 00000000000002c5f9dd8492c795db5ce6eb3ab3fc824870124576c323a0e28a 0.13 MB 331 185
206,041 206,041 00000000000003ac8c95b77a19f7e80c8ed7cc1a32d470b62533e605dbf3f38d 0.11 MB 228 224
206,040 206,040 000000000000010c65be7fbb7319d8cfd6bd860b8e025795e135ff109676b443 0.04 MB 98 75
206,039 206,039 00000000000004611af8488259deb1a52d36c9f4679907efcf5f8cb0a980c2a4 0.08 MB 218 301
206,038 206,038 000000000000048f2910f5160bdfa8574e6aa72bf7172e001d18dab3d0e4c90b 0.10 MB 204 210
206,037 206,037 0000000000000114e337cd5a5ef7d021a204e3e41dec925a4146135c6bd8abae 0.04 MB 107 55
206,036 206,036 00000000000001d21a3399c7c452ae1f81768069962d1f1740da325048d1ceb5 0.06 MB 159 215
206,035 206,035 000000000000033ea2c0492fa029309dbbfd694bd30f2057b9e0524cfb74668e 0.09 MB 181 144
206,034 206,034 0000000000000060dc6d0faf998627ae6da9ec31c2abe1a5b92b19c89a2d9784 0.00 MB 1 0
206,033 206,033 00000000000003ff8e547076d2354ed3ade00aacb406aecd1b1a1eecf0147e09 0.03 MB 26 32
206,032 206,032 000000000000014c5d360d870abd0138acda90271e188f11ed946c9d05b2a685 0.26 MB 502 200
206,031 206,031 00000000000004e8ff8cc7806986e748342a672065fb95b591780d47f0384c26 0.11 MB 289 233
206,030 206,030 0000000000000511aa04b8ee5a962a82bc9e458aa58c9ff23572bd246e8eedcf 0.00 MB 11 211
Previous 10 blocks ↓
Total Size: 778.82 GB

Node Details:

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