Memory Pool Memory Pool Refreshing

1,718 transactions (0.53 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,853 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,852 (839,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,447 69,447 000000000032dec3f86d203e1b6a9b7086ca11cf01d977e51feadc1d9bb951b4 0.00 MB 1 0
69,446 69,446 00000000000031a5b05df6bc5e585bd69016aab365e9fd8bdaef265094198613 0.00 MB 4 0
69,445 69,445 0000000000dffae6e1b1b7d46f79e5b5473538159df6117a7742ec0564f76fd8 0.00 MB 2 0
69,444 69,444 00000000004cef7afd51a66d6787cce6b73d0667795d8371d3f92c09f692df4d 0.00 MB 1 0
69,443 69,443 00000000004fc2ec5e9059e6ce0e1ac469052a8a46512ff16172d0fcd65980b5 0.00 MB 7 0
69,442 69,442 00000000004e8362e80c9094c6adc16e89f0ec4441d706d784216cdd96048c96 0.00 MB 4 0
69,441 69,441 0000000000700b3f9a9326e82b3e5d2b753a9647a027db0cbdf01553e36a13e4 0.00 MB 1 0
69,440 69,440 0000000000b70f3b97630d17c7ab1f9ecf2d4dbaf8242b35aaf9719561a30424 0.00 MB 3 0
69,439 69,439 000000000035e48c9253558ae8108b51f0a82dc6669c5447d60c84b82c989d9b 0.00 MB 1 0
69,438 69,438 0000000001179bf3e8da2f2eb072bf0c53adc14e337e5919b52fc6e804fb9076 0.00 MB 3 0
69,437 69,437 00000000006fe43e341f70826dbace04b5e0859528b239d26b7f94254aba258e 0.00 MB 1 0
69,436 69,436 00000000006f18f88af5c4414fd179612a8beb5bc212937a2390cbc9b7b15267 0.00 MB 2 0
69,435 69,435 0000000000e4f296710a3c05559449c64b182c13fbd0132628bea01f4e81cc82 0.00 MB 2 0
69,434 69,434 0000000001650d9a5484dc7b4e5da27a41ba9d7d3b318c56081d973853ae1b33 0.00 MB 2 0
69,433 69,433 0000000000a625ebe09f81d3910e63848253bd70bf962b88dd0a3033b62a16f4 0.00 MB 1 0
69,432 69,432 000000000136fc17d9792611dedfd309a5fbd8c2d53eab70211f9bfa3ce6298f 0.00 MB 2 0
69,431 69,431 0000000001493270df73b13fec615ff964836d7fa1bbebe1a2e19a665f47274a 0.00 MB 1 0
69,430 69,430 000000000022b767ef6d30694736c1a0081e407f22dd28b68d5b6211be1c082a 0.00 MB 2 0
69,429 69,429 00000000011c50b6636ab682a7dbac369c595c6d15959fcda832323cd8e406ea 0.00 MB 1 0
69,428 69,428 0000000000e5b3967cb30f731e2ce6086a91d544ac1b24e1d1578500ba08f0e7 0.00 MB 1 0
69,427 69,427 0000000000bf590524821574fb08d4ba4e0b4191666a61765c813ad52890035f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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: 1,859.79 GB sent, 103.49 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.