Memory Pool Memory Pool Refreshing

3,211 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,872 (5,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,764 902,764 000000000000000000005afee837eb621dde63e02cc6b7d3afbc2bfc684899fa 1.39 MB 3,900 11
902,763 902,763 00000000000000000001fc253472f8bb5232085d1a9ab4b2fb0524256a065da0 1.66 MB 2,434 1
902,762 902,762 0000000000000000000094e66a13ad71d41865d474c65fdd93002729b73993d2 1.75 MB 4,454 1
902,761 902,761 00000000000000000000c748c9277f9b824ded0cd18f001e07511563503491ef 1.81 MB 3,027 2
902,760 902,760 000000000000000000011aa3a9f0677e50b911c4ac55752c5fc2a24749f44dca 1.73 MB 3,754 1
902,759 902,759 00000000000000000000fbb1aa3a08b712b4d58e8ddb71cf7f2e2e112a743a37 1.72 MB 3,956 1
902,758 902,758 00000000000000000000bb53293098ac608587679c1e6b989faf27edb3250be9 1.66 MB 2,609 3
902,757 902,757 0000000000000000000195183226388896d52cb3016f3bf8a5f0ac7ee49c2e64 1.48 MB 2,194 6
902,756 902,756 00000000000000000000ef54efdcb195b4a522b9923c156a11300710e0cf49af 1.27 MB 1,693 4
902,755 902,755 0000000000000000000013cef0a1e98bb3e53ab1cdf3050923a5948e8b7a0301 1.26 MB 802 3
902,754 902,754 00000000000000000001e50bf5a02f40ce567cd6a0fb5ebcf4a4b8c9f663a2d8 1.39 MB 1,345 3
902,753 902,753 00000000000000000000bcc53581b430ecbcdc5863bfa65846f37f9109ce2a38 1.55 MB 2,989 9
902,752 902,752 00000000000000000000a3438e7e60b2b7b23a3254c493fd3b9bf428cdaadbd4 1.19 MB 1,168 3
902,751 902,751 0000000000000000000137c536435145ac99bb197f6a1168d5c3a723eb70112a 1.59 MB 3,036 3
902,750 902,750 00000000000000000000970b389b90a5c206e05922b541ab43764f90c93b39b1 1.54 MB 3,682 6
902,749 902,749 00000000000000000000cd467d71cad34493299684d44cb5c76ab8f011875f7f 1.41 MB 3,394 10
902,748 902,748 0000000000000000000073e4e0a45fb711fb5e120cd14fc8b7d41c13b4a5c4b2 1.40 MB 5,053 9
902,747 902,747 000000000000000000005906535bfcbba85ff56c976b6c5ad837d3298dacc055 1.43 MB 4,661 13
902,746 902,746 00000000000000000000ed4eb66d7a1c01aaa0c775189b22a4bd63f952264494 1.39 MB 5,027 14
902,745 902,745 000000000000000000018fa887a15835b3838fc6fbeeaf26b2153c1047cb33a0 1.41 MB 4,877 21
902,744 902,744 00000000000000000000aeccdaed79d656ad2302a316a9a9f67cda1896c8a2b5 1.37 MB 5,124 18
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.