Memory Pool Memory Pool Refreshing

3,742 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,342 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (65,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
841,743 841,743 000000000000000000008a2c3aa0a6ad5e3b1f660bea8dd7f1b19286fc76256e 1.60 MB 3,830 25
841,742 841,742 0000000000000000000164ee378e3d75c2b70ce749428ffcbf66331e44d4c5d3 1.76 MB 3,101 16
841,741 841,741 000000000000000000003da1e2ebb03d7f9029ef9c59139b8aa8ea58dd1cc68b 1.47 MB 3,917 21
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.