Memory Pool Memory Pool Refreshing

4,269 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (537,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
370,633 370,633 00000000000000001161118382114d1e1bea7dc7ba02b04c343a8e374debef88 0.25 MB 486 35
370,632 370,632 00000000000000000d5a10ba900177f667f7b19e13796a3f6fdc240e6f14dc17 0.05 MB 116 43
370,631 370,631 00000000000000000f9a9a1d49965b81a3263407780aad81f264b91282833914 0.18 MB 399 45
370,630 370,630 00000000000000000911160ca2d8ae8befeba4a203fa1d9c82c0f7f2033567c8 0.18 MB 348 41
370,629 370,629 0000000000000000071ef7e7534f3a14ad7e867da50f69b8b5191af8984835ff 0.15 MB 311 40
370,628 370,628 00000000000000000fcc1175ef2089c38f47e1d5e789ccff52f360f025d0ff83 0.04 MB 69 38
370,627 370,627 00000000000000000c0ef24287d93d55893b6b6b4560ba0129f88ca21b928c33 0.25 MB 474 39
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
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.53 GB sent, 92.75 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.