Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,348 transactions (0.58 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,588 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 2,346 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (888,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,461 22,461 000000008ce5450fb234bc3cd61e53d21bf59e9fb9503212568c803d07af45e0 0.00 MB 1 0
22,460 22,460 000000003ea114ab2d14d17710c6b56529bb17dcce05472f5d5fbc200f077ee4 0.00 MB 1 0
22,459 22,459 00000000547120e2261f510b2a281f6dba079b912a922a2d2b389e93079f85e7 0.00 MB 1 0
22,458 22,458 000000003a7f297d12b0ab5ea78bb73bde37553c1c6c6ba22881edc6815c0dc8 0.00 MB 1 0
22,457 22,457 00000000c82c2989c2c14204c73458da03115bd4386ae6d3231134b655cd6887 0.00 MB 1 0
22,456 22,456 00000000696fe274e8808aa37b10bd41ea80a6b66bd69a84df375b63c0fa65af 0.00 MB 1 0
22,455 22,455 00000000f3f0fca648152edf9ecc2844db3947ffbf5cae38b74c1faa04ee258a 0.00 MB 1 0
22,454 22,454 0000000008c93586b5721427f008394cd4f3d71e46f6fbfd1952f0c1408915a1 0.00 MB 1 0
22,453 22,453 000000005e993f96de2c90803a2d4ec9e38d120679c2324f7f223be9dbe15fab 0.00 MB 1 0
22,452 22,452 00000000a5631cd75a4e9d5fa2411f4f453d5fdebb92e6838eb80bc881e2054c 0.00 MB 1 0
22,451 22,451 000000000a8d096936764cdd5fd282a5e459f779edf4d09153a8bce2390e171e 0.00 MB 1 0
22,450 22,450 0000000025f4c0be222605da30183775c28abbe472334640a89bd7e2c6b89bdc 0.00 MB 1 0
22,449 22,449 0000000032945130fd05e661c3a4306b516f8150fc3d24ed56e083a1646b9f57 0.00 MB 1 0
22,448 22,448 00000000d96d22f24f22ab9868a27a5a64d6b0815f5e7f1159b194532382b663 0.00 MB 1 0
22,447 22,447 000000008b8d7859b08e5cf4ecb87e78dc54641e03c8aea7f92b4c2e263b349d 0.00 MB 1 0
22,446 22,446 0000000060f40b6db940863460ec0da5321714c1ff0922dd8349593a96c54464 0.00 MB 1 0
22,445 22,445 00000000f0054ebca35d00f9a9d1d4d9449fc93576e9a15b00d8463ef56d9c5a 0.00 MB 1 0
22,444 22,444 00000000c11e1a259ec7fd527993d28a0a26e30ed77cdd1cdd686f182e472f4d 0.00 MB 1 0
22,443 22,443 00000000b56ece4d811954778244ff1b93f904766ec36f950faca29df0971118 0.00 MB 1 0
22,442 22,442 000000003c55ca2ef474937dfe627d7ca0f4bfe50c35a41075a37e6f158c30db 0.00 MB 1 0
22,441 22,441 0000000014e981bcd88d5d15cee9e810dfc69b1a8544dfc6ecb7cc74bb366b30 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,254.85 GB sent, 120.88 GB received

Notes

  • This page updates every 5 seconds.
  • 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.