Memory Pool Memory Pool Refreshing

3,644 transactions
9.38 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
882,216 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 2,310 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,215 (416,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,418 465,418 00000000000000000042a93a227084e14f6f1a02a4a4241fd68fc25bee76b69f 1.00 MB 2,560 137
465,417 465,417 0000000000000000008e834f0eb952adc54055117d47e28a7d6ed68ba2ee3849 1.00 MB 2,090 180
465,416 465,416 00000000000000000217920e091251d4ab1c0f64fd59fb535a4e952853818fd2 1.00 MB 2,809 304
465,415 465,415 000000000000000000ff8872b88b7f722d2c871d07e7b5909283ae436c9bd167 1.00 MB 1,701 136
465,414 465,414 000000000000000001aaca95ade77c9cc3f0a818bdcd04225a55e2e5b4eae8b3 1.00 MB 1,774 176
465,413 465,413 0000000000000000015914ecc6a0fc15653f67183c240e1db629024e34b631a5 1.00 MB 1,827 188
465,412 465,412 00000000000000000181018fd0b412241adba8e14caa527ff1111f55d3f73d33 1.00 MB 2,436 223
465,411 465,411 000000000000000000c3ef8a7f3093118fea4c44bfd4639f103d4e23ae652bed 1.00 MB 2,458 201
465,410 465,410 0000000000000000017a259eba9d2f7ed5e71c53f9b3e32df4ea2c1e67b2084a 1.00 MB 2,047 256
465,409 465,409 0000000000000000019ee1aa5d8a9470962f871d2f604ecb9b56e341a22d52a1 1.00 MB 2,972 270
465,408 465,408 000000000000000001aebd79c324d75f8b4b0aa0fb17371bb4eec69c057c5786 1.00 MB 2,006 245
465,407 465,407 000000000000000000acc9abb8b7baf8480819985dd45b914aa638e15220f3e1 1.00 MB 3,184 384
465,406 465,406 0000000000000000001281cce322023ab0ac20daa8f26ca498ab6294eefc78b9 1.00 MB 1,624 111
465,405 465,405 0000000000000000016d1a32121acbc675955d484b799119e2225c806f2b297b 1.00 MB 1,442 89
465,404 465,404 00000000000000000003d2a0df8e164c63b6347f38579650691805b65cabee02 1.00 MB 1,860 197
465,403 465,403 0000000000000000001c730eb1c412d74d3a0526c15a1a6191041d7cda1d9358 1.00 MB 1,581 106
465,402 465,402 00000000000000000166ba16e5d70c4bc5a7875401fb2a335e25bcb3e0567c63 1.00 MB 1,676 121
465,401 465,401 000000000000000002014150cbdac69de4c860ba07ec9fe2a6b00cd266413cc4 1.00 MB 2,036 150
465,400 465,400 000000000000000001a707afb6716d8b59d46b7b3720ffb60bea75a7224edf06 1.00 MB 2,527 163
465,399 465,399 0000000000000000000d74440bc6d094472c7d9b8fb51d54c3e7eec8a35e8b65 1.00 MB 2,274 210
465,398 465,398 00000000000000000139eaba2fa4b1d1cdc3ef76e379a9e894821b946e20bb9a 1.00 MB 2,271 148
Previous 10 blocks ↓
Total Size: 722.85 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,071.18 GB sent, 76.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.