Memory Pool Memory Pool Refreshing

3,607 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,211 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (195,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,682 712,682 00000000000000000000c292678f899911f549e78b4ab4b9e142a70f8c128cf5 0.16 MB 373 23
712,681 712,681 00000000000000000005f74726cc3239f68c7359aad3cdc1c5219d8f22e0b01b 0.27 MB 371 14
712,680 712,680 00000000000000000005f8e8e07534dfec40ceec2875ebcff8a3defd1894169e 0.24 MB 487 22
712,679 712,679 00000000000000000006cb0ec15337b070b5b647c546929ca740cd59f3f9894a 1.08 MB 727 4
712,678 712,678 00000000000000000003100ad2b3d0d936489a17c6dfba700b59b3031fd6f1fb 1.59 MB 1,457 3
712,677 712,677 0000000000000000000085f3e629f3e82191cc44dd391757e74829a16d9ee6b7 1.48 MB 1,080 4
712,676 712,676 00000000000000000009802c75a92ac4e5f5efee96ab83700176f37b138d4b9f 1.50 MB 2,210 17
712,675 712,675 0000000000000000000c67a7df8a5a295244479c84ae50d2b6b037dee883ecb2 1.65 MB 1,750 14
712,674 712,674 00000000000000000008c8d27c4e237c5bb8968074b2a4f04adc32c05f549060 1.62 MB 1,622 6
712,673 712,673 00000000000000000001ce751b604f93e8003a3764091efe95b0911189bf5ad1 1.61 MB 2,685 5
712,672 712,672 000000000000000000008c90c083f3e33e9677a71b8f582bdc21db09bfb5a31a 1.55 MB 2,092 7
712,671 712,671 000000000000000000025417aab47c367ed085cbd0efd81bed6c96f81f56139b 1.49 MB 2,253 7
712,670 712,670 00000000000000000005b5152b32625bf4e1b43230416450aba52c13f1688e23 1.63 MB 2,226 12
712,669 712,669 00000000000000000009a2f2c6371af783bb1b2bd7aabcbffbd8e666c6e1fdf0 1.60 MB 2,875 15
712,668 712,668 0000000000000000000b84d18ae6ba40dd49e14c46cc0edac74fbf4378bc861b 1.71 MB 3,312 17
712,667 712,667 00000000000000000006a3f79121e740979f57763c9afade8d0bb071a1230c36 1.58 MB 2,411 26
712,666 712,666 0000000000000000000bf8eaaaf46f01506ad0632807bf479848b35e01846332 1.78 MB 897 22
712,665 712,665 00000000000000000003ebe71146fef04d7087a68681a8069b0f0866a551fe8f 1.73 MB 648 26
712,664 712,664 0000000000000000000504fe7051450b64166875ec4340081244a19b857bcd0e 1.78 MB 915 22
712,663 712,663 000000000000000000002b95901f12e621c6f82d82f2a7235012bced8bbc317b 1.86 MB 129 20
712,662 712,662 00000000000000000006d30e12a11b8cb399dd782baba6386a4be00083fc16c8 1.85 MB 268 20
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.47 GB sent, 93.12 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.