Memory Pool Memory Pool Refreshing

7,903 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,916 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (781,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,872 125,872 0000000000004101df288e0cee3239f9141c859a88952f53e46c6d40aac56c32 0.02 MB 73 137
125,871 125,871 0000000000004029ad38fbcdabac4de28a63a6261350499d45300f2c97ed062b 0.00 MB 2 3,891
125,870 125,870 00000000000015b3bd49f77ea6df71c9a297b6d67cea94976ee34f4888ea35f3 0.00 MB 12 305
125,869 125,869 000000000000077022d8d5cdb91ac6bca40140dd938dd2c823a518273160d7d7 0.00 MB 6 2,405
125,868 125,868 0000000000000cfeca66c781eee4a1591060aca185790e1b82d44711103f2e85 0.01 MB 12 1,167
125,867 125,867 0000000000001618597c69178e8f0ceeaa2f6304278eba9ecb6911d0e354901b 0.00 MB 10 1,324
125,866 125,866 000000000000306915059b57c64fc946f7acf43edc643a4877920638fde74aae 0.00 MB 16 1,001
125,865 125,865 0000000000002d080ceac4e5697774063a7395ff928567fdb108e5fe5be085b4 0.01 MB 32 218
125,864 125,864 00000000000044444c179c11f8186495853b85ac56a9e6733066629a5ace5fab 0.03 MB 34 737
125,863 125,863 00000000000009343586daf611aea10f835b40d7b266bb713948f6e07ca23919 0.00 MB 12 1,070
125,862 125,862 00000000000022b3b5016cc3f56fd334252b97332be32b8500124b8a3aa20a3a 0.05 MB 139 510
125,861 125,861 00000000000000ec84f757a4965d2f4d62efe8b7bb53d0e86823234a1247d023 0.00 MB 5 1,296
125,860 125,860 000000000000385fcc5b4684ea6572777ffc5c04b25e888a9c5433f76f5e350d 0.00 MB 15 886
125,859 125,859 0000000000001f4a6fce2dcb955a4ebf0757250bf65b6cdd9a1ac9e878ba29eb 0.01 MB 26 791
125,858 125,858 00000000000026a8bedca514dba85f795979af06aee2bfcee8f79108caddb3ed 0.00 MB 1 0
125,857 125,857 0000000000002f884b6088823990c0371497863c00ee55a8623cf76730fc2bc5 0.01 MB 16 1,167
125,856 125,856 00000000000012ed2242295338eaeb5b2c2aa32321a935cf9012918eace9d822 0.00 MB 8 337
125,855 125,855 0000000000002e1c9f03e44da4b33689c33c52c51c538424541134f97bff39ae 0.01 MB 18 986
125,854 125,854 00000000000003b0d2994baf7b4bb01dd409955e3e7ea589abf419c9e04a4e91 0.00 MB 3 0
125,853 125,853 0000000000001458a277681b1776add36e8bdb199899c6e6c87c48f6f7d9c312 0.01 MB 33 1,736
125,852 125,852 00000000000006cdec6dcbbeb19b7810a445d971959f065eb460271cdd8ff3a9 0.01 MB 11 380
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.