Memory Pool Memory Pool Refreshing

3,086 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (66,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,764 841,764 000000000000000000015ebdd2ac62df9dc27c38c18537b6f71129da51578b06 1.64 MB 4,142 26
841,763 841,763 000000000000000000001388e75c9e373cc728a93ac9f6a234f32771b1f992c5 1.51 MB 5,072 19
841,762 841,762 000000000000000000015959bdedab00f2216ecc61ae54259a2ddf23ea0da0a0 1.82 MB 3,543 24
841,761 841,761 0000000000000000000179c38ab46a9bb903d6566bcd425681f2860346684b3d 1.59 MB 3,052 17
841,760 841,760 0000000000000000000005160072f241b067f5e176c7c0c30ca0a07b58de44c1 1.62 MB 5,499 18
841,759 841,759 0000000000000000000081123db32cf08a98de65ea195c1ceea7c4cd8b1b6926 1.62 MB 5,237 22
841,758 841,758 000000000000000000024243ef51e6e291e1867a799810b36a6171db289c077e 1.58 MB 6,329 20
841,757 841,757 00000000000000000002640a48d606f336cc3203a4b92b2ab4d90f922f366f36 1.59 MB 5,173 21
841,756 841,756 000000000000000000020a2cba84af34efd6ceecdb03aa83662cd84b3d55410c 1.53 MB 2,786 26
841,755 841,755 00000000000000000002aa0d42ee591ba92896a73b13d6086c05dd57f5dca6ba 1.13 MB 865 19
841,754 841,754 000000000000000000008c73c6f2eb9a9900a51e6e4dbad44434b665dd0c549d 1.50 MB 2,463 26
841,753 841,753 000000000000000000016fe1253aaf87d73308f30332289143cb1c0e0d2de830 1.58 MB 3,405 31
841,752 841,752 0000000000000000000224f7a00dbddf054464957d7419a92bffcc047646e0ef 1.49 MB 1,777 18
841,751 841,751 00000000000000000000af875b4416c27e6d0434d32ac609f4cbfe6b0f7372dc 1.59 MB 3,112 31
841,750 841,750 00000000000000000000bdc0d83764f8d94efb8b7f4e13d42b8f2f71fd9a08a5 1.55 MB 6,500 18
841,749 841,749 00000000000000000000ae8c57c8e28c346dd718b2ac1c3bbab6767ddd648194 1.64 MB 4,848 23
841,748 841,748 000000000000000000028c2210af001460b19578d5e85214014e0869b599377d 1.55 MB 3,675 24
841,747 841,747 00000000000000000000d38bf072f6ff99bcb8cd3edff808b79ceaa81422a397 1.53 MB 5,519 19
841,746 841,746 000000000000000000030d3be33f251ddeb5d7e480f28970064f594ba9dfb033 1.59 MB 5,885 19
841,745 841,745 0000000000000000000162b9fbce878ab4140c6bf5ea3881f14736a266e4d98d 1.58 MB 4,349 23
841,744 841,744 0000000000000000000092fceaf8774f74ad5425be2caa4de5deb6102a0280bc 1.60 MB 6,508 15
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.