Loading Tool

Explorer IconExplorer

Memory Pool

80,442 transactions
30.25 vMB
0.11981459 BTC
Random Selection Loading Transactions
Max Size: 180.99/200 MB

Candidate Block

Mining Attempt d1a560c95b572d3590c3adc26ef7f646e35760e3344d4e8d7b127d974f11614d
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 3b967f564a024487368c66e4d1bb2e58ca9b32d0d2c7bde02b8016b5e6ace115
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,954
Size: 1.00 vMB
Total Fees: 0.04816813 BTC
Feerates: 574.11 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (538,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,197 376,197 00000000000000000e7775f423846f21f4e2d391219b8b4f609f5c9dceff6e44 1,189 0.50/1.00 vMB 39
376,196 376,196 00000000000000000c31e4e5f86a07da26033cea7f6f1e3920fc8b6a70f7838e 899 0.41/1.00 vMB 49
376,195 376,195 000000000000000000ad50ef053a6f6903bdaaa404bbe9e1aa22f22c94b8cdc9 800 0.37/1.00 vMB 40
376,194 376,194 0000000000000000055d29943825e0d9336c3700472fdb562f9180795309b397 470 0.54/1.00 vMB 12
376,193 376,193 000000000000000006b920303e38c69d3afe8d582aa5d371bd8293c29fd7cab9 2,203 1.00/1.00 vMB 49
376,192 376,192 00000000000000000f43691ead3202fa116d10e8ed193162f3d4aaa1073454e3 1,040 0.70/1.00 vMB 36
376,191 376,191 000000000000000001c1dd91836cd89f673dfb20f9c85a122469b18391544b01 323 0.78/1.00 vMB 11
376,190 376,190 00000000000000000e259ff110971620ef1e96a88f5e95fa430b371dafbe0ab4 1,249 0.75/1.00 vMB 35
376,189 376,189 00000000000000000b27bc1b096a4fce5d07b24a182687b3e565d0d88e7dab76 615 0.62/1.00 vMB 34
376,188 376,188 0000000000000000057b61a10827778b7dafc0ab57455c5549ecde68025fc18e 626 0.33/1.00 vMB 42
376,187 376,187 00000000000000000f6f68964fe5a7d273d51c3e8aeae24fa7d7c246899b4a97 261 0.11/1.00 vMB 39
376,186 376,186 000000000000000010173abed5dc124f5e4eafff3b94ff3e049dc126b2348107 683 0.30/1.00 vMB 35
376,185 376,185 0000000000000000097be2fbb4bd3b544a12d4799341843f8959614393b6ff0d 1,305 0.76/1.00 vMB 33
376,184 376,184 00000000000000000a67a99e1c63537c5809ae681c28654a2dee4ddf8c17a827 242 0.11/1.00 vMB 46
376,183 376,183 00000000000000000b72da3282a4b8ab72ffcd96428653d259f546dc5e0c1f86 719 0.45/1.00 vMB 36
376,182 376,182 0000000000000000030af0797e5e8a5fcb25eb9512a2d0e3159e751991f5ee27 312 0.12/1.00 vMB 51
376,181 376,181 00000000000000000af07775c9c3067341058a82aab1b71379b9d93e7637a3f2 147 0.09/1.00 vMB 33
376,180 376,180 000000000000000001c8e6daede00c44f759c5782227f60ab9cb0450a7b893ad 1,036 0.59/1.00 vMB 44
376,179 376,179 00000000000000000393f15488c334b85d0abe645bb4200a7973fe0ad96657b5 982 0.67/1.00 vMB 22
376,178 376,178 00000000000000000979862b0f8c22359fba7a5a72292c661a51135d9b35a7e5 1,649 0.85/1.00 vMB 50
376,177 376,177 0000000000000000063814b129390e7edf03e61703681f1d700f5e7d297cc8c2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.57 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.19 GB
    • Received: 15.87 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.