Loading Tool

Explorer IconExplorer

Memory Pool

88,329 transactions
32.32 vMB
0.17283531 BTC
Random Selection Loading Transactions
Max Size: 195.72/200 MB

Candidate Block

Mining Attempt 0cea5fd39daea0803fd78baab98c022e1742bdf2c5613fc42c87659e6253b120
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 2b90a404404485a39bc31c658270fdde7f805d1ac28d38b329304d063543c8b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,735
Size: 1.00 vMB
Total Fees: 0.08389978 BTC
Feerates: 216.64 > 8.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (474,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,209 440,209 0000000000000000037eb4247fb2f69e4c47df85296453822191794f1819c3be 2,431 1.00/1.00 vMB 69
440,208 440,208 000000000000000002797a2431591c948deb6407a2c6c2184f672b5a621a4eb8 1,527 1.00/1.00 vMB 76
440,207 440,207 0000000000000000039f937ba76a909b237b4b277945b6162e92b53c9a27fa8e 2,210 1.00/1.00 vMB 77
440,206 440,206 000000000000000003429bc0184c3fae4ee79a1e3c4eeec96d4c9f3f5cb65347 1,368 1.00/1.00 vMB 36
440,205 440,205 00000000000000000096f8e856fb64dbf6c0b05767241415b48f3dc94c014b96 988 0.39/1.00 vMB 71
440,204 440,204 00000000000000000023f4e30e0c63ee386d4b47be620641ec08ea659c7124b3 1,703 1.00/1.00 vMB 46
440,203 440,203 00000000000000000189728838420e003cad005f018b5e0bfd4356d1f8a23ba9 2,572 1.00/1.00 vMB 57
440,202 440,202 000000000000000003c0970e7960c118a87c724ab310e82ef28829defc852a82 1,915 1.00/1.00 vMB 50
440,201 440,201 0000000000000000014ea0778bb6206100636a359ba37a87a7f9a105e2e02302 2,401 1.00/1.00 vMB 58
440,200 440,200 000000000000000001c88b4bffb57f45678c71b4a8dbc2f499b05f7d6665bf86 2,543 1.00/1.00 vMB 92
440,199 440,199 00000000000000000255cd8794efbc9738449e3021bdfbafefc6f1d8e280bf64 2,688 1.00/1.00 vMB 65
440,198 440,198 00000000000000000159dc856efdc6b9269166ec5cd3c1e4f79f300486a5d678 2,767 1.00/1.00 vMB 61
440,197 440,197 0000000000000000007ca69707304dd23bc0bd0bb9e5dfe55f8b07c3a9c42c7d 1,778 1.00/1.00 vMB 69
440,196 440,196 000000000000000001a61bcc77d562e6a934c5f20dd1751b571fe737f78b42d4 2,309 1.00/1.00 vMB 63
440,195 440,195 000000000000000002b788a38ade5472cf5edefe4706e3f8b4009098ff58686c 2,405 1.00/1.00 vMB 73
440,194 440,194 000000000000000002d31e17d9623b0f0d7aff7a12ccd525519bba7e43989e98 1,472 1.00/1.00 vMB 68
440,193 440,193 000000000000000001ec6eeedf67d73891e73eb14ec7a81b70f7bb6fe9f8c4c3 1,638 1.00/1.00 vMB 64
440,192 440,192 0000000000000000035a89da13e5ee8ececb4d42a2226f66290ab01b77504c86 2,113 1.00/1.00 vMB 116
440,191 440,191 0000000000000000021c07132f83ab2263e8288edf012edf86527a039304ee82 2,211 1.00/1.00 vMB 89
440,190 440,190 000000000000000003db80d7901e98d3f435cfc42f1b89c795d706075acffec7 3,011 1.00/1.00 vMB 86
440,189 440,189 000000000000000001d92e0cece6464df4f8c7220b376864568aa5803fcf2c6b 2,329 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

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