Memory Pool Memory Pool Refreshing

3,730 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (29,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,701 878,701 00000000000000000000aba62ae7865ae186c1e57f4eae9bfe7b2b40820a1f6d 1.88 MB 1,789 2
878,700 878,700 0000000000000000000171f20bfd2a91c94c022a04297da575be1c9f878abe04 1.76 MB 2,563 4
878,699 878,699 00000000000000000001f999a0f11367b830329f5264f11d8278d1502c27c110 1.86 MB 2,160 4
878,698 878,698 00000000000000000000c147db5bbfca0334f28edf62e8bef09bf6b2aebd266d 1.69 MB 2,439 3
878,697 878,697 000000000000000000024c44b4444145d4e0d4ac33f9e42852ce4e835d51b879 1.68 MB 3,134 4
878,696 878,696 00000000000000000000bdc997d7136792faf8ac00e2e4eb9feeaf681937e5e4 1.89 MB 2,874 4
878,695 878,695 0000000000000000000285737f71c24af417e23ed0a23b2f1c67b28097a58a36 1.56 MB 2,800 3
878,694 878,694 000000000000000000013c16ebb991fc727e7d2db1cacdf9c74bc11a485b034f 1.82 MB 2,593 2
878,693 878,693 00000000000000000001ef69f319cb263e5d032ffc9cb0e3c1da61e5e038789c 2.00 MB 1,797 2
878,692 878,692 0000000000000000000224c4e018bd016c0b2b6ad29f011cff18ff4aec1da2c8 1.69 MB 2,944 3
878,691 878,691 000000000000000000028142dfd80df630d4a9e7bf51670b641a038605b29afb 1.63 MB 2,894 2
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
Previous 10 blocks ↓
Total Size: 769.30 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.66 GB sent, 94.43 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.