Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,073 transactions (1.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,993 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,992 (895,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,215 15,215 0000000045086d3ebb70b56ff0ca134b899b76b5d2adc1e1f7653db53ef0217e 0.00 MB 1 0
15,214 15,214 000000003697da8a3e78fa3ec62c855b54235a68a482d0ecc5991d38e8dde9e8 0.00 MB 1 0
15,213 15,213 00000000929021c33169c2ee2fb52aa7808bcfbdf69e8115c28d25924fc7111b 0.00 MB 1 0
15,212 15,212 000000007f4899960b09faf29bd498552bd8075c415fbc1d99c178c4843dc891 0.00 MB 1 0
15,211 15,211 00000000331e6bf62348d55c2c4ec028f749661e8dd517309dec1d613d8780c6 0.00 MB 1 0
15,210 15,210 00000000018eb55d52d59f10926493297fe12b2fdeefd6e69062c58bb69cd034 0.00 MB 1 0
15,209 15,209 0000000034360d80bbaa76f427b7d3af2e001a243707af26230b533708d5b705 0.00 MB 1 0
15,208 15,208 000000003e5691b3bc99a1fff33baadfa1c72187ae04e983e5d1817c20e14d07 0.00 MB 1 0
15,207 15,207 000000005327c075df7d8d3f50c46aab0c5b4ae9b0d59b64ca868f96617f73bd 0.00 MB 1 0
15,206 15,206 00000000cd09f72706fb6ffb96a81fc0e315fe78ec0290611786a6f46f6b0f9f 0.00 MB 1 0
15,205 15,205 00000000ce4b4fb34639b0e606bc3ef3318691607db5a7f2358b7715034567fd 0.00 MB 1 0
15,204 15,204 00000000a122eec9f869535c89ad5400ce0b307924dda87edcbad21a44ce7814 0.00 MB 1 0
15,203 15,203 00000000425e400827d3a21a85e8eadf18288506a1dd7dd4f69a67e985f3dcd0 0.00 MB 1 0
15,202 15,202 00000000af14a6085f5b8c57e1139c411cd5c2e7e4cc2d8333000e80619af68e 0.00 MB 1 0
15,201 15,201 00000000dff236e856854b2aec23d07807520e1ba9051b8e88ac9f9b3d0dbf83 0.00 MB 1 0
15,200 15,200 000000007655941ae9b51587e3ec3b1a2fc6da7b0cd152720baa6cdfa3280cf7 0.00 MB 1 0
15,199 15,199 000000004d6624b31cba01784d9fef482d824ac78e89c827afbbb7f0ea9588bf 0.00 MB 1 0
15,198 15,198 0000000036231eeae047d685761f20057cfc03bf425c09e2bfd64c080a3b20dd 0.00 MB 1 0
15,197 15,197 00000000f2722072cdba07b545fe9a57bd526e3f964fb66ae8c0abbd2d5915de 0.00 MB 1 0
15,196 15,196 00000000af6346e0c944a6b4ed61d3915eb95b6189c210b0025d7a42eeba7770 0.00 MB 1 0
15,195 15,195 000000009bfadc9a24efb60a9b4ee3cd1b9637760f98867776413736a6338709 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.76 GB sent, 124.85 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.