Memory Pool Memory Pool Refreshing

1,554 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,540 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (738,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,909 168,909 000000000000017cc1de0823f009a2111fea9b5e2850f38308c014e83ee65867 0.00 MB 1 0
168,908 168,908 00000000000009fff728e101c16d372761c874abe4910fe9f24415612d0d7acf 0.01 MB 12 35
168,907 168,907 00000000000009403565ab27e01be34c42b2f4c7913aab24fc6c9bb41265a340 0.05 MB 138 54
168,906 168,906 00000000000000802fd03c589c1fc7723932f5343e5213008d8156fb2b5e2415 0.03 MB 73 68
168,905 168,905 00000000000009834fce17fd42c9aa95199674156f3f4a83cbc0e11e6e388dbd 0.00 MB 9 0
168,904 168,904 00000000000004e8b591c07661236ed47bd9eeea10fb0118821eca01601e3eb3 0.02 MB 38 461
168,903 168,903 00000000000004d2ea0ab64caf78344e2ca732b7db2eacf48282e81eb1366ab9 0.01 MB 16 147
168,902 168,902 00000000000002589ccdc355b25164afbaf2f894ff1c28f79202a711501e54e5 0.03 MB 37 102
168,901 168,901 0000000000000615adaed02fcce55cfd30dff6839d288262957dfb0c304050ac 0.01 MB 32 132
168,900 168,900 0000000000000bd3cac23c1a3ac321f365c310386d1ac253606c69d2e7237740 0.03 MB 70 49
168,899 168,899 00000000000007200ebc4183c7cefd4ed93eea817192a11fc5cb41d6591cb5d9 0.01 MB 27 0
168,898 168,898 00000000000004cd129ec23055693b809a287b13ee6e6959fb1c00ec5aeea1c2 0.04 MB 49 335
168,897 168,897 0000000000000316163bd2c1e3041334d765a8d3b1affc8201d883b7c659d976 0.02 MB 70 96
168,896 168,896 000000000000026a52b0bf77b971fecdd78027551b14b6f23174e1d740ea2cc3 0.01 MB 53 10
168,895 168,895 00000000000009148ae777846b2cc0e2f2bba9ca30c539d2d414f31dc5c626cf 0.07 MB 105 132
168,894 168,894 00000000000004508354e19845fed2edbcbf90cea94aaa2b8966785a65a78189 0.02 MB 47 35
168,893 168,893 0000000000000102d76476f9830e379fd708049bd4a731117133c867bb2b0c76 0.05 MB 82 166
168,892 168,892 00000000000007009cd495bafaa5343c08799f57067ccc93fdfe959ec3377772 0.00 MB 5 74
168,891 168,891 000000000000041ec6c60e813e42e4b6b0ba6470d9c9bedaadce5e9cad0c266d 0.05 MB 112 91
168,890 168,890 000000000000020869cd300caba963fae8155456ec3957ef915e38e109c58601 0.01 MB 27 279
168,889 168,889 0000000000000933f56350f0e4cb8fbbd274a3bb80f2027d2c3f438ebaa0d982 0.00 MB 4 38
Previous 10 blocks ↓
Total Size: 769.10 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.11 GB sent, 93.41 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.