Memory Pool Memory Pool Refreshing

3,510 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,441 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (619,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,664 288,664 00000000000000000ed6a0bde7f371cf4b74dad05ce20af079d6c72c37d2e253 0.08 MB 112 28
288,663 288,663 0000000000000000e63aaa621132ddef45bd2d1215de8b75ce325815dc0b3135 0.08 MB 125 19
288,662 288,662 000000000000000093561519497950ca2cb343127c095915f8762d063adb3ed6 0.09 MB 190 25
288,661 288,661 000000000000000090a9d3cd08feed61ce62c5f059a2f1970e176c327deeea7d 0.08 MB 149 58
288,660 288,660 0000000000000000be856c86899be58b979b9cb53bd856f5f38734989ee0fb00 0.32 MB 604 34
288,659 288,659 000000000000000045c2ee44c55d735588260f7349f3436274076f735a39cec9 0.52 MB 370 18
288,658 288,658 00000000000000001f64489abfaed27f25790865be9dc8705ca0c5a6590ed5ae 0.52 MB 932 32
288,657 288,657 0000000000000000a48f75161b821af52978c62b98a000133cc8ab6b5e646c85 0.25 MB 699 54
288,656 288,656 00000000000000005f32169f039662b89b7dad206d75658f5da4266c7b5eda5a 0.07 MB 134 29
288,655 288,655 0000000000000000cae518cdc387bdaa464963fc4d7d773b01693c707fb41dee 0.57 MB 824 21
288,654 288,654 000000000000000054398ab71fe5f3b87fa037e2fbc0a62e4101c985e52a8c2f 0.35 MB 1,093 70
288,653 288,653 0000000000000000b57e2c39d906c2ff7eea5a3e8577bc293d2f8841cb269114 0.35 MB 763 39
288,652 288,652 000000000000000096350c0ec7de836ecb6cf0f3fd91643bfb7c53b52e553a31 0.25 MB 203 15
288,651 288,651 000000000000000073d80fa94305fc692496d0d620ffb26b02f2c8241e4a67ad 0.35 MB 604 25
288,650 288,650 00000000000000005351a7020179a1b8c2bcf71f460c47538d83fcec34e5989c 0.25 MB 822 74
288,649 288,649 0000000000000000f7819d55717b91ea404188794bc71a9be5e480336051059b 0.25 MB 281 21
288,648 288,648 0000000000000000c7ecfac2d463f2c693b7e5055b42bb9b03c757df685a3ce6 0.04 MB 64 22
288,647 288,647 0000000000000000f2105262ecd3ed444904caac836453e00761d5221285d4f6 0.90 MB 2,135 41
288,646 288,646 0000000000000000aca95637b22997beaa23aa834e3b70990f1e90f2f858d4d4 0.28 MB 461 33
288,645 288,645 00000000000000007effe4dbb3c1b147f4d00797e5b3aa7d0e1c99c631c4c426 0.48 MB 907 32
288,644 288,644 00000000000000000b3ab417cc8d1f26e2f8a03a0a6d0e60eeaaaeccec0c65a4 0.25 MB 512 50
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.