Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,010 transactions (0.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,472 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.83 vMB 2,994 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,471 (115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,356 910,356 000000000000000000007122de7cd39bc4ac5d6fd7dc0e8c63674fdee8fa3349 2.08 MB 1,348 0
910,355 910,355 00000000000000000001dac6a44969251f8767f9b31dff254b061f63716583a4 1.63 MB 3,016 2
910,354 910,354 00000000000000000001e85c1650d9e1cd04f799299408426139f7dfc8ae3726 0.02 MB 51 4
910,353 910,353 000000000000000000012a23b96dd1c0cc4d583948a199c5ac35c3a213666b24 1.87 MB 1,794 1
910,352 910,352 00000000000000000000bc98f42d027583e348b4cde96b84618dbbe188a84257 1.60 MB 3,123 2
910,351 910,351 00000000000000000000fbb45edf2a337eb82878be0bead776655a6455980b9a 1.72 MB 3,210 4
910,350 910,350 00000000000000000000977b6465bd9b67413e8bd63c918f8552ecdd5248b0ba 0.27 MB 625 2
910,349 910,349 000000000000000000011ac07d0f27c56a70412a314a4fa89c0d865e1dbc6dba 1.88 MB 2,445 1
910,348 910,348 00000000000000000001f59f0546db3c070a7922fb0c3e9a25d97f303cd239db 1.74 MB 2,320 1
910,347 910,347 0000000000000000000102814a42d644e89b41740180274f86f83b83ae7b4bcf 1.61 MB 3,383 3
910,346 910,346 00000000000000000000833c88857646d5df291996133297656369c62aad7f5f 1.75 MB 2,776 1
910,345 910,345 000000000000000000021f2daec46fc1c2af6a67946cd9123efaf1d1ab6b1cbd 1.56 MB 2,640 2
910,344 910,344 000000000000000000012c48f524e23bee5b653e39b164602036a7d1c70bedb2 1.74 MB 2,694 4
910,343 910,343 00000000000000000001eeb9e342795ec848c80a58393f05c6c7571198431e94 1.70 MB 3,083 4
910,342 910,342 000000000000000000022958f985c19aa8f122fb71a592d6b883d810eaf4f6be 1.73 MB 2,853 3
910,341 910,341 000000000000000000005e09b242a7aa171a542a6ef10ef5ef44dc49b1c35d94 1.63 MB 3,777 4
910,340 910,340 000000000000000000021af4b4b1dc2bdfbb82301f9cd580f9057b2ae3aaaf1c 1.66 MB 3,832 4
910,339 910,339 0000000000000000000101640e981f748d5000a455f0acf261d901c4cdaddd96 1.68 MB 3,224 2
910,338 910,338 000000000000000000003a49842e7c3dbd9b86227beb45dca57cdbcb2c5f40b1 2.17 MB 88 0
910,337 910,337 00000000000000000001a4cc3c2f54d346fb2fdee1a32e1a901ab7ec26e7a4a8 2.19 MB 1,025 0
910,336 910,336 00000000000000000000ab3abf78c44c993e885c634009db809a0f9f3b307ddf 1.57 MB 3,024 2
Previous 10 blocks ↓
Total Size: 774.27 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,242.59 GB sent, 119.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.