Memory Pool Memory Pool Refreshing

7,754 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,961 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (45,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,777 861,777 0000000000000000000220363d473bb1b6ffa62468fc19ddba9dcec167268fc0 1.41 MB 2,639 8
861,776 861,776 000000000000000000004dc4578a7314a8280dec22640269d19127e645fadd2f 1.67 MB 2,996 5
861,775 861,775 00000000000000000001c1794db7cc81e21ad5ed0a30965f20cfceec860a97a4 1.55 MB 2,724 7
861,774 861,774 000000000000000000021416f45b3c5ab620410abd667e33f918898b5a52a657 1.50 MB 2,468 7
861,773 861,773 0000000000000000000064cc4d1d8c757312eac6ee4ab8ca377028e5b17cdea6 1.65 MB 5,676 3
861,772 861,772 000000000000000000014fc7f44f610faf345c89fe78b28794f6dfda234a0952 1.57 MB 3,900 3
861,771 861,771 000000000000000000003164f0be60078d725975e06be7313d1f7f02dfc0725f 1.47 MB 4,315 4
861,770 861,770 0000000000000000000056609318906e0a9a14a773ad6c1f94170ed54cc5036d 1.62 MB 6,366 2
861,769 861,769 00000000000000000001a058bad7d7446a198c9fbe4811d701565da96d8c8cf3 1.66 MB 7,349 2
861,768 861,768 0000000000000000000270ed40a2bc93999a40a67a1bf76bd55a916fd385a133 1.65 MB 5,156 3
861,767 861,767 00000000000000000002cfd3df073281c33f6a8f6edc7191b50d127b0ef3521a 1.58 MB 2,800 5
861,766 861,766 00000000000000000001cbc6ba4075b1216ae585961627b8d33caf605ef0558c 1.61 MB 2,601 2
861,765 861,765 000000000000000000003ee2999477b15663c62c2f1f21b849bf405bff47fddc 1.57 MB 1,590 3
861,764 861,764 0000000000000000000052f7b389586b5360994294a409b232d7f11f36b68163 2.02 MB 2,273 6
861,763 861,763 000000000000000000022bcab9a706a0acbf12efd13a566e32826ae0738b273c 2.11 MB 2,550 5
861,762 861,762 000000000000000000027bc98d2365564b693bb9e478053e8afd82ea67018ad4 2.41 MB 2,296 8
861,761 861,761 000000000000000000004923067ea22df622eb984d0276d090d60aa67eaf4c1b 2.34 MB 2,495 11
861,760 861,760 0000000000000000000009d6d8b090c5c665d1e9d76540df6f678d1c0dc8c0a8 2.46 MB 1,610 5
861,759 861,759 00000000000000000001990000bc18b5a2d3d58bb5685b938726321d08ae0056 2.86 MB 1,660 8
861,758 861,758 00000000000000000001d2ee72189ad8e061f31f52eb6a5c557bb5938bf231d5 2.62 MB 1,840 7
861,757 861,757 00000000000000000000d42d1d244df7155e5ed360484a9f9560df99652c0827 2.84 MB 1,828 12
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,624.88 GB sent, 93.01 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.