Memory Pool Memory Pool Refreshing

7,039 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,830 (52,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,764 855,764 000000000000000000028defcecf19c1bc04c1ed54ba9047908b74fd61b19f90 1.55 MB 3,355 13
855,763 855,763 000000000000000000019191f98394d7a35b7c7cc1466c313f73bed65288e3ee 1.58 MB 3,082 6
855,762 855,762 00000000000000000002857b4e9200673c56c6cbee38d39a48e34ed3ba6f8607 1.67 MB 2,374 12
855,761 855,761 00000000000000000001d779c3b9e89e24343ae2756fb1b74d55bf2c84683da7 1.74 MB 2,644 5
855,760 855,760 000000000000000000008a02f47d8274fbafd4e1e6da649d7bf701dc41df432b 1.65 MB 2,725 7
855,759 855,759 00000000000000000002f419a11e9e207d9beaa247341870c1afe87c708dda84 1.96 MB 935 5
855,758 855,758 0000000000000000000165af1880a4aa21bd820b0d9c19de19ae845322b6b333 1.55 MB 889 5
855,757 855,757 00000000000000000001551376c27f4e95aad5968384165910b3dd3bd2ab1c5b 1.64 MB 3,340 6
855,756 855,756 00000000000000000000eb98d2a4e6353d5d5a3831addeed1c84c29bcf7228d7 1.71 MB 3,990 6
855,755 855,755 00000000000000000001bdff5c760fafba546dcbd41a7709eebcc053ee80d83f 1.62 MB 3,801 11
855,754 855,754 000000000000000000021972c2000a8d347dbac1a2540112fadf81219b188796 1.47 MB 2,950 11
855,753 855,753 000000000000000000026575545de339fdd9f8f7785c4b4161707673999fabc9 1.53 MB 3,295 11
855,752 855,752 000000000000000000018149e5a0f9810a69805dd61d885c10dcfecba5b6a94c 1.55 MB 3,585 11
855,751 855,751 00000000000000000000dbf9abc6bf09ff28e864a6aab6eb1016fd01fd9a5339 1.64 MB 3,532 7
855,750 855,750 00000000000000000002c2651db9147fcb86fca6d55d715e8df4054beec5c87f 1.50 MB 2,969 8
855,749 855,749 00000000000000000000748637244110625ac031bde086044a30e15846917adc 1.70 MB 3,077 8
855,748 855,748 00000000000000000002acff984524606bc796b1be99f020f62535aa340ac8ff 1.70 MB 3,190 10
855,747 855,747 00000000000000000000c8945e3986f76698d5f01ab2b0d808c901e35f79b45d 1.71 MB 1,702 6
855,746 855,746 00000000000000000000a826d6d5c9fd08ffda0c0e00bd4facee0439ffc78b28 1.45 MB 2,636 6
855,745 855,745 000000000000000000004a81992bee75af75c78d9ea3d4749298617163858761 1.71 MB 3,044 7
855,744 855,744 000000000000000000002a57c320cb5df5444ef8c1851f900d9f72888e756ea3 1.57 MB 3,486 10
Previous 10 blocks ↓
Total Size: 769.22 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,634.70 GB sent, 94.05 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.