Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,245 transactions (3.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,370 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (884,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,750 25,750 0000000059d6c21b395905d30b71276c9e5388878921273c0ed10b25e0474dcf 0.00 MB 1 0
25,749 25,749 00000000e2056613e6da95661037366d5baffbb3c72cbab1ddfd2c25ad8fc030 0.00 MB 1 0
25,748 25,748 0000000028a3c86759e16c397c3165139ed41c685144b2e243ac768fc94c726c 0.00 MB 1 0
25,747 25,747 000000008fb588fbc09658cf90ea6b6c4a78aa3ccd362619a04399883ea12fdb 0.00 MB 1 0
25,746 25,746 00000000a0df572a9e26af83362522b0ca26267fa220bda9471781e78e4679f3 0.00 MB 1 0
25,745 25,745 00000000372fb26dfd0cc5a44412b01327a050cdfc066fc8843c15c50f16fe08 0.00 MB 1 0
25,744 25,744 00000000a838125bbb0a89c5b6c494fbad025d3379115a361924fd3c53d66ee1 0.00 MB 1 0
25,743 25,743 000000006c6c83c10133b0ca07c4c3e55784fc69b588ebd2197033f3483eedaf 0.00 MB 1 0
25,742 25,742 00000000cebe30997b41942d9456d83f0013ae5b9f9899c86d322ac99a32c40c 0.00 MB 1 0
25,741 25,741 00000000e156090e1d99c5f9fb388044ae62dc8cf5391baf6cb654d1da0c9fba 0.00 MB 1 0
25,740 25,740 00000000600620ec54a2a2d640bf1a46fe50eb644a4e1e477aa274d93070c03b 0.00 MB 1 0
25,739 25,739 00000000f8c87d19953100892af0a1d54e2c32aec6493abc5b8ddeb326f4b330 0.00 MB 1 0
25,738 25,738 0000000015376529c9491ee00d14dee601c295f752aef4637ec187f493d99f36 0.00 MB 1 0
25,737 25,737 000000008d0a06dc219fcf64ed416945719180601c63b953f3b0c5e3fe6233c1 0.00 MB 1 0
25,736 25,736 0000000066f5f8194ebe6a56c65c768a183f4bba4ce809fcfc81c88851daf23a 0.00 MB 1 0
25,735 25,735 00000000f1c1e27320c8b10f4b352cd59624e56da40bed917f0b08ba0bf7ae8e 0.00 MB 1 0
25,734 25,734 00000000fb5975650ee72e5b8f74f474591f8cc835b2b7521a7d034d8dde4156 0.00 MB 1 0
25,733 25,733 0000000092c4046ee749f859c90f375edbc5a387bb5f1a5f609a94092fa619ca 0.00 MB 1 0
25,732 25,732 00000000ed9576745bb2a185f8d52b93514a4ff5b6953ea5e57d76dbfab05892 0.00 MB 1 0
25,731 25,731 00000000744dad492c32c34b749da6d3e97e06032d67ccce2096df1a4af44e93 0.00 MB 1 0
25,730 25,730 0000000058a1b61b80cba061cb2b0a6049d2d4bc6c5f4b7720096047049825d5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.88 GB sent, 116.98 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.