Memory Pool Memory Pool Refreshing

4,558 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (136,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
771,907 771,907 000000000000000000071c9b77471d146686d202640ebb5a4ceb9021b9130323 1.55 MB 3,283 11
771,906 771,906 00000000000000000005abbbd12775f4f455a1229bc047f464e34186fbdb914b 0.33 MB 289 6
771,905 771,905 0000000000000000000624938b1edf5519ddc5bb54817c790657d4ded60f7f44 0.18 MB 303 11
771,904 771,904 000000000000000000019ff17840ae044414b968136d0c74b756c3cfc4ad77a3 1.14 MB 2,030 11
771,903 771,903 00000000000000000000d8cd040b542e67170f648d2a76674c9ccdc781a5d549 0.17 MB 292 13
771,902 771,902 00000000000000000000fb269ba3386c711ae8e97254557325eaafbcc69679e8 0.80 MB 1,444 8
771,901 771,901 00000000000000000001b46105e638fcc0a0b81aaf457c0e4fd523689aa83ddc 1.37 MB 2,204 13
771,900 771,900 0000000000000000000792832551cd9d1af66b21993b4c2a0899b84f547a6e5c 1.18 MB 1,904 5
771,899 771,899 00000000000000000006e77ceb7573edab5941d86d85999eb46f536a4dd79c28 1.56 MB 3,255 12
771,898 771,898 00000000000000000000e688ee5d5e2a9dce96fb37696768d95c91621a56a6a5 1.52 MB 3,493 16
771,897 771,897 00000000000000000001913692c2bc727d5b239ff1ab94d99bb6b24aec8d48ab 1.80 MB 1,107 3
771,896 771,896 000000000000000000003401725c49c70607d5de330674a41c962e4b5c0a5cb9 1.60 MB 2,998 11
771,895 771,895 0000000000000000000799a15bd1439993d4a52cdb404cd18d387a7807d3e9e6 1.34 MB 2,173 11
771,894 771,894 00000000000000000005b7cdfadbc236c28f8a295da6a106298fab76f16a1b61 1.50 MB 3,242 15
771,893 771,893 00000000000000000005cf82121ba2be12f9a23833761890a7e0e5d52624fe79 1.57 MB 3,348 16
771,892 771,892 0000000000000000000004bb4f7203c9b1765c497530f8776840403131006a39 0.23 MB 430 13
771,891 771,891 00000000000000000002698c4c6642a7cc1b1c725ac78241483147109d0f8b57 0.14 MB 380 12
771,890 771,890 000000000000000000066b4872aed9af3c3e623fbab86b716cba24b2c5307cdb 0.29 MB 586 10
771,889 771,889 000000000000000000002cbeece2122cdecb9f82cba9cd9a82ba9668dd7d12ac 1.33 MB 2,486 30
771,888 771,888 00000000000000000002c0feb0e23edd6208b9090d1d0ab00d1803ebe5a0ecdf 1.49 MB 2,184 14
771,887 771,887 000000000000000000033e9230baf4166c83ff3bd7d04ec9318877d7c698fbbb 1.26 MB 2,121 13
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.