Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,841 transactions (1.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,398 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,058 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,397 (899,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,224 10,224 00000000f6e602d836828f54711681ec155ac7ede8b752ef6a0f3255c5533a3d 0.00 MB 1 0
10,223 10,223 00000000f39a9f47d07616d94402aafca857df24fb31c3d27a6d38ca20abf0ab 0.00 MB 1 0
10,222 10,222 00000000ebfaf443596ce94fbd6da873583f88d136b7be00da27530444dc9d50 0.00 MB 1 0
10,221 10,221 00000000fa3391da56b0fbf3c01fa624dbf6e1b453434dee4600a0efd5bf23fd 0.00 MB 1 0
10,220 10,220 0000000027788ff95f6e250edebf6131e7e4fb54f22d3525943b57bfe30e5966 0.00 MB 1 0
10,219 10,219 0000000039f47d274e483d1f231c6581ea1aafce4da799b8fd7e6f97abea557b 0.00 MB 1 0
10,218 10,218 00000000c8579cb01110b979a39f033b01a2ba72ac3933b68f9c37e2e24e0b3c 0.00 MB 1 0
10,217 10,217 00000000cac8ab066f7d887774fa17f04790204b948d55bd4223342eac2e1244 0.00 MB 1 0
10,216 10,216 00000000dccc35cc796063ebba583c118e2f5e10526a766b8d787f56845a4f91 0.00 MB 1 0
10,215 10,215 0000000016a9badf46e7c06671767cea5b1b8e75bdc2bd1c039483d23db90085 0.00 MB 1 0
10,214 10,214 000000003abc92b97568494d1450fe378bcec52010b583022b97e757512d2f1f 0.00 MB 1 0
10,213 10,213 00000000ff5e9f989b5eea8d934931024e94f99c9f27608b09416cb829e23b2f 0.00 MB 1 0
10,212 10,212 000000003ccf747e597f5895e45ea94f267de2236fd70aed0e9cb3d72bd2c1ff 0.00 MB 1 0
10,211 10,211 0000000082cdcf530a4746de7408f69207fdd5de71ef0f159bbce76b93dfadf8 0.00 MB 1 0
10,210 10,210 00000000f83d22c3feb7053e127f7c2826e74c112d73be286b95c8bd755a2021 0.00 MB 1 0
10,209 10,209 00000000ad684e5a2a33fc99ba83dee4acb338541d3e603e677e99d7a4b897d6 0.00 MB 1 0
10,208 10,208 0000000039f0b384d02a382458de0bc6ef4e51427a043e6b99f8d39d83632559 0.00 MB 1 0
10,207 10,207 000000000562a1fcf047220a9ce0d18e998b6713aa04e8342d0c2f18d39ce532 0.00 MB 1 0
10,206 10,206 0000000095d9e8804e9ef915f7d9d96debee2df6102b7f38c33c8adaa7248169 0.00 MB 1 0
10,205 10,205 00000000d5ae19232b4dbb9964d2ee8f69fb0a2fa6feb61ca9080032aaf348e2 0.00 MB 1 0
10,204 10,204 00000000c1df4f75d660fded66cf9e2ff14dbf7801fe06493290cbf200c60981 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.28 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,069.90 GB sent, 109.53 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.