Loading Tool

Explorer IconExplorer

Memory Pool

81,544 transactions
29.87 vMB
0.14318172 BTC
Random Selection Loading Transactions
Max Size: 181.01/200 MB

Candidate Block

Mining Attempt 0f17bd3c1fab392f1b896bde3446c8c051e632166d2b12bc4cea327baf289ce4
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 509f8fc7a5f508aba11d0260fe464f2d60fbdf0bd1c0a2e66f5dbe92bfcdde21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.07535885 BTC
Feerates: 101.65 > 7.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (492,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,206 422,206 0000000000000000018e9b6af99a5e35f481985207fffa8f36f370b98f332408 2,195 1.00/1.00 vMB 73
422,205 422,205 00000000000000000039fba693e27c7d9e5364e2f0d776c2e8379419f45685c8 2,543 1.00/1.00 vMB 72
422,204 422,204 00000000000000000239bbc6fe07169bd0bdbfa472fe8054c8c32fa45e05de40 410 0.75/1.00 vMB 16
422,203 422,203 000000000000000004f46d4692e4ed8b5e35f31424270ab8c4723b10142d3512 2,076 1.00/1.00 vMB 38
422,202 422,202 0000000000000000038ea2293e933b702e6bb4e865b5221557ba6ef1377fcd05 2,338 1.00/1.00 vMB 53
422,201 422,201 00000000000000000450d2a7e88bf81af8709510beb08321aeed0749faa43f32 2,710 1.00/1.00 vMB 91
422,200 422,200 00000000000000000106e3d57b1bf9c09c413a1091030bdc9b3315c68f6f7cff 1,263 1.00/1.00 vMB 31
422,199 422,199 000000000000000004e712e47e5d8cc18df87eabbfd0b55598caf7dd0c05ad6c 1,467 1.00/1.00 vMB 28
422,198 422,198 0000000000000000050bd06af29d7e7b382bd095122f52057e4ccb5d94b80f65 2,661 1.00/1.00 vMB 79
422,197 422,197 0000000000000000001c2b6be10b13573a17aa337f27739549c09de4eb58f293 600 0.73/1.00 vMB 28
422,196 422,196 00000000000000000023487ee97c592fcfd12699e7afc0626612ebe6993b3577 1,844 1.00/1.00 vMB 47
422,195 422,195 000000000000000000c90a22e00f05e351dcfac82b0db19630a6ef6db7b6fe98 2,685 1.00/1.00 vMB 72
422,194 422,194 0000000000000000043b55c9c26bd8aa74721927286a63c0b5e490e14653e31d 2,644 1.00/1.00 vMB 75
422,193 422,193 0000000000000000027132cd26ab143b7fb13ed317c7f7d4c9924e1b03b466a7 62 0.05/1.00 vMB 52
422,192 422,192 000000000000000000bf73dbe5f600efcb58b75eb2cde33321c2ffeac7c9a7cb 1 0.00/1.00 vMB 0
422,191 422,191 0000000000000000043aefd86f5f52bcc453b9299a23fcda7dc3032a260b25d3 973 0.88/1.00 vMB 33
422,190 422,190 0000000000000000021ab887ee95484b7f9cbfe4e23d1765c595002af597893d 1,708 1.00/1.00 vMB 47
422,189 422,189 00000000000000000376a1aec33870d16dda063ed9d4a0df09de34f6fdbc17f5 1,557 0.99/1.00 vMB 25
422,188 422,188 0000000000000000049c16cc88f0153391ce6ce2d7f190696eae70f6c3c76ff0 2,101 1.00/1.00 vMB 64
422,187 422,187 000000000000000000df02ca723d54d21161ac886cecdeb1d1f2ac46e5dde0b1 2,217 1.00/1.00 vMB 55
422,186 422,186 000000000000000002b08fe6e7034319c9fa9ca4580662e632012ccee15ea24e 1,420 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.