Memory Pool Memory Pool Refreshing

2,672 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,711 (73,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,575 834,575 00000000000000000002a22c188583b74d11f0eff25bd81e819620a0476d63ce 1.71 MB 2,248 17
834,574 834,574 000000000000000000008e649b9152e09fe64dd6b572ae0f97e769793584d84e 1.73 MB 2,687 19
834,573 834,573 0000000000000000000051c22a153f6a89f45e74197b3f6a70ae470699e0b095 1.18 MB 443 12
834,572 834,572 0000000000000000000323e107267dc6d59fb3fd334e54b6242a7a18f795b89c 1.67 MB 2,846 19
834,571 834,571 000000000000000000034b23605ace859d91873eb59376ff64b8dcaf01c83f3a 1.55 MB 1,908 15
834,570 834,570 00000000000000000001e5f49a98a678f60ee71dcfdbdc301a4c615d425876ff 1.77 MB 2,669 19
834,569 834,569 00000000000000000002c3726e6f5656b0f171b576f6ac32c048fc39dc7d83eb 1.78 MB 1,778 13
834,568 834,568 0000000000000000000193558200835b89636563ff10f03a3249d7b4209fce64 1.67 MB 2,858 24
834,567 834,567 00000000000000000001490e2ced2815678aed5551fb2ad5d09d0d01ce344c97 2.00 MB 2,359 16
834,566 834,566 00000000000000000001a8344c1931092bbc980f37a18a203ac0b323439d4161 1.64 MB 2,562 18
834,565 834,565 000000000000000000008d7789beb8fb14c72ca1c28bae149a03f070043df963 1.77 MB 3,712 28
834,564 834,564 0000000000000000000172c9a64f86f208b867a84dc7a0b7c75be51e750ed8eb 1.57 MB 3,301 30
834,563 834,563 00000000000000000001770d2ce976d6c2689650a3b50676dc39bf0855490369 1.61 MB 2,811 27
834,562 834,562 0000000000000000000186e3f8b06986a62664b08b99ff017bfa95839dc362e7 1.74 MB 2,802 18
834,561 834,561 00000000000000000002738b7c5d604a6c5752b25d621e0a6ebb7f45eaa74119 1.64 MB 3,234 31
834,560 834,560 0000000000000000000176c4424fe305deb0e20b01575f63433267458cf7ae2f 1.56 MB 3,273 25
834,559 834,559 0000000000000000000385282b69ecaa92e69ab89961488b6cab2ae15b60fa4f 1.58 MB 3,337 31
834,558 834,558 000000000000000000032e1457c8b073bc766189890db017d99c6fd68138d8b8 1.85 MB 3,925 21
834,557 834,557 00000000000000000001febedf22469ca2b8935bd8a4f7ea01dfb4ed9245ad1d 1.69 MB 1,411 13
834,556 834,556 0000000000000000000336041bf9c871e530ea33862da260ebd6a7620380dffc 1.64 MB 2,867 23
834,555 834,555 0000000000000000000280da182b5728dcc19337d45b75f75b6236b3e0acf853 1.69 MB 2,659 24
Previous 10 blocks ↓
Total Size: 769.00 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,616.90 GB sent, 92.84 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.