Memory Pool Memory Pool Refreshing

3,661 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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 3,186 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (261,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
645,720 645,720 000000000000000000013abf7987cc8610ccf7390cecc59f225d90d1ff08f8ab 2.11 MB 277 5
645,719 645,719 000000000000000000088e31ac9893c0128a85e8612e3e8bcb7fd5dc7c40c955 1.20 MB 1,750 22
645,718 645,718 0000000000000000000da8f7cdf76003a97273377f9d905509b54d502fbfde2d 1.04 MB 912 8
645,717 645,717 00000000000000000006c56c712c717f9a148b6d0e21eef8383b413b96aba70b 1.08 MB 2,014 11
645,716 645,716 00000000000000000007b4263cce78fcd94792fea0b4d89d203953a29cc1d286 1.31 MB 1,924 28
645,715 645,715 0000000000000000000edb30e11a3cc80ac512e5994a2ea8563c4d7ddb60f698 1.13 MB 2,213 15
645,714 645,714 0000000000000000000dc93214ad94a7b7891fd8da8e9110635a1453c4139d49 1.30 MB 2,446 83
645,713 645,713 00000000000000000004879a735574d873d9a559f3b75809734e3969710a31db 1.35 MB 1,840 19
645,712 645,712 0000000000000000000f4fbd5fbc4fb777c4b1439bc3b7476ebdcd5ed8978796 1.26 MB 2,905 70
645,711 645,711 0000000000000000000db8b46cfb6d01748e77b3de92c1862942aece08d6bf78 1.34 MB 1,763 35
645,710 645,710 00000000000000000005a6d5ecb6a7a5ea8b192af2d1b6e3ca812f9b0abd334c 1.10 MB 1,406 55
645,709 645,709 0000000000000000000c1da945daf25635ea0266ead603b8bf02bd638a8bb712 1.19 MB 2,413 64
645,708 645,708 00000000000000000008dc1bbb66317d4b450cba9cefdadbb07766d635a1d799 1.08 MB 1,948 43
645,707 645,707 0000000000000000000615e4f3647fb6ae843abe08eed7337a7900cc0dd5a272 1.13 MB 2,201 56
645,706 645,706 0000000000000000000baddd33e1fd91e0952b4aebd44a2a617e530838f93659 1.07 MB 2,564 61
645,705 645,705 000000000000000000033e3835cb50080208df23d621203b4820a65b1ae68038 1.26 MB 2,999 91
645,704 645,704 0000000000000000000cdbbcf9220e6111ab0a24763d2860075328de6d434c5e 1.32 MB 2,595 95
645,703 645,703 00000000000000000005893830329073863fcff81fee7f4f253c5fac8b541d77 1.21 MB 2,058 112
645,702 645,702 00000000000000000009f10ffff24dcda67d7d4d8fe516adec18cc101546eef9 1.38 MB 2,690 99
645,701 645,701 0000000000000000000730c74b412c4d4824634abab7a4a2a3ba51fbb3cb3627 1.26 MB 2,465 105
645,700 645,700 0000000000000000000336bd2a03fa43c8126b75ee58993cecc257f1a9cca42c 1.26 MB 3,072 141
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.72 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.