Memory Pool Memory Pool Refreshing

1,130 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,118 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (309,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,777 598,777 0000000000000000000b53d56bb7f4f8e1aa5da38ef5c9a5d858a520428eae0f 0.90 MB 1,641 3
598,776 598,776 000000000000000000145639a7d3a6ccebcb3d683bc4cc2fd0227559926ea0b1 1.11 MB 2,918 11
598,775 598,775 0000000000000000000ad1b0b630efd82efd5aabe273c81c00b667e46e5cc0ed 1.18 MB 3,022 16
598,774 598,774 00000000000000000007a68b94987503bcafff1d2ad3f83776a2230342871960 1.33 MB 2,974 23
598,773 598,773 00000000000000000008387fa4de196883703c12abb5c3f2abe6d14c3cc47a19 1.34 MB 2,985 33
598,772 598,772 00000000000000000008d63f444c8e7018a0c1c802f86c8a190ceb32f8fefc90 1.37 MB 3,285 43
598,771 598,771 00000000000000000013173e0ddd18c5c392c93f46c2be0b5cdb100eb826bd07 1.32 MB 3,157 41
598,770 598,770 000000000000000000100a8b480c4d3318c4039390fe670f22546d6f45f506e7 1.27 MB 2,944 36
598,769 598,769 000000000000000000134ed2b7909f493a18d4776366c3e66a16b4e79ef041dd 0.38 MB 1,057 21
598,768 598,768 000000000000000000130e23bcf969e7721fbc093275f86c735eab3f01183936 1.21 MB 2,953 15
598,767 598,767 0000000000000000001218904adc469c7d69350c140c657215706fa6aab6855b 1.14 MB 2,723 15
598,766 598,766 000000000000000000080a8f5bde8e93ba8a6b0d47891daf2e052f1c81bfa0f3 1.31 MB 3,470 40
598,765 598,765 00000000000000000008edaf37072c0a283f78fb90f6f4a598d16680c0e83082 1.33 MB 3,100 39
598,764 598,764 000000000000000000062653a24256b8e2d27c039a192700257becf23a8fdced 1.30 MB 2,610 35
598,763 598,763 0000000000000000000c398709411045200505974eed00b9ac105415bc363e7c 1.35 MB 3,084 42
598,762 598,762 0000000000000000001044ef6a010320270271416377d3b1eae99c354f61d814 1.21 MB 3,238 21
598,761 598,761 0000000000000000000cbaf57d5e825e8a48c8e1600d90f70dca27843e29a640 1.33 MB 2,786 47
598,760 598,760 0000000000000000000d2e1913d7b17a672d73c3b26eb670aaca978b2e2c55f0 1.02 MB 2,530 27
598,759 598,759 0000000000000000000a109b19abe21396e19d54162f37c5b9fd4ca1aa5126fc 0.45 MB 1,005 24
598,758 598,758 000000000000000000030ecc39e141fbc6d788de971426cd1fa1518d3c9c8480 0.66 MB 1,591 31
598,757 598,757 0000000000000000000e8532ae17cd020b0a225b98daa60f7c61c7498dd82116 0.01 MB 37 33
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.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.