Memory Pool Memory Pool Refreshing

8,877 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,724 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (41,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,752 866,752 000000000000000000025adcd4670b02dbf6cf09195ddf80ee3bb3d2b49cd4cf 1.47 MB 5,928 18
866,751 866,751 00000000000000000000a93d5127762761d6af714f827e64dc897535e1550ede 1.53 MB 6,469 13
866,750 866,750 00000000000000000001bb44a64b80f6b92927a1a30055982860359fd709b186 1.50 MB 5,832 16
866,749 866,749 00000000000000000001ff117b1ae14760cce2a928a922d12fab70d1520199e0 1.50 MB 6,920 12
866,748 866,748 000000000000000000018cd46e0e46be290d47e4a30878a7a2ac25f7435bf03a 1.50 MB 5,231 14
866,747 866,747 00000000000000000000e0354e002da1814752d08200e732859e7cd4f788af5f 1.54 MB 7,037 10
866,746 866,746 000000000000000000005e4d29923fb25ef96f2ecc7cdbaa571fe93be7c31cc5 1.53 MB 5,375 12
866,745 866,745 00000000000000000002799b1930f64752158d79fddb8649a93279f124c46c24 1.57 MB 4,487 13
866,744 866,744 00000000000000000000a86c31192ed857285dacfd719e5dffdc0195cff58dee 1.57 MB 3,740 19
866,743 866,743 00000000000000000001911a011feb2651b215a6b206c435b25eaf617a95218b 1.55 MB 6,310 10
866,742 866,742 000000000000000000003a04268fc29b96d2230bce06a08e1d131f40450a2d4f 1.55 MB 3,999 9
866,741 866,741 000000000000000000013c5e4914e23ef9a48ba7f4a72a7d1eb6ecb69719485f 1.59 MB 3,282 12
866,740 866,740 000000000000000000020a9b43a666c6701bd09c93ada0fb910adaf964c4aa8e 1.61 MB 5,739 9
866,739 866,739 000000000000000000000337ef47bc8345063da590ad84127bddb092e8d88f61 1.57 MB 2,998 11
866,738 866,738 00000000000000000001ca8e7993219c9861a27f38aee2846e55b03703f3a662 1.63 MB 3,572 13
866,737 866,737 000000000000000000017c43aa37614b92133f91409a2d6c2a9d7d8612d5fffc 1.59 MB 3,962 8
866,736 866,736 00000000000000000002d9fb2926f20799a0a8d8931c30d187fcaa5b046e2704 1.64 MB 3,608 14
866,735 866,735 00000000000000000000d3ca96613208f334c0ac44e022543977f61f2d271075 1.74 MB 2,563 9
866,734 866,734 000000000000000000001186125ae27d0193bb87386e4a1768b5915b30aa69bd 1.64 MB 3,479 16
866,733 866,733 0000000000000000000257e9ad0e0b06c77692a56962eeb973a75436c3d2e579 1.30 MB 2,627 10
866,732 866,732 00000000000000000002b44e6aa513543a21f7eef4df3f5da4328b7f306c3e5f 1.56 MB 4,653 10
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.