Loading Tool

Explorer IconExplorer

Memory Pool

28,891 transactions
10.37 vMB
0.03847463 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.57/200 MB

Candidate Block

Mining Attempt 9fc1446df6a61dc8f02ed94a9cc3eb2269f2b8c2b5f95a6ecba8a4b7bbbb8b82
Version 20000000
Previous Block 00000000000000000001d707fbd85f02f6dd6025f5811e28a490b17660214a96
Merkle Root 1298088f113c3312377cd1c97ae13905c781161f87417e0aa2378dc037329401
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 972
Size: 0.44 vMB
Total Fees: 0.01344441 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,249 (653,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,433 259,433 000000000000002566d9e04d9f897b69d2dc673a97f6a7dc35388bf8d9bd5a55 169 0.09 vMB 91
259,432 259,432 000000000000000f17c0b9383fe5fc7cc543ef71e7b5b7fb7af1ad40f98300ed 125 0.04 vMB 88
259,431 259,431 000000000000001cb25b8388e7065cafc828d8bd9c75039dddcd6a8a41be84c1 241 0.09 vMB 124
259,430 259,430 000000000000001405e4fe173fa30f8b71ad395ca1312556e43113c746d869c5 71 0.03 vMB 90
259,429 259,429 0000000000000010c122ccadd5159697f696ab7404d7454764c99b47d07ce328 44 0.02 vMB 132
259,428 259,428 0000000000000016a3f423fffea4ae0c52825bd8048e468fb38a89c1f887075e 104 0.05 vMB 102
259,427 259,427 0000000000000016951ec7aa002d978d30b873bfb4da9b785587097a24da97f2 29 0.01 vMB 64
259,426 259,426 0000000000000023439149746c9593a30d0fe54ac46adda23ec93e2d8a0c8c34 129 0.05 vMB 133
259,425 259,425 0000000000000018e4a9b314c1622d277534605c218345071a32def121c915a4 337 0.15 vMB 112
259,424 259,424 00000000000000167b34e9f092ba88c88612fc93f4a3d0b70b7856c4978e0435 106 0.05 vMB 109
259,423 259,423 00000000000000150ac123f2466dee2a4c9e1412c124ef13890c66181e37b3e0 449 0.18 vMB 124
259,422 259,422 00000000000000129ed28ff0013664209a9b9c9f0c03a59a39fd43e4950c0c12 215 0.14 vMB 87
259,421 259,421 000000000000001aadd1c58e799c417046b0b4c3abcd1614bac49ffe8a2fe4f1 490 0.19 vMB 112
259,420 259,420 000000000000000e2692f89905e6465079cb538507bb3748546f0d06970468e5 207 0.08 vMB 144
259,419 259,419 0000000000000014172816d8ed8659796fd8c74639b8a612abc101950c302caf 156 0.10 vMB 66
259,418 259,418 000000000000000e1226fdd86445355d93658d5de7bb2b63f225e8acbdecd557 223 0.09 vMB 150
259,417 259,417 000000000000000a8f67dc48bef218414cec5a382e9479a202929f228491df85 112 0.05 vMB 108
259,416 259,416 000000000000000229a40433d7efc9c37e04e7afe77ca41ec3c7048ed942504a 428 0.18 vMB 74
259,415 259,415 00000000000000082dc15129f2d679f37cbcb9eaaa4567687211c30ba75a63c7 272 0.11 vMB 152
259,414 259,414 0000000000000010917a1c5e7e61abaab6d077aa4585239426afea8d695959a9 483 0.21 vMB 96
259,413 259,413 0000000000000019df5632b2e80604e4d33a59de623005bdfacfa617a1b11dbb 607 0.25 vMB 241
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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