Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,874 transactions (0.94 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,837 000000000000000000022b910000000000000000000000000000000000000000 ago 0.94 vMB 2,866 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,836 (896,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,000 15,000 000000005c3548bda7c3d3e2fb2db21f68b87f47dd8b7ed095dfeecee76038b7 0.00 MB 1 0
14,999 14,999 0000000077a2ec944828a42306a03189625db525ba2f64ea13ee296bf44e5e30 0.00 MB 1 0
14,998 14,998 00000000db0c2c4e948c18cd6bebd509c63a1ee6bfe64faa248da3891c56dc72 0.00 MB 1 0
14,997 14,997 000000002333e1167e9b68242bd0ba774b1647a2a3e23c9dd03a29d2172f5988 0.00 MB 1 0
14,996 14,996 0000000021ae1536b7538e2ba85e33951cb544001d2cc9a27cc4a594d2b79194 0.00 MB 1 0
14,995 14,995 0000000087aad182902a2f5e26e4833a2de91a21f5fb1bd2d6ca1142cc50216a 0.00 MB 1 0
14,994 14,994 0000000050d43003080037757cd84e350832332006c5252113d2c5144b623ceb 0.00 MB 1 0
14,993 14,993 00000000f6a946753a06875f601cbebd2e1aef46658ff338f9a1ed1dd4d7917d 0.00 MB 1 0
14,992 14,992 000000000e3ce14b280d4a8f54ccabefd6d2e7e670aae08cf13cc092426439f3 0.00 MB 1 0
14,991 14,991 00000000e7fcdfc38d917d2b7e509c2e3acc339a673ab78d0ad18d0f2881f56f 0.00 MB 1 0
14,990 14,990 00000000781e7f9c02ca41b15b4557e5c36d38b70d58072961f4de7e83f19073 0.00 MB 1 0
14,989 14,989 000000002d5f5d56178cadd5e261dfdf86a5bf1cc49464459f474f640f65ba61 0.00 MB 1 0
14,988 14,988 00000000c47771e323df8a37e82cbe0b7e68d7991354517263d7029f4dce4480 0.00 MB 1 0
14,987 14,987 000000007ab90d23aa905fbfc17d03b87370782c3010bf8aae4c779b3d03f9a2 0.00 MB 1 0
14,986 14,986 00000000facf69fb479ceaf0ee7c76fd2cf15c82da01f8dacea71af25568e9e3 0.00 MB 1 0
14,985 14,985 000000002a141f83d96a0197f64692a33b2027ebf51625217eda464a2ca859d2 0.00 MB 1 0
14,984 14,984 0000000028f5e128fb509a1deaf42fb94ae3143fa32d3219aa4bfd2170c2613f 0.00 MB 1 0
14,983 14,983 0000000058562f502310ee2e3e3daaa3f41f5873ab6d4d93a71cf2402032964a 0.00 MB 1 0
14,982 14,982 000000002922cebe9c27fcfcd404fc6629803e40b2dcee1689822b7ee275ecc1 0.00 MB 1 0
14,981 14,981 000000004e9062537a4cfd6b9ca6df910965f05f4192ed82b52fdc6e79905e30 0.00 MB 1 0
14,980 14,980 00000000b69123672190a32067c335d2577e750a5a04cecd1968fee972211b7b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.79 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,467.54 GB sent, 132.49 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.