Memory Pool Memory Pool Refreshing

4,061 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (184,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,722 723,722 000000000000000000082d20e8cf225ac8dfb53b09f996591a648acf92864327 1.51 MB 2,940 5
723,721 723,721 00000000000000000002066f8711dcccfbb8fa0c758755e4df0e2906a20a5540 1.54 MB 2,769 15
723,720 723,720 00000000000000000009eae9afdf596f3b13fde7fb765c6741957dc6b623d09f 1.48 MB 2,616 8
723,719 723,719 000000000000000000038a2df99842a55c93b695d28210d9e37260454f9d616f 0.40 MB 737 8
723,718 723,718 00000000000000000006ef1b1a4f6375dd60d3e8d659d8733509a3226838f240 0.02 MB 43 18
723,717 723,717 000000000000000000015cb0ddea29562ce401eb10bb60e0b422422f86037332 0.81 MB 1,620 8
723,716 723,716 00000000000000000007803c63a82899f68b9d74c9da7d0aaf73ef47ee067b07 1.64 MB 1,302 5
723,715 723,715 0000000000000000000a89ffdbd755989ac3b061ff13f84a70cf9d3eb9a06466 1.52 MB 1,439 1
723,714 723,714 000000000000000000007c8e8fd926a600387542083a6c0c4c39a59e995fe867 1.26 MB 1,773 3
723,713 723,713 0000000000000000000804299628cb1ae794ab09ecc4f219e12f46e36961df3b 1.48 MB 2,959 8
723,712 723,712 000000000000000000098fe84ccb6af0e226ccbaf65750413c26cf72d446f2ce 1.67 MB 1,634 10
723,711 723,711 000000000000000000014a0d29af25f5886ea949fb01c61608e5e6fc26e4f4bf 1.50 MB 2,000 13
723,710 723,710 000000000000000000060d986e3d414b7abf1142ad916442005e01856eecfef0 0.58 MB 808 8
723,709 723,709 00000000000000000000181cdc2c828898272368a21c3615e770a8e5187a80f3 0.30 MB 458 9
723,708 723,708 0000000000000000000a2edf93549216657a8d3fdf9fa88eed787700352b592f 0.96 MB 1,340 6
723,707 723,707 000000000000000000031e28f0908993e8070edc7f48530fe6c1f431fe2ccfda 0.12 MB 176 8
723,706 723,706 00000000000000000004404f59882bfe193f19120cba7b077baf065599d0aea0 1.29 MB 1,758 9
723,705 723,705 000000000000000000052b5380c6f02ddd597a167dc165b638cf2f99b78f56d5 0.08 MB 205 10
723,704 723,704 000000000000000000040817efb9278b8883ef837dc3ad7d82f45a885548147e 0.18 MB 169 6
723,703 723,703 00000000000000000007696c3982b46a59863abf9f51b17bcf9eb871558a3414 0.89 MB 1,014 6
723,702 723,702 00000000000000000007950534080f65134b152b4bde3ca891b1da5f467f9a00 1.08 MB 1,128 5
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.79 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.