Memory Pool Memory Pool Refreshing

5,653 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (537,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
370,626 370,626 000000000000000007743eea9e1991e309fe35ab8e5ed45b967bf669e41d21a1 0.21 MB 397 43
370,625 370,625 00000000000000000dd8ff416668f4a42835aacea8866ce0e831e25f9aa52d90 0.23 MB 386 30
370,624 370,624 00000000000000000dd7c6b82851d1f1a9d03e127e779a203e320f946f941267 0.92 MB 1,636 37
370,623 370,623 0000000000000000136e4e837bec29f5206a311f4fc52f5825c9c52a0cf1e77b 0.28 MB 420 32
370,622 370,622 00000000000000000021918033721302899669e80ee0297b9c7cde48d5589e06 1.00 MB 1,843 35
370,621 370,621 00000000000000000e20ec3d386a1a4decdef7c48532e253475766cecf43163a 0.00 MB 1 0
370,620 370,620 00000000000000000d5a3a9d9f36ae40628dc03a95f16871a272586def08bb75 0.85 MB 2,136 54
370,619 370,619 000000000000000007b163bf80e47dc55e4a26788ff23d260c5062801635e4fc 0.47 MB 859 43
370,618 370,618 000000000000000009e121cd5455901d26c40b2fe1b789c2667f5f08c3e6229a 0.23 MB 430 35
370,617 370,617 0000000000000000032b864bf46ce0c0a851d6c51b2c17dfc902635b5ea7e448 0.82 MB 1,624 40
370,616 370,616 00000000000000000af63a060cc281f7c7130693b7d5062025387743a77d37b1 0.34 MB 640 44
370,615 370,615 00000000000000000224ae37bf466e6c539d1048e647d828eaf7f26e56f7ffa6 0.14 MB 213 30
370,614 370,614 00000000000000001481159059e83e85a587b663aa9562d60b20f3e936c4e6b0 0.28 MB 556 38
370,613 370,613 000000000000000000ef34c291095e7deab7d924eacd3848e579fded0b5ee9c0 0.34 MB 593 35
370,612 370,612 00000000000000000e479a5d91e1c4e9a2df0ea0a46b0825ed9938c94511d5a0 0.08 MB 80 14
370,611 370,611 00000000000000000268e766ef02b5f0a8960ac135d31bb3976263bac6632095 0.37 MB 589 29
370,610 370,610 0000000000000000025cbb2d3a1be3bd2b237d5733a86487093816df708ce4dc 0.16 MB 253 25
370,609 370,609 00000000000000000c708b812ea69f7ea3a5adfe90ea03f37c12e9821137ab71 0.25 MB 428 29
370,608 370,608 000000000000000001fd62689f7c81e6936714d37379270c91f1d8c6f029cac0 0.40 MB 890 36
370,607 370,607 0000000000000000043340cf2eb8e784033b7824227a44ff9b54baa0ea8aeefe 0.59 MB 1,256 40
370,606 370,606 00000000000000000564c10767ef6dfc9adc7d34e28280b58d7366f6e1fe7f71 0.02 MB 41 46
Previous 10 blocks ↓
Total Size: 769.03 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,625.83 GB sent, 93.05 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.