Memory Pool Memory Pool Refreshing

6,788 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,224 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (804,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,761 103,761 000000000001aa347baf912962a3af47ff74c9c82a7ab4bc588bb2d82fab9ee9 0.00 MB 9 0
103,760 103,760 0000000000035438794bb33ca9e8d70c8bbf1c78da256f8abac46bb219aa614d 0.00 MB 8 0
103,759 103,759 0000000000021d29c1d0f80e2696d78748219a83a2308dcd6ac67089dd8e0a94 0.00 MB 20 0
103,758 103,758 0000000000008474d79b955a5ba6f0f4b6d980146e409afc02c40a9ba120158e 0.00 MB 4 0
103,757 103,757 000000000000e7494a4eb921b6113dbd855cdd45d8938f35f591bad405c527e6 0.00 MB 1 0
103,756 103,756 0000000000031eb340da7a3d7407e3884190d3d13701628345691069ca1e11bb 0.00 MB 5 0
103,755 103,755 000000000003094faf5008ad052b5cb78acf8318e6090e55f6e9f0376682446b 0.00 MB 11 0
103,754 103,754 0000000000013faeff7f3bdc33ba5c64d0cd9738e735623f32460f62c124c097 0.01 MB 21 0
103,753 103,753 000000000003519d47aedd2323245c17e49c174a5818a520bcc91a8e8ecbcebd 0.00 MB 3 0
103,752 103,752 000000000001adf0c00d6ae0f549fed98ef24cb99ba807098a242ba12e63c634 0.00 MB 2 0
103,751 103,751 0000000000011887f8243cf365dd8920bc6d1f72ea1306d5369e42e4a5f24896 0.00 MB 1 0
103,750 103,750 0000000000009b94dd0a6eefd7b36de1b861ed9dff47b6e182c47ce6ea575a81 0.00 MB 1 0
103,749 103,749 00000000000297026e85b196ee99167aa54a25d5090ad2e917232aee81e1810f 0.00 MB 2 0
103,748 103,748 000000000000245de3996e8ee61276be129845ce657bdb10115fdbbfdf3d217d 0.00 MB 6 0
103,747 103,747 00000000000062940b6239b119c88cd42f3991f4ae46e055e7187c22751d9769 0.00 MB 4 802
103,746 103,746 000000000002ce2b7de869402dec178ae4b8f11205ee97e8ddbc7bfb83ccbc0e 0.01 MB 5 150
103,745 103,745 0000000000037c1d213ce7fc5b5c7463d8930b08592a8435f006ec0e77240fa1 0.00 MB 7 0
103,744 103,744 000000000001f35eed1c56f36b946794cdbf3efc3afd26fa97c79bd2ed378645 0.00 MB 10 0
103,743 103,743 00000000000089b7219194c1329a4c53e8058d093d5a4e1771af49eb02df20af 0.00 MB 11 0
103,742 103,742 000000000003286c95b0ebe0591c0e890cbb7b95dbc4f055ea5246525ea22cff 0.01 MB 22 0
103,741 103,741 000000000002c1ecefbce7ee170906337db65ffdfd4fad9746cf896c5691adcd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.