Memory Pool Memory Pool Refreshing

5,578 transactions (2.22 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 4 sats/vbyte = (5 blocks)
  • 5 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,967 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,966 (874,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,447 34,447 00000000be37375cb6473e1159b84b42f93bca9f9128bf7839225c2423dfeb8c 0.00 MB 1 0
34,446 34,446 000000003d00136b391a96bec5a6c7622d938500899df90e1fb4069719bb4c3f 0.00 MB 1 0
34,445 34,445 000000000d25469cfd5b7704b0fe0d3fbad244ee572ffdb92318273c1fc5c6d6 0.00 MB 1 0
34,444 34,444 000000003d38a29eb0f91185e0c9fedcfbfea912d0191dbcd65c6e0f00b185cc 0.00 MB 1 0
34,443 34,443 000000000ff146f413921e339cbbdf0b34efee3ae24c98370e39e3671e5cbcd1 0.00 MB 1 0
34,442 34,442 0000000064ab25652b85b426f08799e3eaf423704f36afeb81e8ea0aa34536f4 0.00 MB 1 0
34,441 34,441 0000000078bf0a8c34a426e4b052e34d2c68b74de835f94ad143bd57c8df6e50 0.00 MB 1 0
34,440 34,440 00000000c0cdb09bf1ef2ed8fa2270489e1d655db48140104578ff41154c8cb2 0.00 MB 1 0
34,439 34,439 000000009bed9f0221f305a727f02706f3848d1620fe8a0985946ca6d3ef0362 0.00 MB 1 0
34,438 34,438 0000000058dc6fbf101302cfda9b3dc364d8845033a93cdbdb2005018d34433f 0.00 MB 1 0
34,437 34,437 000000001d2af79e3393d174427c60223355215c3fce45c83a010510d80f24e7 0.00 MB 1 0
34,436 34,436 0000000029ae6dc1479253f47f103986d2e2bacec1eaa01f0f47710240f84309 0.00 MB 1 0
34,435 34,435 00000000a9bd3f126fd3a24bb2610b8c839016d6ec8b5bc68dcbd182182bf20d 0.00 MB 1 0
34,434 34,434 000000004f6e7c17d243a899932c962d35bde399f41c02c159abf172fb8931c1 0.00 MB 1 0
34,433 34,433 000000009a6692d0386604f2581bc3cb0f880d84b7ebb8b6cb70dbcd6f79b714 0.00 MB 1 0
34,432 34,432 000000007aba7af3ca7ab0bf667c792228998bdd1190c7d5f6234601e997989a 0.00 MB 1 0
34,431 34,431 0000000061cc4f7f3c2712915e73db809cdda1938b17eecae680cac66a48d775 0.00 MB 1 0
34,430 34,430 000000004f288a256abf40544eb7e5b14a83ad3c62caf324936b171d22ff5b75 0.00 MB 1 0
34,429 34,429 00000000a737e16ab46ebc553323d225aa29376e471d014313694ed0698757e4 0.00 MB 1 0
34,428 34,428 000000007d2b0d0064af88d0b26e38292d52b636cba9f5ec02d85513eef47b76 0.00 MB 1 0
34,427 34,427 00000000855e8834a637a0a93d61f9b66924cd6ee943b5d5e60cb8d31b3240b0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.49 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,866.65 GB sent, 104.82 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.