Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,429 transactions (2.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,016 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (899,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,230 10,230 00000000acf28b0c278b01ae0b153de0533af276a3571579b111b1a9ef6492b5 0.00 MB 1 0
10,229 10,229 000000003ca23ff4088200f541f87d5be76d0f477888fe383ec4fcdd4cf245e6 0.00 MB 1 0
10,228 10,228 000000003e70543d583b63460dee0b569179d3f48b0661477fac4755af092f4d 0.00 MB 1 0
10,227 10,227 00000000ca9783208ac167b0c48262d911623018b5da8d5d6926efd6969b0af3 0.00 MB 1 0
10,226 10,226 000000002230cb9299aa9bbbf245db01facebee68aae7596732f3e29b771eb08 0.00 MB 1 0
10,225 10,225 000000004306293a82aa8d39c594d409dfc4b2f58d4d1936f0d98c9d11107a6f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.59 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,089.68 GB sent, 111.21 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.