Memory Pool Memory Pool Refreshing

2,703 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,133 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (115,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
792,635 792,635 0000000000000000000053ae819fa19aeb165229459f9debd13f627363dd0636 1.66 MB 3,448 21
792,634 792,634 00000000000000000003e50993ce3f68e1f893a310078f6d01da1a9b6c3a0660 1.81 MB 3,541 19
792,633 792,633 000000000000000000039822fe80c679c68d8561ddc844673e34e66aadd4a4a8 1.83 MB 3,090 21
792,632 792,632 00000000000000000000616f223e74f586e6d5bbb506020a96b9a7e8d5d70d73 1.47 MB 2,641 29
792,631 792,631 00000000000000000004210b60bf7392574e11850696358c657ad165a17770af 1.49 MB 3,073 38
792,630 792,630 0000000000000000000566d21c95acc20e5d132c7fea2dfbf390ef219d6571db 1.54 MB 3,157 42
792,629 792,629 00000000000000000000bfe88a3895cd15b376f5f568ab51fdb55f91dded443c 1.36 MB 2,270 54
792,628 792,628 000000000000000000049c3f431b5c04437db267087b127fe2020c1c8684f20a 1.32 MB 1,796 24
792,627 792,627 00000000000000000001c6f8a6dfee3c8e76d402916219136053d16641853e98 1.41 MB 2,207 30
792,626 792,626 000000000000000000038236a73d0cbc6910fc4c160ff959332e28dbfd628398 1.04 MB 367 18
792,625 792,625 00000000000000000003f6b3bd1e0218c1705cfbbbd9d37918d386712d05b2f7 1.56 MB 3,305 33
792,624 792,624 0000000000000000000559986d6143c2ccf3e47035375299f8b20991cb516b3c 1.88 MB 2,800 22
792,623 792,623 000000000000000000048cca2a631db65f55185f921c8b32e356afb3e8934fc2 1.88 MB 2,198 25
792,622 792,622 000000000000000000012cd27628f41baaab8493169b84179aa4b3de1bc749ea 1.97 MB 3,131 31
792,621 792,621 00000000000000000001f6619119a3d3185f7b7067c2d761334dfc2c46d56c08 2.01 MB 3,165 27
792,620 792,620 00000000000000000001859920c69716979c171b92ec3ea86260b37f143fa4bb 1.79 MB 3,469 30
792,619 792,619 000000000000000000000e94b47fdb8b2cb6385c17a1f50d95f81f7781e92801 1.68 MB 3,238 24
792,618 792,618 00000000000000000001766bbe5fa94796cf087f69bcb1d2c00eeb0a3d23b918 1.68 MB 2,662 36
792,617 792,617 000000000000000000024ed349a58ac11437d9ddefc7391cfb0c0219c590dbc6 1.61 MB 3,398 34
792,616 792,616 00000000000000000004989f67ded7b8ea7c395047d18f06289dbb2468730451 1.37 MB 2,559 36
792,615 792,615 00000000000000000000c2b8b0d3c8b37ede75de72f08e7d967b4485dd540f31 1.58 MB 3,543 47
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.