Memory Pool Memory Pool Refreshing

6,136 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,753 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (795,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,779 111,779 000000000000a7063bb8ef20785ee62b1550bb7dbaf9ad4064ed0b939abb34b5 0.00 MB 13 0
111,778 111,778 00000000000110b027f401b3b8817a71882e57741bc8468a5375a9239680a015 0.00 MB 7 0
111,777 111,777 00000000000061a938f103027f42b1ccb49fcd4128b07646fb700f480f644399 0.00 MB 11 0
111,776 111,776 000000000000de530c89527dfe8d8478aa543aa740d4d7bf909cf47f7b3c9e44 0.00 MB 13 315
111,775 111,775 000000000000b2f58ce0444ea6f9c84a169dca6cf7e61a43ba955a6f96b56009 0.00 MB 16 0
111,774 111,774 000000000000b2ef1de3cddcc33a74f0efc1bd90d8ffbc3a0ee0dbb60927064d 0.00 MB 4 0
111,773 111,773 0000000000005ca85c96c776dcf1a26bfeb7751431c057928d6c8a147fb824fb 0.00 MB 11 0
111,772 111,772 000000000000ea32e550a8b652990a8665234e3071ba61da3b2847bedcd409ac 0.00 MB 11 21
111,771 111,771 00000000000014b6406df14e74168c24b124596d820307f9871203737d4ca9a6 0.00 MB 11 0
111,770 111,770 000000000000ea2c35c52203890c4364b21aec89fa3415746ce58cfcf0993437 0.01 MB 23 0
111,769 111,769 0000000000012cf2e8bb79a22b5b71db70fbbe801572da24123149f5aad42c2c 0.00 MB 11 677
111,768 111,768 000000000000c7cda1e8e2bcd071ecb7af1be058b5735171944e6f9fbec12d0e 0.00 MB 7 0
111,767 111,767 00000000000036baab60d1947a0eade119bb2b22b4a0d6cc01285107bc8c03da 0.00 MB 7 0
111,766 111,766 0000000000010b3db70657ec5304180ba117b856076220162a2ff53b728e09e4 0.01 MB 7 0
111,765 111,765 00000000000075578c0b3b0c50f2dfe56da3985eb21fab771c95c6e685490468 0.01 MB 6 0
111,764 111,764 0000000000001be72279badfbd61415c89cf8c5889c9c61fd4d9671d48433107 0.00 MB 5 0
111,763 111,763 0000000000009090316834064207385816a1ea8accf7534d739163d41fecc5f5 0.00 MB 5 0
111,762 111,762 000000000000e0fc3729dc11d48c2b87d386c4c60401520f746c8f533d609528 0.00 MB 6 325
111,761 111,761 000000000000a050a72b13645ac890979ec4d5da83f50b01b3514c309f2a4809 0.00 MB 12 335
111,760 111,760 00000000000019a2923bc5abed74600f70fffb0267b7aae8f9f1aa3953053de4 0.00 MB 7 0
111,759 111,759 0000000000006dbf656e550868e2335ab7ea84d8c9020c7dc00653e472b6813d 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.78 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.