Loading Tool

Explorer IconExplorer

Memory Pool

26,527 transactions
27.52 vMB
0.10712141 BTC
Random Selection Loading Transactions
Max Size: 131.49/200 MB

Candidate Block

Mining Attempt 8e07b0f96e20c786200a24c925a85c572535fd92fb5f0f8702264cf44b026dfe
Version 20000000
Previous Block 00000000000000000000f7db0d0441ea7e915e393237de50110aa258874156c0
Merkle Root 041926eb6791fbfdb660b412a4aeb71752eeac961b6b3a8710fe95bfad4cf6d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,374
Size: 1.00 vMB
Total Fees: 0.05489946 BTC
Feerates: 150.75 > 5.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,481 (807,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,196 107,196 0000000000018e30fa762006f32178d6406521d6f67a8c002ef4c68aa3d80fbe 7 0.00/1.00 vMB 0
107,195 107,195 000000000000b70e4c7ea1d8e392fc50bf8a3641634a79b14f8f83f0ef4e359a 13 0.00/1.00 vMB 104
107,194 107,194 00000000000209366235821a3521a04c6cd9de0b91a0ce996f431c0c79930eba 29 0.01/1.00 vMB 0
107,193 107,193 00000000000126e982613c23dfe24488f7d53214aaadb8113eaac9e5cb1b1583 12 0.00/1.00 vMB 0
107,192 107,192 000000000002188b3c90d2f61960a609c0d8eebb8df60547edd590537a89f5c1 9 0.00/1.00 vMB 0
107,191 107,191 000000000000debd2150674afaffb1b3ad5ad9acc67ba91bc9524453ade4fd41 10 0.00/1.00 vMB 0
107,190 107,190 000000000000a95903c750259a39430d2b719af84f390034514dfef99dc4775a 8 0.00/1.00 vMB 0
107,189 107,189 000000000000aae9a8b32452334fbe6fb8a316e9b36b14ca033467f242feb9ec 35 0.01/1.00 vMB 0
107,188 107,188 000000000002207f528f0a68df5007b1d5885d6d185188b4c8380db4d46a84f0 11 0.00/1.00 vMB 0
107,187 107,187 000000000001461bc0aa578ea6338d9620431669d856a58037242ae9cfb2aaef 2 0.00/1.00 vMB 0
107,186 107,186 0000000000015ab1e830819e1d71db7371a66a9a480155ca442dadb8f1c3ff72 3 0.00/1.00 vMB 0
107,185 107,185 000000000001a73b1c8a0572c6c46011412713457bcecb7315a2e739c65ea8d6 4 0.00/1.00 vMB 0
107,184 107,184 00000000000085de1fbcb1471b6e8e74c80fba8b45fefc9a34a86ae061ec9a14 2 0.00/1.00 vMB 0
107,183 107,183 0000000000000cf49a3863cf884c3dc0dd9270b97a4c90ab1ebc467a2901aad1 10 0.00/1.00 vMB 0
107,182 107,182 000000000000ed1fe49defdf2235d1bcac4441a856aaa2a5dec96953e2c8b2e4 6 0.00/1.00 vMB 0
107,181 107,181 00000000000122949b07f6d5c21a642c6ab2c8e6013ffffc48d7bfb54a3400ac 6 0.00/1.00 vMB 775
107,180 107,180 000000000002687b88f9697ef2f1b0a8c7c0c6c6c1d084caae95c0e2a5a65b62 3 0.00/1.00 vMB 584
107,179 107,179 00000000000078490a36fe7221191674b7d52894df6e54643e1d186c53133227 7 0.00/1.00 vMB 0
107,178 107,178 000000000000bff696c75de01fd7aa0cbcc7831ba12b45fc8e0d45e3a12db1ca 10 0.00/1.00 vMB 0
107,177 107,177 0000000000025d982f6f421598ae438479a1a168d76e14022f80ddb2fde005b1 25 0.01/1.00 vMB 0
107,176 107,176 000000000001e17745095d0fb9b5b4534ecca3bcb598e8186de9f6cafa546ed4 11 0.00/1.00 vMB 352
Previous 10 blocks ↓
Total Size: 781.46 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: 611.06 GB
    • Received: 10.80 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.