Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

684 transactions (0.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,702 000000000000000000022b910000000000000000000000000000000000000000 0.23 vMB 668 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,701 (437,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,951 473,951 000000000000000001680a46e3278b274a5b460f072798a06aa162a5eb179459 0.96 MB 266 19
473,950 473,950 0000000000000000016984f8d36da2d733657caa9763475d9289fdbb8a096561 1.00 MB 1,254 52
473,949 473,949 00000000000000000074606c4259e90c5e7d6028af0538a3ff074c7ec6bc824a 0.76 MB 1,313 298
473,948 473,948 0000000000000000002b421fd314ef64ff2e7a42205da72054521de454c8fddf 1.00 MB 1,267 139
473,947 473,947 0000000000000000005f2a78bcf67d01b57c72b3a1c354fad15c18550657b631 1.00 MB 2,423 227
473,946 473,946 000000000000000001062917b81f5884043a4f1c47c7392a15d432fa98a834a3 1.00 MB 516 23
473,945 473,945 000000000000000000ccb7285fb5c90690f74f2e354a192b97c065789a8f18b5 1.00 MB 2,114 220
473,944 473,944 000000000000000001896adba451ffdae7e107fdae69ffff04a425b518f8a07e 0.29 MB 651 214
473,943 473,943 000000000000000000fe6a01d93666652ad20b6b17c30892b84f78ac93699224 1.00 MB 984 93
473,942 473,942 0000000000000000002f2ef29f75967034c19f3dbe9cb3c9a8dfa59c00f020d9 1.00 MB 445 46
473,941 473,941 000000000000000000b3de7fd786f9eefe22cdbe9d4c2ee355755dac85209701 0.99 MB 1,538 166
473,940 473,940 000000000000000001426b51586e9bb40b38bb188f287c5a22dc3af3b488ca5b 0.18 MB 351 218
473,939 473,939 000000000000000000609f940835964408b4a4f28dda2f71d543d6e325a1e5d1 0.76 MB 1,224 129
473,938 473,938 00000000000000000074c43577a3d535decdd50f54f578ffca76b4bcaa910912 1.00 MB 1,849 199
473,937 473,937 0000000000000000015ae3ba215d36ce4443d3e03ac5a54f79ae9bd184b68c3d 0.23 MB 468 186
473,936 473,936 0000000000000000010841838c0b0e8151fc3152ad64f956df22edc9cfa63b30 0.95 MB 1,519 147
473,935 473,935 0000000000000000018ace348811c0b10fdb03ccca245e2f5e48b574549b3319 0.96 MB 1,702 164
473,934 473,934 000000000000000000830141d5c163c813769008f78e6b25dc55161c1a2c4f99 0.30 MB 726 176
473,933 473,933 000000000000000001182e4268f61f3756edf3d54b97f319c86e39486d46979a 0.95 MB 1,049 121
473,932 473,932 000000000000000000c391dd8852fdfc54d01cb03bb90f9e414e675e29e80324 0.96 MB 1,032 76
473,931 473,931 000000000000000000ac7cf02beddcae6f454c8b2001ec4faec0e78a5fcdbd23 1.00 MB 2,148 127
Previous 10 blocks ↓
Total Size: 776.54 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,425.88 GB sent, 131.31 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.