Loading Tool

Explorer IconExplorer

Memory Pool

37,291 transactions
26.06 vMB
0.05620403 BTC
Random Selection Loading Transactions
Max Size: 133.92/200 MB

Candidate Block

Mining Attempt f93ad47f581e8a06aa37b20557b1999c5b9d3744ea60578324ccdcc34fbff83c
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 761b6712ffa995f04253a8d1cd9013378de38e597c4379c658f5f96abb97ad02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,033
Size: 1.00 vMB
Total Fees: 0.00818236 BTC
Feerates: 100.29 > 0.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (443,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,186 471,186 000000000000000000445ebec4f33e8bfcc985a0b4aa5d8f6c7455ff45645d0b 1,962 1.00/1.00 vMB 399
471,185 471,185 00000000000000000150faccc2d0335e14f02056d5d97b9d588f42380f9c029f 1,253 1.00/1.00 vMB 353
471,184 471,184 0000000000000000019b45166bf6df47f6abb892be9cd478308b03eafab5050c 2,138 1.00/1.00 vMB 487
471,183 471,183 00000000000000000107888fb76c815526740988a77f457093743361d137f967 2,194 1.00/1.00 vMB 325
471,182 471,182 000000000000000000224042af81f01d53c2de1506daa11fe1028939aea07ec8 1,713 1.00/1.00 vMB 373
471,181 471,181 000000000000000000962348854cc7a86fc2427baf9a85c50b0ab75dd2f00cb5 2,145 1.00/1.00 vMB 355
471,180 471,180 000000000000000000b0d533a455d602959c3b96c651ffd698cec281dedb6e7f 2,818 1.00/1.00 vMB 425
471,179 471,179 000000000000000000fa594d0bd2be3eb5abf0391db8adca7ed62d89684c189c 2,601 1.00/1.00 vMB 448
471,178 471,178 0000000000000000002586d4846304f2b2d9ad00f1a8f4bdbe4985132264368a 1,827 1.00/1.00 vMB 215
471,177 471,177 0000000000000000002668c671ee7dc337b48659ffee3a8d7cb6f5e3dd9f5a81 1,484 1.00/1.00 vMB 141
471,176 471,176 0000000000000000002f2dd788bbd073e142be43a014bb7998ac43571f5c60e3 1,586 1.00/1.00 vMB 388
471,175 471,175 0000000000000000015a11873d5707f7b5217436189e6d173eefdceeccd1a902 2,538 0.99/1.00 vMB 179
471,174 471,174 000000000000000000a45be55e54144d2e25758628c7cd85ab1d844c81d38347 2,285 1.00/1.00 vMB 357
471,173 471,173 00000000000000000089c5df691fe1d6f83018e2e60d48f0b65735f3f4ff3838 2,098 1.00/1.00 vMB 180
471,172 471,172 000000000000000001256fcd144e471cf8cbb3fadaaf141945affa9f0770aed4 2,181 1.00/1.00 vMB 189
471,171 471,171 0000000000000000012b56b227dd7d5d11bed67c068ab2242b6e806364c47af8 2,321 1.00/1.00 vMB 333
471,170 471,170 000000000000000000ed6c486ad28efe6dd80720f62012d020479499bc3a3f46 2,508 1.00/1.00 vMB 243
471,169 471,169 000000000000000000720f25995a2d0c151a44cc515cd7558113d79582756fb5 2,768 1.00/1.00 vMB 264
471,168 471,168 00000000000000000179d14727b0618fdadb857cdabd7b099f8233e79a2852f0 2,575 1.00/1.00 vMB 378
471,167 471,167 0000000000000000017f668212e9ab2b8fbacc323110446027a7d94e0e71a175 2,368 1.00/1.00 vMB 429
471,166 471,166 0000000000000000011489db4e56f4717e4eafc2bafe6d71c29f1baa4a91537d 2,356 1.00/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 781.81 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: 635.20 GB
    • Received: 12.29 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.