Memory Pool Memory Pool Refreshing

8,695 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (29,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,690 878,690 00000000000000000002233918647e43a85a54f96e6f0563cc92f8bf14c1a6d1 1.44 MB 2,291 4
878,689 878,689 00000000000000000000d07149e8865e73b0512eaa6e846a204b31b52c9bff39 1.44 MB 1,275 2
878,688 878,688 00000000000000000001df8b6041a64631c08af72fdaf5370eef4c8d7ebb9a9c 1.97 MB 4,093 3
878,687 878,687 00000000000000000001fe697af71c563c5539907c162c10fa3a46a328c0a96b 1.90 MB 3,861 3
878,686 878,686 0000000000000000000166c5254b6a3991a6e47ae4228eecffd961a5de55f2aa 1.70 MB 3,032 6
878,685 878,685 000000000000000000015580f80b1645ab9bf73225dffdb6388d04fcf01a16b1 1.90 MB 2,105 4
878,684 878,684 000000000000000000028595df4edc140d7a04532065f6c1b17794c382e4553d 1.86 MB 1,701 3
878,683 878,683 00000000000000000000afa364cfa5c74c633bdf7b3f27e2f126a3460261614e 1.67 MB 3,066 4
878,682 878,682 00000000000000000000509ced1a3cd19da7d2ca423032536e606a3961af2bcb 1.69 MB 2,417 3
878,681 878,681 000000000000000000001c08ea15e00ce94633e65fb84709b7bf3cefe43aa073 2.28 MB 2,054 3
878,680 878,680 00000000000000000001185055c8e356de2129b62d7e776500b15c7c14a4725a 2.00 MB 1,062 3
878,679 878,679 0000000000000000000131cc3c9b4c019a0061e4e5929310c71a2f25af492631 1.80 MB 3,476 7
878,678 878,678 00000000000000000000f5a1ecb7df1d79c4026878b74d14690555b0b9521932 1.75 MB 2,429 5
878,677 878,677 0000000000000000000212ce755c1aaff72d22ff38cde75c46d663d663c95b80 1.38 MB 1,229 3
878,676 878,676 00000000000000000001578b2aa69c757c9a1c16a080635c00dbdd7706ff13d6 1.80 MB 2,784 7
878,675 878,675 0000000000000000000214474976797ed93a4016d8cfb54310927d542c3a61e8 1.74 MB 3,427 10
878,674 878,674 000000000000000000023f8d99b90cd937b249a6e008879a0850cc80b0a060ea 1.89 MB 2,549 5
878,673 878,673 000000000000000000018f1cd854f34d543979a52a2d56cd45491be5933a0acd 1.72 MB 3,284 10
878,672 878,672 00000000000000000002608d156ddc3daaaeafc551b021a07151794e2b97cdbd 1.99 MB 2,357 5
878,671 878,671 00000000000000000001efcfb71b0f24feaeb3e06e0040a91c63bae629a41319 1.94 MB 3,484 7
878,670 878,670 000000000000000000018b9e55e1a9bc27e5df1d4752fbef6648638d0cca612c 1.84 MB 3,002 8
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.