Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,574 transactions (2.94 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,184 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,068 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,183 (876,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,438 33,438 000000003213a22b809cdaf905d42e9fce64c250ac3c5ec58f39e5357a4c5337 0.00 MB 1 0
33,437 33,437 000000002a0bc9a11f3213c7eef1803dcb628e071011810306a1b763addbdf8b 0.00 MB 1 0
33,436 33,436 00000000639cbee94c834239a15d672d4d87007885081d56cd5231387a32fc22 0.00 MB 1 0
33,435 33,435 00000000604f0d43865903d7dfcaf7a1af9de9d2f4fa647dbc1afc89c5c03798 0.00 MB 1 0
33,434 33,434 00000000004f5d26f378d8b7f612911127de1d287e14e84962ca113711180d6f 0.00 MB 1 0
33,433 33,433 00000000a343d7a4b52bdef65c09fed8bedbfda6f7d2c283972cbcbcd71b8a52 0.00 MB 1 0
33,432 33,432 000000007ddca79895ebd901e03dd934ed929b429541fadead992e61d2df63b2 0.00 MB 1 0
33,431 33,431 00000000ce060ebc7a7d1eb31778b852cbfd5542ae25a94fa253fb4e12ef2a45 0.00 MB 1 0
33,430 33,430 0000000020c734b75ad2c5aff93e0aa91b1ebf6e86f30fa9fa3e78f894120189 0.00 MB 1 0
33,429 33,429 000000000f21d8dff80c90a2c4c9c435e654f7e9e1b078b67b95c9d9aebcd881 0.00 MB 1 0
33,428 33,428 00000000342cbf079a1c9f0ff78feaf97a451155a0195943655df7b5fba787d6 0.00 MB 1 0
33,427 33,427 00000000ca823b31a2dba0a912e219d8fd41050f2c00392dd28a56badcdeab7a 0.00 MB 1 0
33,426 33,426 000000007a243a3b63c82918a6c43f1eb58d8142c654a04bc35ee9e923015a0b 0.00 MB 1 0
33,425 33,425 000000007b5c499a023fba00f079ac9074c2511daea57006a0cd71be804b8794 0.00 MB 1 0
33,424 33,424 00000000292af24e0ee1173cfd3fbbd24f0d5578fb738ce070afb8e6647b7207 0.00 MB 1 0
33,423 33,423 000000005e0d340861b974b69220ac6a489bf131658341f06080958377311de2 0.00 MB 1 0
33,422 33,422 0000000087378e435243d211e91a7eac1fb8ee408900e4c369ade4b856b3bc15 0.00 MB 1 0
33,421 33,421 00000000ae7b7b61785371cd7428e7467fb653f043427d720a758ef1a17e7956 0.00 MB 1 0
33,420 33,420 00000000060f93a1138b8fcf1126453e798a5b6ba648791ab510c5cfc188f81f 0.00 MB 1 0
33,419 33,419 000000001e98b67e325bf9305ce2c064f204ba6b22d13f08e1e8e670cc2322a4 0.00 MB 1 0
33,418 33,418 0000000063c6f1bb85bafd0ef52cd57011579000d99d72b8ad8f8f8973c7ede8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.73 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,194.97 GB sent, 117.25 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.