Memory Pool Memory Pool Refreshing

3,250 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,755 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,088 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,754 (63,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,953 843,953 00000000000000000002ef1bcfd6c696c60567199ea06f0a78190c457b46c77a 1.25 MB 1,780 10
843,952 843,952 000000000000000000010f50563ab1b7d1e79d8cf7616b74701f0b97995a59c5 1.27 MB 2,416 10
843,951 843,951 00000000000000000002299b84cc2e50f5b69c4ddb5ad82cfc4fdd63dbd06c54 1.24 MB 1,484 10
843,950 843,950 00000000000000000001eb6c1c27ac012284fae9550c675734b99056e5f8cf4e 1.65 MB 4,005 14
843,949 843,949 00000000000000000000308c83b82ce7b0add07ef64e155c8285b64db05ff840 1.56 MB 2,971 16
843,948 843,948 000000000000000000001a59fd7c6ba730b594fe7b25101157448e62a6eaf49f 1.61 MB 3,833 10
843,947 843,947 00000000000000000001619d632befae0675362dbf310d8519862f69cbefa0c0 1.48 MB 2,719 16
843,946 843,946 0000000000000000000000018aed923c250162fe3f058d6af0f3932d9d9aa08c 1.53 MB 3,290 17
843,945 843,945 00000000000000000001726e55a0ee32671a7aefcb4193464404ab00ca335847 1.59 MB 2,812 16
843,944 843,944 0000000000000000000114d3179274d0435f2b907aeb7d8f3d1072f6cba67c10 1.50 MB 2,700 13
843,943 843,943 00000000000000000002e894de3afc9de923ee86df79d8ec960e0c95933923e0 1.09 MB 583 9
843,942 843,942 00000000000000000002e0647ea2624b4f0096f89119a067d20e227847c5b521 1.19 MB 1,598 9
843,941 843,941 0000000000000000000230debb570edb52c959b33d0b39118e421a569bd12004 1.06 MB 680 9
843,940 843,940 00000000000000000002c1adc0852e8f63c7e4907075781ea7e9b28978465c89 1.62 MB 2,814 16
843,939 843,939 000000000000000000026c8ddee5fce786219059f8865d99c635c21caac13a8a 1.32 MB 2,752 11
843,938 843,938 0000000000000000000256d3d3c804526581115f97f8cdd636a748c5708d0d76 1.42 MB 3,185 12
843,937 843,937 000000000000000000010adb3d864800f0fef7bb6406a43e2bf99cfa4f72a0ea 1.35 MB 2,296 14
843,936 843,936 000000000000000000012d969d76c228ccd0ddf1fb2eaeb642c50dbf874a36f0 1.02 MB 261 9
843,935 843,935 0000000000000000000020b55ed8ab1c4ca6f56b50a6484d830600f35729176d 1.11 MB 986 9
843,934 843,934 00000000000000000002ea9c04a00cb155a62b126b2263161054a1ada83d2de6 1.31 MB 3,444 11
843,933 843,933 000000000000000000012ad9beda3cf7ad1d4da24784ad827b7ef17916a9deb4 1.26 MB 2,994 10
Previous 10 blocks ↓
Total Size: 769.08 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,628.29 GB sent, 93.33 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.