Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,979 transactions (0.71 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,516 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.71 vMB 1,973 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,515 (883,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,647 26,647 00000000a7a822670b2a754e649fa962f51431083b6fc0fc0913b9b761b90686 0.00 MB 1 0
26,646 26,646 000000009bb4b28f06f02f7139a36d4f19bb572b52fb171a628bb8e6e85fb77c 0.00 MB 1 0
26,645 26,645 00000000856294db826898ad653eb32b402ab180698752ad49c29b74d097ff00 0.00 MB 1 0
26,644 26,644 000000008165c590caf4023a052758d19ca9831efd7bf21e5d6514e932995b61 0.00 MB 1 0
26,643 26,643 00000000f3de0439c5422e10fa79d66098631d6fb899f7a32a908d767a611225 0.00 MB 1 0
26,642 26,642 000000000136af79b461feb67fcd956ccb3c4ad9e16399b412c201f872beaa5b 0.00 MB 1 0
26,641 26,641 00000000e52b8aaf072827986f25ac258d50a3060ea5754fd22103b40f6796e6 0.00 MB 1 0
26,640 26,640 0000000094747677505cf8bb59c353af20841b28324c0cadeea6d30b616fabd9 0.00 MB 1 0
26,639 26,639 0000000041ef425ad9b66763e27e0f20f16862aaeaa31feb79b3db7443d904c9 0.00 MB 1 0
26,638 26,638 0000000013229fcf2ac1f3a4f61ba91c1db3106d60074447c86ed44828df5b68 0.00 MB 1 0
26,637 26,637 00000000e1040d2a356c4051b50902acc45f233ff64d22cf5b45f3d08a0da790 0.00 MB 1 0
26,636 26,636 000000003b94cc10514fdb8ab38d2d09aad767cc508e2c661b251c55639d02ae 0.00 MB 1 0
26,635 26,635 00000000dd889f136dda3ddceddaae7669e736a82278bb391ae2ea547f7a8583 0.00 MB 1 0
26,634 26,634 000000009ca6ce71a1aa6ec0900dc50bb0241ca9994d771b39e94a92ca196cb2 0.00 MB 1 0
26,633 26,633 0000000094a690b7adcbaa64f167d9167d613f87997407da1604e887044cdb44 0.00 MB 1 0
26,632 26,632 0000000092c7df02e216cf0b91c9065e1723d85702c8ba615557ae1e0ac65ed3 0.00 MB 1 0
26,631 26,631 00000000fc36e965b33ed341949af67708fd7891821b369d5dfdf9cc6099b36c 0.00 MB 1 0
26,630 26,630 00000000c54b2409f8a6d469fb2c43d3fd94614991e6594929c1b5e8b10d2e5b 0.00 MB 1 0
26,629 26,629 0000000065272b12fbd41387d1d11896d3bc7b2d43847f4793685d4d0b17f1f2 0.00 MB 1 0
26,628 26,628 00000000fb57271d099a7735b2c10f9bd4e2e19d1a479c409f19df2c8d4265bd 0.00 MB 1 0
26,627 26,627 00000000e5b4669a9bb0c651b92fc993ab5d15fe09020ae75350144013e2b104 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.72 GB sent, 120.27 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.