Memory Pool Memory Pool Refreshing

2,741 transactions
2.28 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
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,781 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (73,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,567 834,567 00000000000000000001490e2ced2815678aed5551fb2ad5d09d0d01ce344c97 2.00 MB 2,359 16
834,566 834,566 00000000000000000001a8344c1931092bbc980f37a18a203ac0b323439d4161 1.64 MB 2,562 18
834,565 834,565 000000000000000000008d7789beb8fb14c72ca1c28bae149a03f070043df963 1.77 MB 3,712 28
834,564 834,564 0000000000000000000172c9a64f86f208b867a84dc7a0b7c75be51e750ed8eb 1.57 MB 3,301 30
834,563 834,563 00000000000000000001770d2ce976d6c2689650a3b50676dc39bf0855490369 1.61 MB 2,811 27
834,562 834,562 0000000000000000000186e3f8b06986a62664b08b99ff017bfa95839dc362e7 1.74 MB 2,802 18
834,561 834,561 00000000000000000002738b7c5d604a6c5752b25d621e0a6ebb7f45eaa74119 1.64 MB 3,234 31
834,560 834,560 0000000000000000000176c4424fe305deb0e20b01575f63433267458cf7ae2f 1.56 MB 3,273 25
834,559 834,559 0000000000000000000385282b69ecaa92e69ab89961488b6cab2ae15b60fa4f 1.58 MB 3,337 31
834,558 834,558 000000000000000000032e1457c8b073bc766189890db017d99c6fd68138d8b8 1.85 MB 3,925 21
834,557 834,557 00000000000000000001febedf22469ca2b8935bd8a4f7ea01dfb4ed9245ad1d 1.69 MB 1,411 13
834,556 834,556 0000000000000000000336041bf9c871e530ea33862da260ebd6a7620380dffc 1.64 MB 2,867 23
834,555 834,555 0000000000000000000280da182b5728dcc19337d45b75f75b6236b3e0acf853 1.69 MB 2,659 24
834,554 834,554 0000000000000000000101a321b17546259f826ea170c9e7abb1126e039646c7 2.13 MB 1,601 16
834,553 834,553 000000000000000000015a8c6f0d2fe3aef7314ce81c58be574009260a7df10d 2.44 MB 863 13
834,552 834,552 00000000000000000001dd0468a70c94f619251d286585cff57aeb4bd9ede330 2.69 MB 311 12
834,551 834,551 000000000000000000033f55fdde3eb8cf0d591a81a90ddde2f8a7783160c4e9 2.17 MB 1,437 16
834,550 834,550 00000000000000000002cf402480f8c7b97969882946ed055521a750bb44cb18 1.66 MB 2,331 21
834,549 834,549 00000000000000000001f57bc1161f6a9b0d42d6d269a3a999244e96dc39f553 2.12 MB 1,804 17
834,548 834,548 000000000000000000013c5964d5a166cb44a0388559b494b6ed50def9ed4817 2.23 MB 2,016 20
834,547 834,547 000000000000000000030edf4a68f4dab43e891abb64f50d0de6f80b8d5db889 1.94 MB 2,844 23
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.78 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.