Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,203 transactions (0.54 vMB)

Priority:

  • 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
910,588 000000000000000000022cb30000000000000000000000000000000000000000 0.50 vMB 2,193 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (841,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,755 68,755 000000000048032cd776c53f0e0819a2c59c306e2c0abfc37f0904abbf34d431 0.00 MB 2 0
68,754 68,754 0000000000506dfad97f4d4ac9b2ca6099c0eae88ec7760d3dedd4db5e18941b 0.00 MB 2 0
68,753 68,753 000000000075b8ef74ed632ed14f95805ec3a73d55b78f5801abf4bcf04d036b 0.00 MB 1 0
68,752 68,752 000000000167e0e38c67954095b814efb1100eeab92b7a97e877b26c255167e2 0.00 MB 1 0
68,751 68,751 00000000009658049877188bafca37e50647e792debb6a96dc9d6effc5b6d7b1 0.00 MB 1 0
68,750 68,750 00000000014116fc1a5b5ac43d1dd72c1e237e4e8be322aca071512d2b18aa99 0.00 MB 1 0
68,749 68,749 0000000000382852ca65dbde329e680534061176642dcc597e4edc3574bc512a 0.00 MB 2 0
68,748 68,748 000000000098143a91a08867adba9d0000df34fb85fa8e01f58cfe67b98425e3 0.00 MB 4 0
68,747 68,747 00000000006b25f8e3b3bfc67526c529109ef30087751242d0704b6644f706cf 0.00 MB 5 0
68,746 68,746 0000000000339be8d48a06e556e579322d0b1da4b0f59006275a7669ac795b18 0.00 MB 5 0
68,745 68,745 000000000119b171252d67a42cd0b4a49091561983d8781a0f05c3dd7bd27289 0.00 MB 1 0
68,744 68,744 0000000000c2f970a77fda4d422ac85eb6a24fe8a2c30eb7c3bba1423de604c5 0.00 MB 2 0
68,743 68,743 00000000009dcb1a82e3396263c3029e9b7612eae61312f03311a8f64ca5174e 0.00 MB 1 0
68,742 68,742 0000000000719fe804bd5b9c95a47dd1144dac4030f59bb284555f4718cd26f1 0.00 MB 8 0
68,741 68,741 00000000012a62cd17e08a7e0d58bf9cb90fefe4ad71d06812e27b8120a58e87 0.00 MB 1 0
68,740 68,740 0000000000c7c8c49c22310a6e91e6461c04f29be9e546f6c4f303c03f6cc3fe 0.00 MB 1 0
68,739 68,739 000000000014298df659ec467c626029b394b10f95e72bc2932a449ba5e04d34 0.00 MB 6 0
68,738 68,738 000000000085b75c4f487f0a3692ddf3dd8dca6ffe648a157b333a510d04002b 0.00 MB 1 0
68,737 68,737 0000000000c42a504cfac2c5afa9995c0224c5d0962734d3d12d65543b149968 0.00 MB 4 0
68,736 68,736 000000000053fbd998def304028b3d39326ed82ab3951fbbbb09d9698950f3d5 0.00 MB 1 0
68,735 68,735 000000000123dfebfc83addc7f0163baa1a49076442b191175fc953f4000b027 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 774.46 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,254.85 GB sent, 120.88 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.