Memory Pool Memory Pool Refreshing

1,630 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,908 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,610 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (107,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,495 800,495 00000000000000000003ddac925c5c8fb441d8a47c98847233e6d86c6c3ffc11 1.47 MB 3,041 32
800,494 800,494 00000000000000000001bf20e33b3395d8455e4fe89936fdf6173515e9a7cf47 1.71 MB 3,208 13
800,493 800,493 0000000000000000000187cb83247acdb664b8838562b25d1af13918ca3f673b 1.81 MB 1,876 9
800,492 800,492 00000000000000000001ff7200f0b6df9ff75f3a046b9f58fdb920b6d5ce6f38 1.83 MB 2,618 10
800,491 800,491 00000000000000000004e05606d4df0cc76ce80cff4d863bd2396653273103c4 1.78 MB 3,005 13
800,490 800,490 000000000000000000000419f9d4ef7c7587500bbc1d4d5960d27526ab85cebc 1.64 MB 3,342 22
800,489 800,489 000000000000000000021ffdda3ed5792b4d6c5f0d0f208aefbae5f58845a3fb 1.37 MB 1,583 14
800,488 800,488 00000000000000000004e4f75e2019d1bd48e49e83f3673053c059e9f5baa027 1.58 MB 3,154 17
800,487 800,487 0000000000000000000521d21bcc9e8be9f51582ec0dff89e65f0f1cd42b42cf 1.49 MB 2,333 13
800,486 800,486 00000000000000000002645fd352bc274f017d8473992018dfd5326a52de2d53 0.00 MB 1 0
800,485 800,485 00000000000000000000457d7d04d6e2b22c3bd0f65193f854e270bcd8300f4b 1.42 MB 2,492 15
800,484 800,484 0000000000000000000442da608b23c9d311301ebe4f31691a63d46a3769ec1a 1.53 MB 2,945 9
800,483 800,483 00000000000000000000fb0153e5dff2f54058f955bc30593659f515db140088 1.45 MB 2,897 17
800,482 800,482 000000000000000000026d81ed6ac49ec3a3c974dd7de33322786ba3daa47a24 1.41 MB 2,911 22
800,481 800,481 000000000000000000013c116ce19440ea1389d9b219bcd3e10013e82c822348 1.65 MB 3,233 15
800,480 800,480 000000000000000000038fbf5582575d6c8dc7d0b8455fe5eda279d8221a7d5a 1.98 MB 4,651 8
800,479 800,479 00000000000000000004a2c8336f0c72d285ac650ef586d24d974204a55d7cc9 1.69 MB 2,753 14
800,478 800,478 0000000000000000000132178d7a9cdb7a47cc3239e44675114382c9e31755c4 1.98 MB 5,833 7
800,477 800,477 00000000000000000001a7fb182e8d91ad2d384a686d31bf7f0bf8d2c68264a7 1.85 MB 3,860 12
800,476 800,476 00000000000000000000a94853198f3609f0ce22d22b307f9f21a3a66405e0ff 1.80 MB 3,139 7
800,475 800,475 0000000000000000000255adb288962ae87a8bf4576469150caa55c521fcd944 1.69 MB 2,356 15
Previous 10 blocks ↓
Total Size: 769.37 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,643.88 GB sent, 94.78 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.