Loading Tool

Explorer IconExplorer

Memory Pool

21,417 transactions
9.49 vMB
0.06177027 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.34/200 MB

Candidate Block

Mining Attempt 48ebfc6febe14433f64cb622921f10887e1185e1776b0760416931cc9d67a724
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root ed14743077589bd77cdf6501308edc8708b63e12e0e2cf1fecc0898e7f9f3d48
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,981
Size: 1.00 vMB
Total Fees: 0.03831846 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (712,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,438 200,438 00000000000003e5a63136bc5e25bea77ad08ecb1037701da17308b03d4e4cac 32 0.01 vMB 0
200,437 200,437 000000000000038dc947221569485f269c5aa1494f4f1d2f8eef77034644eca4 56 0.02 vMB 145
200,436 200,436 00000000000003769629bd90ca807078a29c5dbe8416d2e21aee28207b85d3cb 88 0.03 vMB 111
200,435 200,435 0000000000000348fa363ddb6e88be12909a040e0916b837a6c8cf92a8a769ea 9 0.00 vMB 45
200,434 200,434 00000000000003fc43ceb91f9496aa2295f901bba0cf3283eca3b27df5cddc92 15 0.04 vMB 59
200,433 200,433 00000000000005d024e86337ca13439b7f3dbd5e1a005b1dbe510150d45b6e98 61 0.03 vMB 229
200,432 200,432 00000000000005bdfbce8f8b7e0b13247ae279ae77cb5dd6ed248befa7e75cfb 227 0.09 vMB 122
200,431 200,431 0000000000000546539a95c69b1225d5389b5ba598bacfabc3b281971bdcd3a3 152 0.05 vMB 76
200,430 200,430 000000000000059df446177c1c557a45c7a9449fb26812be662173b492e98c9a 45 0.02 vMB 163
200,429 200,429 000000000000035ea4898e1ee49bb1f1d1312108e2c791a616f8066975bc55f2 212 0.09 vMB 129
200,428 200,428 000000000000049853432c8cb361e1135a2ddb3a08e4ec6ca6bb8a03323d3eba 263 0.09 vMB 172
200,427 200,427 000000000000001a809166cbc57ca7b51fc3a5da96b45808509b3cb054faa8a7 88 0.03 vMB 111
200,426 200,426 00000000000003996184d5ad2e40aaecc671e4bc5f29b09aefc8925899b0ca04 20 0.01 vMB 63
200,425 200,425 000000000000006fcc5c293e21b651f5d0c72a52c04b017845f91e20e4f97ba0 13 0.00 vMB 0
200,424 200,424 0000000000000422cfd1f52062371065267a3d4bd8efdf99cd3531ebfc6df9b8 74 0.02 vMB 174
200,423 200,423 00000000000004049f1e653554393f57d370103f1db0c3f09bb50b30f380d612 207 0.20 vMB 131
200,422 200,422 00000000000004315593807bc06f01ee94a3562cb4818ab3f7a3754acf922590 34 0.02 vMB 122
200,421 200,421 00000000000002170677445ade7607547159de69d54f1ea695782be8953be68e 8 0.00 vMB 360
200,420 200,420 00000000000000bd8af8830b6ecb15a17a82c06943eaef56d5b5dae4ad775424 140 0.04 vMB 61
200,419 200,419 00000000000004263f1f93a6172a4681ef27d7557fbe75d16e31ba7f93a34030 5 0.00 vMB 0
200,418 200,418 00000000000004d79b49be17b7920837ba237f33b001100d8d5ad3bd8b0787d4 99 0.04 vMB 128
Previous 10 blocks ↓
Total Size: 779.57 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: 275.47 GB
    • Received: 1.08 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.