Memory Pool Memory Pool Refreshing

4,243 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,852 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (805,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,785 102,785 000000000000dc0b6a1463f3793352c912c3eccef8db963c0ee2dcc9aa7e2e5e 0.00 MB 8 0
102,784 102,784 000000000003a0a3a14998a557a52719644da1f7b2c10d0e7d951e3494b76ffb 0.00 MB 10 0
102,783 102,783 000000000000950a49148e225a810552f6419c43bee8105e804c23f5eec7f686 0.00 MB 12 0
102,782 102,782 0000000000006a2eb28d523f60eb9a88f07b768a6d037df045d5253a4f250d46 0.01 MB 23 0
102,781 102,781 000000000003506697bae837e103fb9e4c847cb8517631f3aa1afb930a9705da 0.00 MB 1 0
102,780 102,780 00000000000333b17f417a38542f579421f2a9020d040db3aaabe0078ffc39e6 0.00 MB 4 0
102,779 102,779 000000000001fcfaeecf8d29387f71275e67e9fedc2b136f2f24c4d266d00fc4 0.00 MB 3 0
102,778 102,778 0000000000026496b1192ed7baf2dc0d493910867f2b3bfb1dab9500f90a55be 0.00 MB 2 0
102,777 102,777 00000000000090cca2ba1b3a8777d1f32890703df7ed5e8b4fbb50cd45cc5954 0.00 MB 4 0
102,776 102,776 00000000000302e538b9980f32f9733bb3838e94c74c2b005858fa97d8b9a4f3 0.00 MB 3 0
102,775 102,775 0000000000030872e61c0d00fbe459bf4c7d3851d0d5b67053040a0c605416d0 0.00 MB 1 0
102,774 102,774 000000000000230dc851ee0c76c3429b2f76f3853ce2f1fce06774eb16b78ffd 0.00 MB 4 0
102,773 102,773 000000000001def61fc5002efe41e8c2b73f59abc253d4199da68c0fc6ffcdcc 0.00 MB 4 0
102,772 102,772 000000000002203fd2a983265f2e510747cb2e5054d3893b8df43f8010fb181a 0.00 MB 3 0
102,771 102,771 000000000000093601d001286928b5f1ebcad41cc30774982351e53712681a56 0.00 MB 1 0
102,770 102,770 00000000000212e2e8fe16c0a00e93ac66240cb1d1f213bf0a370c5e18988600 0.00 MB 2 0
102,769 102,769 0000000000025e3cb88aaf4447cf4a214e4c04351885187a9de9dff7a0ffe022 0.00 MB 1 0
102,768 102,768 000000000003e744bca6304246bcec9619e7762fb7884020da7cb67c15aff107 0.00 MB 1 0
102,767 102,767 000000000001f772661cfd74c2e57661da54cfedf03fb6163bc63c813a2e78e8 0.00 MB 3 0
102,766 102,766 000000000001b1ec77f19f61ed6c08521b8b8d5771a6f6dabafdf398852c0cd8 0.00 MB 2 0
102,765 102,765 000000000000538d4373fc89e9c9b5466236e17303c4edcde4f963f8e870b33a 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.39 GB sent, 96.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.