Memory Pool Memory Pool Refreshing

3,812 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,654 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (176,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,697 731,697 00000000000000000005f3b48dc5b05cad1c53edb0d51c996b86caaa87d38099 1.56 MB 2,579 12
731,696 731,696 0000000000000000000376b538447cbc78c990ddaf5451410fe0cca04524aea7 1.34 MB 2,880 19
731,695 731,695 00000000000000000002a15ead0526400f01e47aa56ecdd1f46466c8cd5eede0 0.00 MB 1 0
731,694 731,694 00000000000000000000c338b894f680b7e234be76cc1dd215613d4c31c6a08c 1.42 MB 2,279 16
731,693 731,693 0000000000000000000056a33cc9cb8b7e73ebfadc0a9b04bc22bfcd5c9ea7f5 1.43 MB 1,849 9
731,692 731,692 000000000000000000000032c706e8f67ae02adf7693354a336b027b20c347bc 1.51 MB 3,529 19
731,691 731,691 00000000000000000006a05f7ffeccff0af5101ec17d5cd1aca0e14c7fac3b5b 1.52 MB 3,973 38
731,690 731,690 00000000000000000005f10329abb4ffaad8bf2097ea1203cd972d7c09ecb3b1 1.52 MB 3,557 6
731,689 731,689 00000000000000000006f997072338e321b5f8041a31de53c6a515c3847bf6b4 1.46 MB 3,463 24
731,688 731,688 0000000000000000000070bd78119c5e466bb77badd082fdd62ab6d2b0be7ec3 0.07 MB 158 16
731,687 731,687 000000000000000000094f6ed9ff7c79644edad86a3345b76c09be105df826f0 0.43 MB 985 10
731,686 731,686 000000000000000000082a05f4b5ce1a11a2a8eb03ad177a131b824d32b4c4cb 1.08 MB 1,933 6
731,685 731,685 0000000000000000000500f2f3a7c6b76e6c39554335f4006b826a10bb16b72e 1.29 MB 1,275 4
731,684 731,684 00000000000000000006b72f0bdeef8bcfba007df02f57a08cae1a483dba27bc 1.29 MB 1,924 3
731,683 731,683 0000000000000000000225556fcf2516145828fd08f70a924cdc477cb9ececb2 1.45 MB 3,336 12
731,682 731,682 00000000000000000008cce8a0daadc558d72705788aa5e8f9520fcd1824d808 1.14 MB 1,271 3
731,681 731,681 000000000000000000042945460d5a1201c4053ef654792d3626c754a253bf7f 1.46 MB 2,566 4
731,680 731,680 00000000000000000002c7e332a12397cee13ff24b9fe97e709eeb6ddd6d1d37 1.66 MB 1,991 12
731,679 731,679 00000000000000000006b5c7e8e0fb407a69061305a22ad2ce283ca073f66a54 1.45 MB 2,883 11
731,678 731,678 00000000000000000004fa7a9d0118e1527deb9e5e01bd50eb35e6e18e6f2ced 1.48 MB 3,102 17
731,677 731,677 00000000000000000001fa4a279de6ddea06be5677c54cc0fd2517a002977878 0.08 MB 239 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.