Loading Tool

Explorer IconExplorer

Memory Pool

46,095 transactions
30.56 vMB
0.09724562 BTC
Random Selection Loading Transactions
Max Size: 157.18/200 MB

Candidate Block

Mining Attempt f6c09801f36b9a59a41603ffdcd9e15fc8d8c7fc50495b8e48fda0a51edaa2c7
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 6c0aad893490d6b63993ee877eaa4cbbbbad6a9522bb04c3f344eabe726fa9f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,543
Size: 1.00 vMB
Total Fees: 0.03076907 BTC
Feerates: 100.29 > 3.08 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (737,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,384 177,384 00000000000005ec20e252e7296e11831b8be95907ca8881028cb0d593fcdc96 64 0.03/1.00 vMB 16
177,383 177,383 000000000000043f0940f1507e371d1c80c29c3cb3cfefbb7c236f1e352bca62 122 0.06/1.00 vMB 1,926
177,382 177,382 000000000000028f4a115fc46bed22b1cdfea164840aa949298ac1d5a935cc7a 29 0.01/1.00 vMB 142
177,381 177,381 000000000000086695cf248398b73e6cf2c8ae4ad61b70122bde885cfe23bc57 46 0.02/1.00 vMB 127
177,380 177,380 000000000000064b52b9f6aad7f38f7eb3eb5888d208a1b8b41f69449b2c6051 19 0.04/1.00 vMB 59
177,379 177,379 000000000000042ea71186059aba3a9baddd8aa9519ff3d8c0100aa46f83457e 166 0.05/1.00 vMB 50
177,378 177,378 00000000000001037295f55f79c7fa1f77af20d99703bbf66e71cd6207aa4165 28 0.02/1.00 vMB 25
177,377 177,377 00000000000001e1fb1b05ab8a6f931f3b1d2af051189057783fe6d89153766b 82 0.09/1.00 vMB 58
177,376 177,376 00000000000004b57f0ef0c993d75e1dc4b7d88ad7f0f1c7d1415f3fc3d39817 66 0.06/1.00 vMB 556
177,375 177,375 000000000000021e29feeaee09b6f9c47fb64135c7d70e7571367ff854c6d435 56 0.03/1.00 vMB 191
177,374 177,374 00000000000007cac71897d2565ae7e51391c8fb445218a4c16ca2b1a0f956ee 91 0.09/1.00 vMB 67
177,373 177,373 000000000000070e283057f45b2e79b837c8aa2daa301db75b12e00f1b8f3543 36 0.02/1.00 vMB 5,040
177,372 177,372 0000000000000a8358b86bf92a4a01ce41dfd2492e3e09a9c13ed731f4002b2b 62 0.03/1.00 vMB 225
177,371 177,371 00000000000008dcc1f389fd4f778479641d54984b5ec4382940051629489d75 167 0.05/1.00 vMB 35
177,370 177,370 00000000000001eccbe97306de13d5e571557c28e0f16213130d01ffeff91420 17 0.01/1.00 vMB 172
177,369 177,369 000000000000098084d721341d6b41cea74c2f3ca36e4f9bda03c323824d5a4c 104 0.04/1.00 vMB 173
177,368 177,368 000000000000025f2af4d44fecf393605831bb7682a037ca5cde1e43681ed0fc 21 0.04/1.00 vMB 779
177,367 177,367 0000000000000a5a3cf32497981624a8c2b0e4b648e80e2bc82c72accb1ddc7f 59 0.04/1.00 vMB 128
177,366 177,366 0000000000000269e04e09659c186bb87de865804287d7bfa07d9274b5a05d36 97 0.06/1.00 vMB 93
177,365 177,365 00000000000004205eb5e71950ba5e7766e0d641dcedd8acf59c19d0bdaf6a4b 121 0.05/1.00 vMB 17
177,364 177,364 00000000000001788295ef0cfe68ec01054884419b546c3311a335f577c9ab2b 115 0.05/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.68 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.