Memory Pool Memory Pool Refreshing

9,362 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,361 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (209,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,087 698,087 0000000000000000000324722b7c1999af295cdacda543485155c75ea966bee9 1.83 MB 360 2
698,086 698,086 0000000000000000000b25e917b17736707e04f8497df37935d7a92f413e12ba 1.48 MB 2,387 10
698,085 698,085 00000000000000000005f4c2228f572d80ada1cec94d60d45b08d0300cf45150 1.57 MB 1,417 8
698,084 698,084 0000000000000000000907d8689b88bcf79e680f76841ab2dc9dcf889c7258f5 1.85 MB 153 2
698,083 698,083 00000000000000000008b1781e65cbd632c841b2f43e53eefda81d7c5e62610f 1.74 MB 845 3
698,082 698,082 000000000000000000097ddd1d2781c2a688ea93e170cfc32113e938cb9d2ee5 1.43 MB 2,741 13
698,081 698,081 0000000000000000000e18ebb7af11de454450862b77eb3908fa80a774c58522 1.46 MB 1,707 8
698,080 698,080 0000000000000000000df47aee4881fcebc323b224cb7ac1d0988dc115c90f38 1.82 MB 497 3
698,079 698,079 00000000000000000000d69ecf70ca36459bc40d7c6adb9662d5b5277697a2e0 1.69 MB 934 8
698,078 698,078 0000000000000000000d049e35b30410accf836bc8ee13274cde77122c7a9e62 1.80 MB 464 3
698,077 698,077 00000000000000000005fd1f931fc09ecc056f3fc1d2fa4418a617abd9717b1e 1.72 MB 1,065 6
698,076 698,076 00000000000000000001ae773a0410cc207dd7c88ae24988393e4aad4159c475 1.73 MB 522 3
698,075 698,075 0000000000000000000de0e0b4b05a0aeafc4d1a39433645529281b588a48e76 1.53 MB 1,145 4
698,074 698,074 0000000000000000000f6377478ae4b9fd41701005ed98f7546adb2981f6cfa8 1.53 MB 2,027 17
698,073 698,073 00000000000000000005265160e8415121b9637f02675345af387150d73eaf42 0.01 MB 33 9
698,072 698,072 000000000000000000023b77ba4ac2947e6e4ead385b6f7b093dd854022bafa1 1.75 MB 744 3
698,071 698,071 00000000000000000008ef28f37575fc869f94cd7087652128e02b4cff83e836 1.56 MB 929 7
698,070 698,070 000000000000000000098defac8da8ebb52b25fb6061d3b085d948daa590d0a4 1.61 MB 1,581 11
698,069 698,069 0000000000000000000b4ee86800ec130896c5b8a1ad5f305bd41cb4c683f8b4 0.76 MB 1,230 16
698,068 698,068 00000000000000000008dcfe8d7cd149cfa00d1bc726e098f56364b96b863598 0.26 MB 161 4
698,067 698,067 00000000000000000002d2239c0c11a7ae94117281ce647db35512ffb065c48c 0.31 MB 567 9
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.