Memory Pool Memory Pool Refreshing

1,733 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (33,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,966 873,966 00000000000000000001c1ea55bb9e4037cf0860b9d1f57d79207adeef2849ad 1.56 MB 3,194 10
873,965 873,965 00000000000000000000de7be0446b64799ce92fdcb0863d8eb9ba4dc50d7833 1.58 MB 3,179 11
873,964 873,964 0000000000000000000298fa36267467c058e5d02409981a9f9c63831f9c53cf 1.79 MB 2,593 7
873,963 873,963 00000000000000000000e84e7d543d9e0b52226a66bfcab7a11f0956be3e063f 1.72 MB 3,000 8
873,962 873,962 000000000000000000027c1f76cd10e8cfa38cc5f6ca02b6c1c854337c9b3222 1.36 MB 1,886 6
873,961 873,961 00000000000000000001fd77a8693f4903c54bd4fc0c95d1f522fc29bb5c3fdd 1.41 MB 1,990 8
873,960 873,960 00000000000000000001716abc47d9f3eaa567371a0e135e4359faaf61829ea2 1.45 MB 2,304 11
873,959 873,959 00000000000000000001ac75cc85f58402c32161b4806e907e35ef93b8e87f97 1.29 MB 1,718 8
873,958 873,958 0000000000000000000159fc982214ce8880c156611cac387db11fbb0a6a2d4f 1.22 MB 1,112 7
873,957 873,957 00000000000000000001613222ba9179d38ac743387618306dfb28d8a8868df3 1.36 MB 1,801 9
873,956 873,956 000000000000000000000bc128842cb3d090e1373701dfc37f0b0a6de7d0926a 1.32 MB 1,626 6
873,955 873,955 0000000000000000000248a4e247b3e75af0d22a98a06077daaa4529ec5830ef 1.34 MB 1,057 7
873,954 873,954 000000000000000000026e3fc802f7154557dd71913b9cf80e4becc2d202cc58 1.17 MB 779 7
873,953 873,953 0000000000000000000194cb1ab1c55c231bf5dfaf42ccfa1f1a9f1e85d7ba31 1.50 MB 2,530 12
873,952 873,952 0000000000000000000208001b543c07d844d8b98d3dc391615196a95da102b7 1.33 MB 1,523 8
873,951 873,951 0000000000000000000057d2b42f87c62123b28657377e36c0f07c30ccf6e79d 1.48 MB 2,546 10
873,950 873,950 000000000000000000017ca1390c24af6bde9bd82283568f359b2449490a9680 1.36 MB 2,056 9
873,949 873,949 0000000000000000000235622f1af1962bc7e620c740cb4c05b96b972d9a6b46 1.57 MB 3,796 12
873,948 873,948 000000000000000000008ac255493e7f917f147bdb2a6b62dc488148c76f8953 1.48 MB 3,249 11
873,947 873,947 000000000000000000012fc2e9197888a3fa065777917f1c90b4da20f7e92bad 1.48 MB 2,599 12
873,946 873,946 000000000000000000019169d99a6d19e7ff2e9d1acc4db0cc56bd7d4875e62c 1.30 MB 1,696 9
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.