Memory Pool Memory Pool Refreshing

878 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (23,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,764 884,764 000000000000000000012206f2ffd94fba32e8fa8d613dcec2911d587002c9e5 2.03 MB 4,040 3
884,763 884,763 000000000000000000007aeace0da16ecf4ca16ad9ac1c334cf582a4b00ede1b 1.80 MB 4,025 4
884,762 884,762 000000000000000000018c6821a3ccdf120eaa90b49a5c1d7c173fcad638951b 1.81 MB 4,360 3
884,761 884,761 00000000000000000001667ef3edd00e160307fbfad88611e41a363b9d483fb5 1.87 MB 3,231 5
884,760 884,760 000000000000000000001b705c44c59bf5833bf8593ff0378d2704641a70b33c 1.51 MB 3,758 6
884,759 884,759 0000000000000000000071a7bf87653091d47ea183b618e839f1358d8ab1e561 1.95 MB 3,121 3
884,758 884,758 0000000000000000000014c0d07fd04d2ded6c3e74df2798870ab251c4d69ab2 1.56 MB 3,353 7
884,757 884,757 000000000000000000020917f3778b873bdf88a5f0952d579cba340c7ae3d5a2 1.34 MB 2,508 5
884,756 884,756 00000000000000000001be877e3f7ab541f57af5398311150e1655e6998f5059 1.66 MB 3,069 3
884,755 884,755 00000000000000000001adad7fd2a28ca25fcc037d551e0c6e5e7c9cd118ac41 1.52 MB 3,194 6
884,754 884,754 000000000000000000010b7b739f091cd9903b3c61dad127e985ad0d33c1cdae 1.78 MB 3,367 2
884,753 884,753 00000000000000000000edb4c44a9a512988d642f0dd450970325e69185f2f35 1.67 MB 3,836 5
884,752 884,752 00000000000000000002051010f57333249232cac6c589a67aef28e036301c30 1.63 MB 2,691 4
884,751 884,751 000000000000000000016ac3a70e47405fb12284bee0327a1eefb5714b16c58c 1.55 MB 2,759 4
884,750 884,750 0000000000000000000202d20f33549090b69f59851072caab65ced4d0131696 1.61 MB 3,087 3
884,749 884,749 0000000000000000000250632c21af802e6b345ea084a0678aae0c9c44830d88 1.52 MB 3,633 8
884,748 884,748 000000000000000000026922cca22be585273899192432e5f6ae944d93d4a114 1.56 MB 2,959 6
884,747 884,747 00000000000000000000fce75ec588abbd4950f2a21dd330a20dd04521738d7e 1.54 MB 2,072 5
884,746 884,746 0000000000000000000223f8d72618c6951acc49c8676e95ceef00fc1e476a43 1.74 MB 2,039 3
884,745 884,745 00000000000000000000e05c9350d2765e698c79e338df9b41109f6a10bb6801 1.87 MB 2,701 3
884,744 884,744 0000000000000000000255ce723d99e883d7342524fed86a1255218799a1e624 1.64 MB 4,084 6
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.