Loading Tool

Explorer IconExplorer

Memory Pool

81,260 transactions
31.10 vMB
0.09525881 BTC
Random Selection Loading Transactions
Max Size: 188.19/200 MB

Candidate Block

Mining Attempt f83a9de95de3994cad429efbfc48b2404d28d39644d76ef133188221fb0c0d0a
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root e61cf55c15bac55320e88c245112b32eb88ad37d22a8eb9fdfcc2ff7ab7e5ac0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,902
Size: 1.00 vMB
Total Fees: 0.02782869 BTC
Feerates: 110.56 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (258,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,337 656,337 0000000000000000000485a58f8240d1cba81dd74b88d8fb2126af7ea5b4f2c9 2,638 1.00/1.00 vMB 164
656,336 656,336 0000000000000000000aa8f14942902f6fbf35d4b2536b4e8f845e9c594fc3d5 2,767 1.00/1.00 vMB 157
656,335 656,335 0000000000000000000c421dc0aaeab6452106f4135a6872a6536d65fccb1d86 2,623 1.00/1.00 vMB 198
656,334 656,334 0000000000000000001036deaf019131eb27ad8f4cd221f75679f91f2e3090fe 2,536 1.00/1.00 vMB 139
656,333 656,333 000000000000000000067a86b4cfd2c00e0441fcb3fc7af88f495f1448aa8469 2,552 1.00/1.00 vMB 162
656,332 656,332 00000000000000000001ead5a2650d241ce3a8bd38f0f48680c7949e804baea6 2,123 1.00/1.00 vMB 235
656,331 656,331 000000000000000000031d86bd0c3b94864a3d07e79f9bd4075b28dd4e51b982 3,087 1.00/1.00 vMB 156
656,330 656,330 000000000000000000034be4d7c334749cfc08e84e2d2399c1987a0a9e3e304d 2,553 1.00/1.00 vMB 168
656,329 656,329 0000000000000000000ab45fd03e6b694184f27fdeecd3b89f5c449eae374043 1,887 1.00/1.00 vMB 180
656,328 656,328 0000000000000000000fd9a278271714686dafeaaaf79e3bf99ab254d96a7c11 2,184 1.00/1.00 vMB 238
656,327 656,327 000000000000000000030bb87607924e239cee413f9ad6aa5765c2132fd83637 2,693 1.00/1.00 vMB 218
656,326 656,326 0000000000000000000dcda282e40939c78a1405e4ea1dfb40fad37a675e326c 2,117 1.00/1.00 vMB 215
656,325 656,325 00000000000000000004e4bfbbeb94ae53ea4bf1c78ec4e62475c2fe37e8f90d 1,656 1.00/1.00 vMB 291
656,324 656,324 0000000000000000000d793d10512638c1356c40f46e488403ee9c733d5c790e 2,036 1.00/1.00 vMB 230
656,323 656,323 0000000000000000000683cc11d340beec123330d5c538a7ea0a774704fdf430 2,400 1.00/1.00 vMB 186
656,322 656,322 0000000000000000000f60e23ba715e77044add98f606c00689accdb589d4f47 2,107 1.00/1.00 vMB 208
656,321 656,321 0000000000000000000ab679f3add7a9e278e929aee66fae8e84392f2d800b16 1,580 1.00/1.00 vMB 219
656,320 656,320 0000000000000000000ef54833aaa0a1e53c86636337f4c62681db1e628f684a 2,389 1.00/1.00 vMB 263
656,319 656,319 00000000000000000001219ec26c9d74fb2cc29a3bf889adc93f911009239aec 2,177 1.00/1.00 vMB 117
656,318 656,318 0000000000000000000dda65f67e88b499590761db78a572d0da5f98670d0bb9 2,102 1.00/1.00 vMB 8
656,317 656,317 0000000000000000000b93ab6c358af539b6634005a5a25c809848cfb6b85c05 2,671 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.71 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: 699.41 GB
    • Received: 16.60 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.