Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

828 transactions (0.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,966 000000000000000000022b910000000000000000000000000000000000000000 0.23 vMB 807 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,965 (894,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,423 17,423 00000000dc29109591c545da83c193949abcf7c97cb71380c10e07d046c6899c 0.00 MB 1 0
17,422 17,422 00000000772b3e3fd5d3a1f8bf0eb42c8002b62ec0b8cffb70b7f0133efd861e 0.00 MB 1 0
17,421 17,421 000000008476af52d953538fa29860389c8295d20129322772835fb882281525 0.00 MB 1 0
17,420 17,420 000000007146ce618b41f527761f1c742980b6712887ba6d93c33750d45c4f78 0.00 MB 1 0
17,419 17,419 00000000a0b79a5f4a133c540fd6fe14bae06fc29984fa7fde5246f5252c8908 0.00 MB 1 0
17,418 17,418 000000005cc2af6653bb49f4b8aac73f52685e2c6125de27578e4617cf1185cb 0.00 MB 1 0
17,417 17,417 000000008ed38fdb6edfaaca137cd5e14bf2cf026335cd38744998752f9f588c 0.00 MB 1 0
17,416 17,416 00000000bc9480790ebba328f1dea46af770e4efd68d9c1bc007412a6e8a4633 0.00 MB 1 0
17,415 17,415 000000001993910a8cbc1c6311bee69893d0805678365cd20d4a77a8d4cf9c57 0.00 MB 1 0
17,414 17,414 000000007d54119a026c5701020127b9370bb7e658b6e1eb3ad4863869626768 0.00 MB 1 0
17,413 17,413 000000008b13e9b9e615171ad7ef54351d304cebdea0866ef909a4368ca45def 0.00 MB 1 0
17,412 17,412 00000000da80eda1b2abb6d9e283e93e00550c310c2cecaca08bda8c2062b7ba 0.00 MB 1 0
17,411 17,411 00000000fcd712d9404a90a9e8f01fc8cbc06cf668fe7ffe0a654258b06100fc 0.00 MB 1 0
17,410 17,410 00000000b0e7d404989e95002be97e17d698eec65b0c687b21ea70a2b703a297 0.00 MB 1 0
17,409 17,409 000000005c7fd9d57b5997c072962f3155db75473e06602ae8f6d9ae2e11ebcc 0.00 MB 1 0
17,408 17,408 00000000c0cddaaf3f796670fe940e2c584abea6f41bd04683167c59c731a843 0.00 MB 1 0
17,407 17,407 000000008a9d18da6f8ed4275c2c575c12ae7962c31f67b57a3a3811f8e4600b 0.00 MB 1 0
17,406 17,406 000000000e36b2b82f9fb9ab0ab2730e8af5a28a3e1f760187e48e3b93a0602a 0.00 MB 1 0
17,405 17,405 00000000623a6cd40a8aac7595ba26f19fe27ee0b5d49b1ca7c9afd72196ee38 0.00 MB 1 0
17,404 17,404 000000008bd6417b81793e74fab5357d582fb73d8a14bab3fde12efd7564ec93 0.00 MB 1 0
17,403 17,403 00000000215830dfe79cc3cd2f93b254fa4ca0143834b146c29b9e726203dc86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.02 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,498.57 GB sent, 133.55 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.