Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,106 transactions (1.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,806 (896,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,005 15,005 0000000065f9db21147fe7ae1b5088026e23d81e1dfc4970897024af15f549c7 0.00 MB 1 0
15,004 15,004 000000000dd575d300403442b2d593736fe877b79dfd14d80351c91d50e739b7 0.00 MB 1 0
15,003 15,003 00000000d4ed74a997449e5a246eb94bc6c0c5c8eee23421b34e28b02b5f7220 0.00 MB 1 0
15,002 15,002 00000000579860e48ede2fc55828825d8497a8c25a5b15da4bf7cfdc39c881f2 0.00 MB 1 0
15,001 15,001 000000003dc0cc439c269a5cced1a770f65f4e59e0741fea52edd9959a1ced13 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 776.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,454.89 GB sent, 132.22 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.