Memory Pool Memory Pool Refreshing

6,087 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (804,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,851 102,851 00000000000124aa729b70327dadded190488b5eaf91d46761d3ffd32ecffee1 0.00 MB 8 0
102,850 102,850 000000000002bcc1472e94a636289a169a4f6088f8d5b8eb08c82613ea8f5509 0.01 MB 23 0
102,849 102,849 00000000000358de93abac14a86677b9dd709172ecf7096468a125385bb5f473 0.00 MB 2 0
102,848 102,848 000000000000a9d6e9bab60e05b135452b2008b29607b26219f109f2bcfb637d 0.00 MB 5 0
102,847 102,847 0000000000013aa1dbccd921022946e9af30cb40128c34d318599a6c033f7e74 0.01 MB 4 0
102,846 102,846 000000000000f200919309cb705d8d3877f517bbbbe1efe4e2211f836c6dd187 0.00 MB 5 0
102,845 102,845 0000000000035b32394074898588f2559eaf111854ae214aba0b3060d32fc911 0.00 MB 1 0
102,844 102,844 00000000000381a0bb429f0e3c934f298fd915edabbb2bf558189b626416ede8 0.00 MB 1 0
102,843 102,843 00000000000269fb6237117a8f3ff27b42e2adf6ac60403234da0922c3ae965a 0.00 MB 1 0
102,842 102,842 000000000000e85bbb6b45d7f0312b97a0b8e99b54dc4b55a1822855ff10a8e5 0.00 MB 6 0
102,841 102,841 000000000001ee94a194240c6aaf05fe7d715c9d16dce781822039885adc5c97 0.01 MB 21 0
102,840 102,840 000000000001bceaab842fdeb423bdc8a57364aaabf45e901dc7980708fefb3b 0.00 MB 4 0
102,839 102,839 000000000002f25307f2c83b8c69e5d100440a0f4faaf1117481c72d0d49c3cb 0.00 MB 5 0
102,838 102,838 0000000000035d99d63b6ea6c8de7678c4dcb6c8aaa2e478f616ab48c166135b 0.00 MB 1 0
102,837 102,837 0000000000012f8014d16e71a0b9eacfc419ab08d1046e17be0780c810c0f6ce 0.00 MB 3 0
102,836 102,836 00000000000315f58b0bd3668eb3ab4e80e07c90b47b7875c3d17d5a2dc5a815 0.00 MB 5 0
102,835 102,835 00000000000031bd7e51f9c621094df36dc1b0f3db3df57991999c5358695de1 0.00 MB 4 0
102,834 102,834 000000000000ba5c72025202912ac554d49adf87f3992f1681ea149d04fba9b5 0.00 MB 2 0
102,833 102,833 0000000000020650b82f629ae0625dea99b23b2a4ce175abca7b050396f9bc86 0.00 MB 1 0
102,832 102,832 00000000000181690f7c868cde62b81c5d2d7c6e41e4db6ddc804ef68a499756 0.00 MB 1 0
102,831 102,831 00000000000072a6cf9597fd61880e3d6b37e22f36cffcf0f84c4dd5947edb15 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.