Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,032 transactions (1.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,196 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,195 (894,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,207 17,207 00000000dedd462baee70bd8ed6d9821d5a1260eebc0643f28c503bcf8254d77 0.00 MB 1 0
17,206 17,206 0000000077bd9ee4fd53000e332c54b2e1c94e2402670eb8cdb735217047e1b2 0.00 MB 1 0
17,205 17,205 00000000feba61c0761489235df13e01928b18e5b3dc8bc5893e6c1fa8c5542a 0.00 MB 1 0
17,204 17,204 00000000bcfc342279ad26a31c5ceae249a67cdc15fdcfa7c2907f8d32398b5f 0.00 MB 1 0
17,203 17,203 000000004daee3972ebbc4480974c868e834bccfdfda775c71ae17c256db3132 0.00 MB 1 0
17,202 17,202 0000000012acac09a5c1a90fc7437cca052d8498c38844397f5b495aa5d371b5 0.00 MB 1 0
17,201 17,201 00000000a05dead178a53ae587dec7059768ed4114225af0bc9519003eb910bd 0.00 MB 1 0
17,200 17,200 000000000749d53cff439851c7713b3febdb3885df33fe0315ff3bae781af4e9 0.00 MB 1 0
17,199 17,199 00000000734bca2f45369783f590b8f3ad7c9cf3e8bdd34ca7602178be9d8854 0.00 MB 1 0
17,198 17,198 0000000086289a23bedc0ebf699be2d5d0754dd204c63adfd930d508564afd87 0.00 MB 1 0
17,197 17,197 000000000bc1676ef01f66410395b1eee18a37f0f24f85f6734f5b0a945b575e 0.00 MB 1 0
17,196 17,196 00000000f46fca638c36423e68bfe2babb66ff299c817ba9c262ce18ce18117a 0.00 MB 1 0
17,195 17,195 00000000ba05b842ae16678c97989cb337d629d160b7b769c7baba2f8cd41726 0.00 MB 1 0
17,194 17,194 000000005c1fe8c3ac0d839bc528a255abdf978f8dd75c916bec481873ee6914 0.00 MB 1 0
17,193 17,193 000000002fc66bcc70e35b791a30c5537a38fd93b97deeb27419c38ed817ae56 0.00 MB 1 0
17,192 17,192 00000000eae1307f331ceef2101240c8f2990e2291a6a729ff79f7cd21c80f17 0.00 MB 1 0
17,191 17,191 00000000372bb0a92cf8dddb594d3fd43bcaab9158a2c02b94a29fffd1b6800c 0.00 MB 1 0
17,190 17,190 00000000d3afc45fcdd227694b41f49a82c3f38081164f856eab2a25eedf62ae 0.00 MB 1 0
17,189 17,189 0000000034362f709079447f7225c5b215b835180620d34c87db2518b0763488 0.00 MB 1 0
17,188 17,188 00000000e591e0a2ac7789ed5b92925ec073b6fb04a7c6f29b96aadd574b7820 0.00 MB 1 0
17,187 17,187 0000000002910073e382025bcca5154ea211bbba724a7a252e42aff9139690f5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.44 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,533.91 GB sent, 135.61 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.