Memory Pool Memory Pool Refreshing

1,859 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
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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (865,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
42,986 42,986 00000000085fce6a7d559df7d64c51c94e5bfb7aea99031e06c356dd000de8fc 0.00 MB 1 0
42,985 42,985 000000001daf90220b72b208d163cd6d96e89c2530b7e379638cb3543a475e71 0.00 MB 1 0
42,984 42,984 00000000319d56fc1783307f294a261dcd3f53ade4af58e3026f2982c6b53eaa 0.00 MB 1 0
42,983 42,983 00000000423fc20e14eaf3002d11037d6997d1bd98f9a5516f70e820c40d6943 0.00 MB 1 0
42,982 42,982 0000000019cffe42595d1f2a82b80f6ceae099f39f4310abcc0d82db33517858 0.00 MB 1 0
42,981 42,981 0000000020298b6de00332c570346b0f7cb76ae49105d26b3cebe21f3aabf8b4 0.00 MB 1 0
42,980 42,980 0000000030a67ff0d64f9a5933373ab2ba01a90d41618f8ad8838c6324b00753 0.00 MB 1 0
42,979 42,979 0000000026f8e3cd9a9e84863d622999b995d93994d06e5c3ad72b419937a6e2 0.00 MB 1 0
42,978 42,978 00000000083a9c8a7890e91a5feb7832fa2c491564286358b1f7a552c513c09e 0.00 MB 1 0
42,977 42,977 0000000036b4785bf33d8631b4330bd65e145cc7c6635aac1da6d7adecacb095 0.00 MB 1 0
42,976 42,976 000000002c385a7e02586f5f63583744015f626096fe145347d5b38d6e9ec9ee 0.00 MB 1 0
42,975 42,975 000000000559365ff387c5fb2e31026080ad2cbc896e553499f5ee4cf3d8f672 0.00 MB 1 0
42,974 42,974 000000000930746e8c98df3f65db24be366a928b572a17bbd044ffb83249b7a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.