Memory Pool Memory Pool Refreshing

1,056 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,796 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,035 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (774,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,221 133,221 00000000000002be9055786486f467c93fdeec150c32c9c0b3c822cc4aec696f 0.04 MB 118 322
133,220 133,220 000000000000029b4b03122dc75e22952e574ded1ba7caef1fd81c1d11f08e73 0.02 MB 49 1,371
133,219 133,219 000000000000001493ab1074ff880d8474e28b5c78d6914427154f55cdff4b2d 0.01 MB 24 405
133,218 133,218 000000000000021838183f8113af1a9d8af37f6d90d3f1d1dc24df2bc6823322 0.03 MB 83 634
133,217 133,217 00000000000001d7e863471030776c57e50dffa1f3c947cb0a84d1844789e2d8 0.00 MB 8 420
133,216 133,216 00000000000002fe11c55261094856036a8d9feb303d2353d9d6b5a08d407838 0.04 MB 126 341
133,215 133,215 0000000000000821251030db819708908cb8013f18e2c283bf666c4a0f1785df 0.01 MB 30 1,054
133,214 133,214 00000000000004d2b9a60307285811bba3d7297cd1ced8e398f29793d3140a26 0.01 MB 35 416
133,213 133,213 00000000000002276cd70a2b582b4fd66abbd2f6bc09644b3fc7e443b7a3f4ca 0.01 MB 23 1,108
133,212 133,212 000000000000081f3a242993ac85f67d5df2b136512047d16adcf8e00ca2b096 0.01 MB 41 625
133,211 133,211 0000000000000a2cc88eedf87f55ac654ac236db01ef3fe08735b9eed0d6dfe6 0.00 MB 6 2,163
133,210 133,210 0000000000000251a014f5fd9c61090b60ad9cd5e12a25e3afcf207636a81ea5 0.02 MB 50 258
133,209 133,209 00000000000008f947337dbdc069e82036ca534adcc2299235fbc17d98d60ff1 0.00 MB 15 498
133,208 133,208 0000000000000bc49b8fc07f9cd521007322ffe9e262b7efabfda0882919e3c6 0.01 MB 24 1,089
133,207 133,207 0000000000000ac58bfff8f0c03d49969abb9bd4ad88f5104ea3451ac23132fe 0.03 MB 105 322
133,206 133,206 00000000000003b1487369c2f5772e35838a611b5a36b19c8069691ba4ae63a4 0.01 MB 30 1,254
133,205 133,205 00000000000002f0e635c29ad7ecf670a200492657f30fb8deb694d17e8053c7 0.05 MB 143 347
133,204 133,204 000000000000069b4899997aa3b11c2c5a9d49be3906834b108e3f66ffeae8f5 0.05 MB 163 230
133,203 133,203 00000000000004745920854a5f61d2fef630144953d8d60501e952f1eb43ad56 0.05 MB 147 145
133,202 133,202 00000000000004c9eac85b912a269eac953fbfd36754c481c484daf14162438e 0.03 MB 65 897
133,201 133,201 00000000000007949a8fea2cbad1e4ca6014a820729f7cdffe5617b2fa317256 0.03 MB 58 1,013
Previous 10 blocks ↓
Total Size: 769.16 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,632.70 GB sent, 93.67 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.