Memory Pool Memory Pool Refreshing

3,298 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,351 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (62,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,908 844,908 00000000000000000000d98e3f189a674fd42bb16635e10c8704d28f6c401453 1.61 MB 6,388 12
844,907 844,907 00000000000000000002d59bbc17bbd2787c61b39c207efb547f534f99123db7 1.62 MB 3,200 14
844,906 844,906 00000000000000000000d8f22e025aac9df780ab549ae7507d6c2fd644a0ea83 1.55 MB 6,898 9
844,905 844,905 000000000000000000004fbadcb8820164c854cf8fa2fbdefaf941be24df2643 1.61 MB 4,720 11
844,904 844,904 00000000000000000000bfce2e59b673ee8089063bef0ee77d8221a23a8d0f4f 1.84 MB 3,622 14
844,903 844,903 0000000000000000000348454981b07273bbeebda10cddf9d97083028a977f2e 1.87 MB 3,537 10
844,902 844,902 000000000000000000021307da9c5f5aefdd1afa38593727c40b0244fe635ebb 1.99 MB 3,123 25
844,901 844,901 000000000000000000025557668428dc7e836c091971854d36653985c57e8669 1.72 MB 3,651 15
844,900 844,900 000000000000000000002f8d262069d2a9bd5ac5f575b8e835fcfe4765a5d92c 1.55 MB 4,918 26
844,899 844,899 0000000000000000000330f7c7d4ea0532d9e50f5b0ed7b6bcec76180553b815 1.41 MB 7,097 25
844,898 844,898 000000000000000000013fb5e6a68287f396c6e94df1450a0e7ed9e5ec6bb2d6 1.40 MB 5,702 29
844,897 844,897 0000000000000000000106195b887d0e9dc0c59def1386d5d2781dec60b033d6 1.48 MB 6,218 9
844,896 844,896 00000000000000000003094bd719afe1edeb470f74734e793dd54e05d2e92ba0 1.60 MB 4,592 14
844,895 844,895 0000000000000000000293bfda34cdb835bebb5249d7aa3e0366c037380bfaab 1.67 MB 5,489 11
844,894 844,894 0000000000000000000099a6419a20757292d51e6d50d3a35350b86612dfdb40 1.62 MB 6,118 9
844,893 844,893 000000000000000000020b110787443af52aab152773974dd303dcb9de1b393f 1.48 MB 2,440 15
844,892 844,892 00000000000000000002167ea34d4cbcbd4fc25d27bcd0c118e5c6cfd7480628 1.65 MB 5,856 10
844,891 844,891 000000000000000000031fea5924afe505bf0a7002993b83e5dc74e9b4b93107 1.59 MB 4,781 11
844,890 844,890 0000000000000000000264ba2add6ac6fd13339df85e0f12c75ec49aed66a31c 1.86 MB 6,292 8
844,889 844,889 0000000000000000000324ec01b6e56d1e833d90c5de58d9b4cf46c58d9d6375 1.88 MB 4,872 11
844,888 844,888 000000000000000000016d38a8cf93ed31539a2c1cfdb76d9789a71a5096855d 1.78 MB 3,414 11
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.