Loading Tool

Explorer IconExplorer

Memory Pool

81,676 transactions
30.78 vMB
0.07985817 BTC
Random Selection Loading Transactions
Max Size: 188.82/200 MB

Candidate Block

Mining Attempt a39408d95df551d646bc6610f600e90f2028c2d7867042135f7ffa42ef69b691
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root cdfcbc9928862e924fca38b6cd026c147751b4ba858efd9c68d3542392bb5913
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.01078775 BTC
Feerates: 151.12 > 1.08 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (435,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,245 479,245 00000000000000000105fb54c811a2f334f91d7cf42a48af423393adb034b697 2,128 1.00/1.00 vMB 171
479,244 479,244 000000000000000000d36822ce81b5aa539506d04c8b0f71dec8ede2a3ce36f5 2,082 1.00/1.00 vMB 64
479,243 479,243 000000000000000000e232a0e9f0d7d98dd63d9861e940fde59b185621501064 497 0.44/1.00 vMB 39
479,242 479,242 0000000000000000002339303464c05d0a9b10e7b147f72b530beddae7f32610 314 0.21/1.00 vMB 105
479,241 479,241 0000000000000000009f488ae8951c1cb91679aa13b537aa8c6647202da4d899 1,999 1.00/1.00 vMB 28
479,240 479,240 000000000000000000d3d8f3b0d30c8d9153dc58c4279d21491d3d1a01665a27 1,842 1.00/1.00 vMB 45
479,239 479,239 000000000000000000844d6d01ccea62e21726f5ae8696f8766d2f3d14864998 2,071 1.00/1.00 vMB 123
479,238 479,238 000000000000000000b866762b4fa4cf8024f340c87913c005246f79f03a612a 2,292 1.00/1.00 vMB 149
479,237 479,237 000000000000000000aad9e6f957d9e1651d7af81ea36f5a5f4e2632777e58e9 1,581 1.00/1.00 vMB 159
479,236 479,236 000000000000000000401a3ef8f0b1e680f25b609093bb4e6b10afc7eb8e7234 1,676 1.00/1.00 vMB 43
479,235 479,235 00000000000000000108a83390458ab0d46122697ec6352586d51f9349e77d18 1,232 1.00/1.00 vMB 99
479,234 479,234 0000000000000000002c801a91ffaa6023324109d7b2483b3941f00a76ba09bb 2,361 1.00/1.00 vMB 111
479,233 479,233 0000000000000000000b8269c82f408e7bd50432a2d6013b3a863a0f0231ff1f 2,534 1.00/1.00 vMB 149
479,232 479,232 00000000000000000037d8805fe10dff01086015b3163c9e454d6c6482b52378 1,479 0.95/1.00 vMB 13
479,231 479,231 00000000000000000056dd4be361686c8a8e71f9a369ecfbcdb894041f9f2c5f 2,393 1.00/1.00 vMB 125
479,230 479,230 0000000000000000002b84d96d7823cd6deb853ecfb712647eed9de9027a1733 2,279 1.00/1.00 vMB 85
479,229 479,229 000000000000000000d21b71388ce979641eb1d877ccd924f68ccc6ea19d7d48 1,979 1.00/1.00 vMB 84
479,228 479,228 000000000000000000b368ab252880f9756d7e55013c2b08a5dee8b90e2213d0 2,249 1.00/1.00 vMB 134
479,227 479,227 000000000000000000c3eaef58675dc2ee0c8beb9c3d89bc9cd6ad030af81259 943 0.63/1.00 vMB 42
479,226 479,226 000000000000000000021bd5f2e40f1607d9cc24bbfd2ce1dd77e85080747d34 1,755 1.00/1.00 vMB 44
479,225 479,225 00000000000000000012117954e26c325e11799902a7b24a23ca79525b9ca103 2,741 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.