Loading Tool

Explorer IconExplorer

Memory Pool

76,638 transactions
28.97 vMB
0.07695114 BTC
Random Selection Loading Transactions
Max Size: 177.01/200 MB

Candidate Block

Mining Attempt e2f05bf791dd20747765958196ce6cd442244a5f3573f2f93e477e3fbd517cda
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 025e2395bbd63eba8bd6805b7c26a9b04c16b1decaf90bc6d9a101b7bb04fbcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.01377361 BTC
Feerates: 77.76 > 1.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (435,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,251 479,251 0000000000000000008b5f42d1a9f4c5c4c11a9531857be73ee8fb825528b7e0 2,093 1.00/1.00 vMB 106
479,250 479,250 0000000000000000010fc7fbc1ffeec35444f63966c77714874a3e00002845f2 1,503 1.00/1.00 vMB 120
479,249 479,249 0000000000000000008eca3f43095a890aeec0461114dd80c52327429978d0c1 1,374 1.00/1.00 vMB 81
479,248 479,248 0000000000000000008bf31923b691b990f252710b3b51584562e3a6a5f5417a 863 1.00/1.00 vMB 40
479,247 479,247 00000000000000000101f9548a4b60b8bf16528bae9a36bd0841973a6ddf0095 1,386 1.00/1.00 vMB 36
479,246 479,246 0000000000000000003d8f83dfd777f65a19d641b76f3a5d07a96725041c0a31 1,842 1.00/1.00 vMB 114
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
Previous 10 blocks ↓
Total Size: 782.82 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: 710.77 GB
    • Received: 17.08 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.