Memory Pool Memory Pool Refreshing

2,064 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 2,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (865,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,007 43,007 000000002345f60792a05638cfe6f83a6df96f5c61f95b0b7d86f53cefa2c5dd 0.00 MB 1 0
43,006 43,006 000000000ca50e2ce8ba96d27d3c07405a48fd1767f2ad71734d78da0d064fdf 0.00 MB 1 0
43,005 43,005 00000000159135f59f731ec46e4a839d54107600ec4eb4834cabee154c1e515b 0.00 MB 1 0
43,004 43,004 000000001f051750d016cc3a024636cf9c16308adc8dc161be131a938f7cff6b 0.00 MB 1 0
43,003 43,003 00000000004d33672fa6a8ae41843d45b297d4626c49a404b65460886c0a3f1a 0.00 MB 1 0
43,002 43,002 000000002e61e01a397987275bf08c410dee6f049812cacec784f86d196a5abe 0.00 MB 1 0
43,001 43,001 000000001fbbbe6c8857eba468a0136116f76a9607e1b2d961668abaf77ba2d0 0.00 MB 1 0
43,000 43,000 00000000212265ec8de3a24751d355725f05370882e2162aa7a57d65d31c506b 0.00 MB 1 0
42,999 42,999 00000000248a17c473820336f3a4c1699e48ff5f2d3e92b845a7cd0628a2cc7b 0.00 MB 1 0
42,998 42,998 0000000027b83cddbc4f7d5b3ce031132188c7420853e6b6c5be3a769176ef88 0.00 MB 1 0
42,997 42,997 0000000034d7c0a8306cebeb3389475e70e9ffa3fb37b5d2fbd89362fdba95b6 0.00 MB 1 0
42,996 42,996 000000002c0a7213eb9d031e62fbef2de09267e4948b2cd038438b28f315daa7 0.00 MB 1 0
42,995 42,995 000000001c07b4e12aae89a3d16e4a55e73fdab2563bdd5be83333a6a00d2b8f 0.00 MB 1 0
42,994 42,994 00000000350ebc43165c6ff23f82c237a0011dad8a66eac78d2b877fdd051c50 0.00 MB 1 0
42,993 42,993 0000000026eaa55da88c688d058aa2fec2fb3ef90740bab98b8d45190c627925 0.00 MB 2 0
42,992 42,992 000000003c0003d0b30c60e84dd544cc23a67634b506822d268f7656dcdaf165 0.00 MB 1 0
42,991 42,991 000000003f2478d01bc36724153a59a081c37b4c0329d5f30b2cd8399210068d 0.00 MB 1 0
42,990 42,990 0000000016bcae725003e60c46cc53e88f3d8d5392d18da79d6402e53e0202a1 0.00 MB 1 0
42,989 42,989 000000000176f8b0324aaf68c581fe8ededb650bb71a9d9d4543d914faa5f1a9 0.00 MB 1 0
42,988 42,988 000000002ea85ed88677a2c11f8f7425facca39684f6d3cdc1eaf3b5f9ccd02a 0.00 MB 1 0
42,987 42,987 00000000216f584d677bd48eaf9ec401404051c2e03236261d3b4f32141d66c9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.64 GB sent, 100.53 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.