Memory Pool Memory Pool Refreshing

4,245 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (103,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,715 803,715 000000000000000000018b8a223f9d4e309d757a3addb02122147a736d3143e5 1.68 MB 3,877 10
803,714 803,714 00000000000000000003413a81a6ccf273bacf61a55cbad67554dd6a33beb467 1.58 MB 3,398 7
803,713 803,713 000000000000000000002a4badf958f151fd5dfe07141fb6e9e71c18f8bcaa25 1.39 MB 2,544 7
803,712 803,712 000000000000000000048cf0bcbf2ef81dd9106f4c6bd36b9afaa9fea7945398 1.35 MB 1,395 14
803,711 803,711 000000000000000000020e047254ceebf09f1c4b1b8a369916ab848c8870792d 1.66 MB 3,909 7
803,710 803,710 0000000000000000000492b0ba3f819d06fcdb51fb720efb7dbb6ed513ec3464 1.50 MB 3,036 7
803,709 803,709 000000000000000000032013c399c61203e73bf55f9a6f5e2a23e4e9ec8dd878 1.88 MB 4,881 9
803,708 803,708 000000000000000000040206e886a937f83d5915fce67b0b77910b0ec66db4c0 1.77 MB 4,216 11
803,707 803,707 000000000000000000043b9f1604c0787cb4d07a842097cd1d29f433041b00d4 1.63 MB 3,063 9
803,706 803,706 000000000000000000052340da33be83599fff24ffbbb47d79259f893de3c017 1.75 MB 3,120 8
803,705 803,705 00000000000000000000fa2752aee28fde4e94dba6536060c7396b8a2d0a11b9 1.60 MB 3,257 19
803,704 803,704 0000000000000000000252b6d82802b988f165e1b79db471cd2126217a8963bd 1.55 MB 829 6
803,703 803,703 00000000000000000001926113a8658625d5bd84cb96421a18ca764d5934b392 1.63 MB 3,381 7
803,702 803,702 0000000000000000000220bfe440493ea4e20227b0e6d4655e8bf028c49278f2 1.56 MB 2,336 11
803,701 803,701 0000000000000000000241d7afa0adbe92d092651896488e16c318215964d4b7 1.44 MB 2,254 14
803,700 803,700 000000000000000000034f5b72988a12217888e78a2ca96b72f513ad05241aa4 1.39 MB 2,361 23
803,699 803,699 000000000000000000053adcac4247d891a17b5fb354bb63a1dcf2054f37c579 1.84 MB 5,077 10
803,698 803,698 000000000000000000016fe8c9d1bb42e1153cc44bd7e78f9479c49d055f82fb 1.77 MB 3,946 11
803,697 803,697 000000000000000000002d139d60ac7a113aaba1f3a77cfdbc61d4f93a325871 1.53 MB 2,814 17
803,696 803,696 00000000000000000002fa983e2bcd2c388e0b2925646861f1e29d6b0edfb242 2.09 MB 6,346 8
803,695 803,695 0000000000000000000387a6bd551a05bca23b25fcb9f329dc42066abe759adc 1.92 MB 4,680 8
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.