Memory Pool Memory Pool Refreshing

34,856 transactions
29.70 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,430 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,472 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,429 (331,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,763 530,763 0000000000000000002151368afd2b9c2a8b00d11436a607f8cc103c4765025e 1.13 MB 2,794 22
530,762 530,762 0000000000000000000f3f7bb0aa3202d342971ed954efb1cc004d4be1cf72ad 1.23 MB 2,687 11
530,761 530,761 0000000000000000002bbb11647b5ab92229cacc08c784121794293aba0749a7 1.12 MB 1,993 45
530,760 530,760 000000000000000000262400a6206db92b8e17ad83bda1f27aac8c15ed06e452 0.32 MB 703 17
530,759 530,759 00000000000000000027e145fbc791f503246effa8f1fe903483dc1e95d317f0 0.12 MB 258 14
530,758 530,758 00000000000000000005f53f8f37c522a3a264b345c652b445167e328c26f4be 0.10 MB 233 21
530,757 530,757 0000000000000000001600eb00ce23885d83d051ab4c2690bebf7f09aa7c56cb 0.19 MB 335 18
530,756 530,756 000000000000000000198eb416cde98eef3fcce4ab7d341c2c23768495de58c0 0.17 MB 413 16
530,755 530,755 00000000000000000018fb711d932a971a7247dcc7a7c901f9a532ecfbf7c6d5 0.59 MB 1,126 14
530,754 530,754 00000000000000000020b82b9b6325fe9c56e87dcbb7d3bebeb7cdd46d80e3b3 1.18 MB 2,066 10
530,753 530,753 0000000000000000001c68b904499d00a1c15e352d21c76edcea8a3c1b6829b0 1.18 MB 2,338 13
530,752 530,752 00000000000000000024c0f2aef29d3e74fd2756ae2ba8fd7778f02a0153fe83 1.18 MB 2,325 15
530,751 530,751 00000000000000000001d0b347f876b7cd0b3ce1cf9a0f9b363cbf79cfe4705f 1.22 MB 2,991 24
530,750 530,750 00000000000000000029df717930eb8937b3788948c3a21360de304a6b05b1a1 1.15 MB 2,139 40
530,749 530,749 0000000000000000000f8060916e1debceea48578c527db646af5e2cb17ad697 0.02 MB 71 9
530,748 530,748 0000000000000000000f2192c49276b497251332e0b6c83e53916705c70e33f9 0.04 MB 53 9
530,747 530,747 0000000000000000001ede1eac3657529a22ae1431cab99ddd147bd399d86f7b 0.40 MB 909 21
530,746 530,746 0000000000000000000ee5a01b35c78859ff78a17a78a3669e6d121a6480ec5e 1.16 MB 1,965 23
530,745 530,745 00000000000000000002da06d972549aa005c0fe55ccb20d01aa7489348feced 0.71 MB 1,134 12
530,744 530,744 0000000000000000002717b041841b805d63adc45da2602946718f3c94b5a4ae 1.16 MB 2,350 28
530,743 530,743 0000000000000000000c935547ea7e8c95affbca0bea0e0d9e7e77ad579ad94d 1.17 MB 2,397 21
Previous 10 blocks ↓
Total Size: 684.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,368.76 GB sent, 104.88 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.