Memory Pool Memory Pool Refreshing

399 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,459 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (900,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,642 7,642 0000000010b23315ac37b91735230922cee46eb802320c87e508cbc89e89644a 0.00 MB 1 0
7,641 7,641 0000000050bf4cc971ea7ee4890b3352ed80ba60bdc82b6e040adaffad7a0200 0.00 MB 1 0
7,640 7,640 0000000066009c2ae938ffb275d926a1fddbba647b361776ebe54fae6cb6e868 0.00 MB 1 0
7,639 7,639 000000000799fafcaebbd7432bba0e20699d60259572263c35c92f7ae27a9885 0.00 MB 1 0
7,638 7,638 00000000e1c380678a058f550dab7c1f0ae9e4d0c8f9325a4c7f06c893919911 0.00 MB 1 0
7,637 7,637 000000008380d20e65c9f3aa351b420b437f3fcfbcfdeecb7e33fe3dd6f3d1bd 0.00 MB 1 0
7,636 7,636 00000000e03a5d549e64adfeaf26b49917f2a492c322ae866a7dadc870c441cb 0.00 MB 1 0
7,635 7,635 000000001d0cfd9d4ff652899e002ee4284cdf5e0a8b8ba766f3fe1fbedd4237 0.00 MB 1 0
7,634 7,634 00000000ec7176c14936cabf8af2baa1834dd6de9e08a1ba6c0189c85a6564d9 0.00 MB 1 0
7,633 7,633 0000000085e19e9059b4750e379eda377b5d1ba0a992e717608d5960462bddf2 0.00 MB 1 0
7,632 7,632 000000004439b6a5b577c14643ef4a583c4f5ad845c372da67cabaa25548243a 0.00 MB 1 0
7,631 7,631 00000000f0b1df1416166998babb3cedb18a5bbd0543c4742021a13dc437e578 0.00 MB 1 0
7,630 7,630 000000004e3b6b4d3147100da112bb720077a2a0e108cc09d562622c4b3ef7c6 0.00 MB 1 0
7,629 7,629 00000000cf627daddffebff0e5b09083aadeddbca4a0a168fd6ca4218d2d5eef 0.00 MB 1 0
7,628 7,628 00000000a556a878cce7db79101d4aa4481c056ff1a3b58d21bb24fe8a2923ee 0.00 MB 1 0
7,627 7,627 00000000de9f0771ae3f40bbe1758276b521b2a0e5475c32f96d16bd9f8c67e8 0.00 MB 1 0
7,626 7,626 000000007937fcdeb96d8c8c099803e08736bdda92a38ed41d9afe54cc4f9aa1 0.00 MB 1 0
7,625 7,625 00000000b22e321e677a4e590700e6264345d160aa30d154813451f756dbf0d0 0.00 MB 1 0
7,624 7,624 0000000011ebb714b33c6842e807bc1de538a8bd1bf5038a9b5168b4344dd1f5 0.00 MB 1 0
7,623 7,623 00000000e32aa73c997fad6a97be538ecd64735a4a9976edf2134024dee6c2f8 0.00 MB 1 0
7,622 7,622 000000007d679d9e8837117151224d14af2cfb20eb85de4e079f225ea70ed7e1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.