Memory Pool Memory Pool Refreshing

665 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 643 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (38,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,856 869,856 000000000000000000020fd2ebf935a1be967b18b549ecfaee59117bec07ae11 1.70 MB 2,735 6
869,855 869,855 0000000000000000000069ab6ae1f3dcce8a952dafcfb8538368d8f5604b7c04 1.66 MB 3,566 7
869,854 869,854 00000000000000000001d2b62c660c4b5f18e3dea58e50d825ef2b67a1f304c8 1.46 MB 3,372 8
869,853 869,853 00000000000000000002210c6da4ce5cd1c68ecfdd98a9990c269b646bd74503 1.71 MB 3,315 9
869,852 869,852 0000000000000000000198b073a8af33e97506b91e988233574efe6b1c4572b2 1.53 MB 2,647 10
869,851 869,851 000000000000000000007444c91140ea0266f177b9afd418b935f7aa931b5df9 1.54 MB 3,612 16
869,850 869,850 000000000000000000018c36c336398f1d4474f942ed8894bed8a7329cc27089 1.68 MB 3,631 9
869,849 869,849 0000000000000000000162c9bd9d326c166083eee4d5dc4f48a3e59636aeda12 1.64 MB 3,419 13
869,848 869,848 000000000000000000005e595d7af81f5bc995dee4123358f9fcaa43aeb7f9a8 1.56 MB 3,634 19
869,847 869,847 0000000000000000000299791319c5175057bb386c596cb66e4a27bef6e5653c 1.68 MB 3,581 11
869,846 869,846 00000000000000000001b8b8f727ec0f23baee7b5a5257cec42d2f190e4c82c5 1.63 MB 3,902 12
869,845 869,845 000000000000000000007fd579d06ccb23609b88daa698dd4ddf166f45bb7429 1.58 MB 3,052 11
869,844 869,844 00000000000000000001e6ac94a5f3e923a6346935bf712fa0b9d6b63259c006 1.49 MB 4,223 19
869,843 869,843 000000000000000000009e85072bbd4396eeaf962267f7e7ccb718e89c7770b5 1.54 MB 2,815 6
869,842 869,842 00000000000000000000b62515ddb480ebb3cd6e9944c01926c14485b6441190 1.64 MB 3,384 7
869,841 869,841 000000000000000000015123970a266c96dc220d08f64c642806b2708e896a3c 1.53 MB 2,995 7
869,840 869,840 0000000000000000000254da6fb903311714d1f9ae711306062a246ad7d2c8e6 1.69 MB 3,702 7
869,839 869,839 00000000000000000000c6def8bf436ca6e37ffb7f1642727e31b14f84731673 1.62 MB 3,706 10
869,838 869,838 00000000000000000001813a9bb09528de398b1b5c6f276d59137dd905e2b7ac 1.62 MB 3,241 8
869,837 869,837 0000000000000000000061486ecb3bd2f1da3f5d9b0d620e64153f6a2bd56011 1.59 MB 4,144 13
869,836 869,836 00000000000000000001317968d55c603c5c68cb3ee52dfd8f96620dc7cc6ff9 1.65 MB 3,757 9
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.48 GB sent, 94.30 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.