Memory Pool Memory Pool Refreshing

1,745 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,727 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (45 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,519 908,519 00000000000000000000a66fd341a5980ac912b9433084c46c64f51bbe32ee3e 0.46 MB 671 2
908,518 908,518 00000000000000000000faea3da088419b15f70dd7a6d32ab26f7f0706c5adc1 0.62 MB 869 1
908,517 908,517 00000000000000000000ccf2c160b07965b4f15642bd96d4fdf40a1d6e14593c 1.72 MB 2,435 3
908,516 908,516 00000000000000000001b8f5e77538348d00f64672ddb1e528350b72f057e202 1.82 MB 1,615 1
908,515 908,515 000000000000000000000e11171c807396b2f47029c462baa71a5875fdf6a974 1.92 MB 3,273 0
908,514 908,514 0000000000000000000025a8291a3289a40b37e32ad7f92671ff8e4a4a9987a4 1.60 MB 2,746 0
908,513 908,513 0000000000000000000145b160256bfca9a976badd7566888812762a3a062f8e 1.63 MB 3,174 4
908,512 908,512 00000000000000000001f726436c852e8653371c71aa2730d3ac9c499f467fad 0.01 MB 25 2
908,511 908,511 00000000000000000000a31117108c56f157336c9379e72f64ca1fc09f8bf302 1.64 MB 3,920 1
908,510 908,510 000000000000000000017125333bb8f309d0da5494c0495e593c7432afd8a2ae 1.66 MB 3,370 1
908,509 908,509 0000000000000000000128adedbafcd8516f8a9948eef77e80a1daf4f930d076 0.53 MB 1,345 2
908,508 908,508 000000000000000000015ccca3dc16b23a02ecbb489b248dd8dc284df5b5ead7 0.54 MB 1,024 2
908,507 908,507 00000000000000000000333f991bdd294263fd49faf18b50fb0b91f50bcace00 1.53 MB 3,213 2
908,506 908,506 0000000000000000000007b0bbf9af371dbadcaab2ae46b2fb972baf463ef504 1.54 MB 3,152 2
908,505 908,505 000000000000000000018f4e26662065326e369a7e7aa3524a40bf29c5eec5be 0.19 MB 484 2
908,504 908,504 00000000000000000000c756c3796c6edc56bfd6c493df803163df5daff64743 1.65 MB 3,811 1
908,503 908,503 0000000000000000000128fe246d0fd64509a4b00e7842ecfd87a7c3d1d8dcbf 1.68 MB 4,095 1
908,502 908,502 00000000000000000001d137b1c63d11e6f74eddf3aeeaa368b9e591516e6ce6 1.96 MB 2,773 0
908,501 908,501 00000000000000000001fc89c59b3c4999be3df8d1906fe130838e6b3019a003 1.66 MB 2,804 2
908,500 908,500 000000000000000000016c93956952fc65af8d681e119c1b537e482a6e07e78f 2.11 MB 2,355 1
908,499 908,499 00000000000000000000224ed4f23633c932c06f33b6205b0ea0ccbdee69ab0a 1.84 MB 2,305 1
Previous 10 blocks ↓
Total Size: 770.74 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,847.61 GB sent, 100.68 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.