Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,698 transactions (3.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,160 (874,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,234 35,234 000000009930647fc650a6bca3afb723db22b293ae713627a6aad4559c34859c 0.00 MB 1 0
35,233 35,233 00000000672c11de0cc457d1b5a863212c25ed725fb405819553859e3e200902 0.00 MB 1 0
35,232 35,232 00000000a8df55b51144feef850a7f3dd5a7e0a15b0906cd3ed87396cd3ca55b 0.00 MB 1 0
35,231 35,231 00000000a7dc7bfd1bd39e769880e2c04c337f5c208f774934dcecaed4c68e5f 0.00 MB 1 0
35,230 35,230 0000000080aae6816af5501fd78059260b5acf1bcc143f933538a5aef8b85801 0.00 MB 1 0
35,229 35,229 000000006b6f4f52b584588d8caef2fb9eaa1a302d237c50827aa331f93f6af2 0.00 MB 1 0
35,228 35,228 00000000341543ad18d36f8157b0a495519f2b59d8faaf17d77a7a3843274d87 0.00 MB 1 0
35,227 35,227 0000000043926106c2ce851e7c8f42ea62f4a7bbfc1b9dc5af315715e906abe8 0.00 MB 1 0
35,226 35,226 000000007f9b10c6dc6bcbd7729993703e452d1870da1b986d108ec26a62ba0d 0.00 MB 1 0
35,225 35,225 0000000047b06073ae7b8ae71897086634d1e8ceedc485776eee3169c55f4177 0.00 MB 1 0
35,224 35,224 000000003c812d52404f3bcd674033e2004458c2ca9d7ec4604cafb1fbe5db27 0.00 MB 1 0
35,223 35,223 000000008a7d5347a89dae49e9956901c36e7c0911019bacbd2497ef61ce9e82 0.00 MB 1 0
35,222 35,222 0000000045bc13d863dbdd6f4360b05bb3f9f4b65928db603dcd9902ca1b7241 0.00 MB 1 0
35,221 35,221 00000000764091834e2b64b48aa472eb9093c938a61f9b53a4f097f8116183df 0.00 MB 1 0
35,220 35,220 000000004f66879d91168bce9c60f286320735c1569220ce2fb1cc4f00298445 0.00 MB 1 0
35,219 35,219 00000000000af93cc06f8b1e558229cd59cb6e12f47a60bcefdd18be3ae8f18e 0.00 MB 1 0
35,218 35,218 00000000b2211c234ededbcdaf35c6a1b42dc4243ab313c448de6de397492ed1 0.00 MB 1 0
35,217 35,217 000000004697ba60e6e99e45961563aa108933caa4b1743dec825f04752912fd 0.00 MB 1 0
35,216 35,216 0000000059c70c03ac5e983b71929a63a7571179e390c0b69e726b4b6a450c48 0.00 MB 1 0
35,215 35,215 000000004abc9e58a691b122162d5bbd3b97e2785163688d9aa5a907d2bc960d 0.00 MB 1 0
35,214 35,214 0000000081c0184bc1189df5636a26a5952baffb7dd96c3bb01727e08ae62976 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, 114 incoming
  • Data Transfer: 2,193.87 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.