Memory Pool Memory Pool Refreshing

8,849 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,937 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (799,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,196 108,196 000000000002182ccae61f0182c816fd7d38c021885d2deb97a489b74a4d09a4 0.00 MB 12 0
108,195 108,195 0000000000006275d33864fc195df650a87e0f78eb2330c8d193fc32ac9202f0 0.01 MB 40 0
108,194 108,194 0000000000025ffb295ae25a3afe882450f85f3d88ad3a0e6a602df849807119 0.00 MB 11 0
108,193 108,193 000000000000127b6f2c5819d3c61a7b6750ffef042e9ca953661c62427c7553 0.00 MB 9 0
108,192 108,192 0000000000027eec2de680d5796aa6a000b513fabde644413123b73d4e55377c 0.00 MB 2 0
108,191 108,191 000000000000ef8a904deb9dfeb3652fd1394237b58ab9da8b6ce3b6d32614eb 0.00 MB 17 0
108,190 108,190 00000000000120aac765d0beef5d884dc78678b3708ae7cf777dffa5f4652f62 0.00 MB 8 0
108,189 108,189 000000000000160de530d377871ee024474b9373742c6a1ca745c66de1ae93ef 0.00 MB 7 0
108,188 108,188 0000000000015ecd9210eb85dfabd028eb4579082eae245d8a1e4be3147bb5b2 0.00 MB 10 0
108,187 108,187 000000000001f0ffc0c960defd994527d675f8fd6df730f1071563a3867ad0f4 0.00 MB 4 0
108,186 108,186 00000000000059d2b4dc4b3975c049f7760aa525388d4643ff0561b100206af2 0.00 MB 12 0
108,185 108,185 000000000001735c04e4a957b8e965a5ba00fc01e0e5eb9a6c8a87e6cf1cb3b8 0.00 MB 9 0
108,184 108,184 0000000000021d7492a3c506deea65fb92d628ab9902c0393313a9a55afc2b7c 0.01 MB 33 0
108,183 108,183 00000000000035c93d4e9b3532fec43025570bbb317e3243279eb36574c61607 0.00 MB 10 0
108,182 108,182 0000000000008727f5512189858f457b099a4cc6e37db3c6b457a7f9811ba6ce 0.00 MB 4 0
108,181 108,181 0000000000012cab9551d1b82b2bcf2094aafd5ea3534a3f4147c5f7f9f1718f 0.00 MB 5 0
108,180 108,180 000000000001dfe4980dce8de1daaaf3197a038c45c7cdef5257299fb12b2394 0.00 MB 4 0
108,179 108,179 0000000000014a0bb794f4894906997eea74321963eac04b2bea8c53e9f9ed0e 0.00 MB 8 0
108,178 108,178 0000000000014430acee4fe0db9e0bfc4faaa9d16622c175f1ee7414774a98d3 0.00 MB 5 0
108,177 108,177 000000000001e052f1737c7a6e4cf3a96763400ed31c744a3812e76b2b0383f0 0.00 MB 7 0
108,176 108,176 000000000001ee371d2903e7d390c7b90788c236a6a67f8cf89721c1df823d29 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.