Memory Pool Memory Pool Refreshing

3,585 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,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (63,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,833 843,833 0000000000000000000039c70580ad2fda3a316a01c16486f071403322c83652 1.61 MB 2,482 14
843,832 843,832 000000000000000000014db52a0d8200294974fb3b15ebebee5c20dbbae8f7c3 2.00 MB 1,774 13
843,831 843,831 00000000000000000003620d564167b7b0c4e401bf49adc4fbff7b67102c0c31 1.66 MB 3,750 18
843,830 843,830 00000000000000000000c2459efd571feb5f2de5116d74185efb562af84a1388 1.70 MB 5,378 10
843,829 843,829 0000000000000000000225051683bcce8091c896bb8eb6a0815f781ce8b76fa5 1.72 MB 4,233 15
843,828 843,828 00000000000000000000f0d22fd42d06aad7d5f8be34dc69267829954158114a 1.69 MB 5,072 12
843,827 843,827 00000000000000000001abbb678429f71d5a899e6299969b8adab1a444df9da0 1.66 MB 6,207 9
843,826 843,826 00000000000000000000eefb0ebc3399567406a5504f27062766898b3eb22838 1.55 MB 3,659 16
843,825 843,825 00000000000000000000acb3a1fb550b7db693eb3522669ad763fa7130e4e569 1.08 MB 831 9
843,824 843,824 0000000000000000000221d21ef95e5653b86c5c56e8cc38fdd987f381d314d2 1.39 MB 3,180 12
843,823 843,823 00000000000000000002b7e0c2ee0719439d7362ebb98786dc44d0af18d2770c 1.21 MB 2,113 10
843,822 843,822 000000000000000000007d2dc25c25d986495bda0e2cf27b85c6aab923e6638d 1.48 MB 3,897 11
843,821 843,821 000000000000000000020c417b76c6bf3449490db7780e0b2ddbaba0bf472fe8 1.50 MB 5,089 12
843,820 843,820 0000000000000000000098a99a8fd53e2ebb96f568d571e9f3c466c05e4f6577 1.60 MB 5,792 11
843,819 843,819 00000000000000000000833517ebb8a489a9beefb87c0425e7b178c363a8e278 1.40 MB 4,075 9
843,818 843,818 000000000000000000029b805bcc8ce8bce94e17d2fff493b48540d040b9aa2e 1.72 MB 4,377 12
843,817 843,817 00000000000000000002aeac5d2ebc7484e225a3bd168b314bf7cf9ad9a551ad 1.50 MB 3,918 10
843,816 843,816 000000000000000000010ebeefccaecbedecece00940d13f9b212ab45615ac79 1.49 MB 4,451 10
843,815 843,815 00000000000000000000ca50af53d421e2fa226ca92e3ec40d9e5472a22c120a 1.44 MB 5,050 9
843,814 843,814 0000000000000000000035fc92d77210fa3619e254816867d0d535ef3d2cb89c 1.76 MB 4,976 12
843,813 843,813 000000000000000000035c8654ddfe71486fc8f965a7f1a4c2fb86214ff862ae 1.40 MB 2,779 11
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.46 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.