Loading Tool

Explorer IconExplorer

Memory Pool

20,487 transactions
9.01 vMB
0.05987983 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.59/200 MB

Candidate Block

Mining Attempt 0fe5d5988ea97480fab91873e056dc4e87187923dc5afd0cc20fe94fe885b8be
Version 20000000
Previous Block 00000000000000000001e0990096d2cfa519a4455239a76e52f0e783a20ccb94
Merkle Root 1addf8237df02ea793149387afe9fe65c17cc5b8b25c5fb062d62e9dcbc315b4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.03798811 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,414 (651,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,774 261,774 0000000000000008760f5ac7a79848ebf25bb4b60fa441c0747820aff306f65a 303 0.14 vMB 95
261,773 261,773 0000000000000011b3748aea2bbf43ec06eb39dcd6e13a88d85d190e2d050123 49 0.02 vMB 43
261,772 261,772 0000000000000012acceaf8560a4133bdd1f7c7c25a2c4b2da22c6fcb516b16e 497 0.20 vMB 120
261,771 261,771 0000000000000008cbb6d19b2108406055cb3cb778ece647b7619cae937275cd 482 0.24 vMB 90
261,770 261,770 000000000000001aa2eb55ece778976db554441ac658eb5d0c34a61496428f24 265 0.14 vMB 84
261,769 261,769 0000000000000006e959ecf5790f1c638133e87c1f09ced322712d30d99e3886 211 0.09 vMB 100
261,768 261,768 0000000000000002d1e87ba8e170905e8baefd34838402a4519102724cc06d13 269 0.16 vMB 79
261,767 261,767 00000000000000051c855182e34fa51b0faecc7007a296e22e6e6528782b1762 60 0.06 vMB 39
261,766 261,766 000000000000000bb09ab6d36a997f745a0dbd1c9fa99181f96542734f9ba223 441 0.19 vMB 126
261,765 261,765 00000000000000058e4efcda38a2defdf39765afe9cd563f689ba9a97df7dd66 156 0.08 vMB 61
261,764 261,764 000000000000000a754dcd88ccae8270309c9bc5244885be339b0a5064be91f3 496 0.27 vMB 90
261,763 261,763 00000000000000079e66a8b7ccda1d0534a8eb27db601f45d2f052463fc836ad 321 0.14 vMB 101
261,762 261,762 000000000000000afe005b2dd0368d60b8196bb07f458149a1605c94ec14e329 467 0.21 vMB 85
261,761 261,761 0000000000000010fb9199af34b89ab66d6bf1c436f749b0548fa393195a3dd1 335 0.14 vMB 120
261,760 261,760 000000000000001096783ee4abf58a7051e6eae419a973c1aa1aed3c7b212a18 204 0.09 vMB 83
261,759 261,759 00000000000000044c9781b70deaa9abde6168024d3ac6d6cb65d17a19a046c6 7 0.01 vMB 18
261,758 261,758 000000000000000f6683e46cbea7d18636c08d725612a50058194b54bab66c0e 72 0.03 vMB 91
261,757 261,757 000000000000000f14f2a156ea8ec72712c8f1919992a3962bfff843aed72e47 56 0.02 vMB 74
261,756 261,756 000000000000000b042dd74c4ccc762a2cf3ca5288345bee714d21df703bd1f3 296 0.12 vMB 101
261,755 261,755 00000000000000013a50acd1fa14364b420d5505f746764b9ac813c72e35c375 61 0.02 vMB 87
261,754 261,754 000000000000000c507fa3bde0381b8045967290cd0f680573fe29b7759da81b 41 0.03 vMB 38
Previous 10 blocks ↓
Total Size: 779.59 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: 290.28 GB
    • Received: 1.18 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.