Memory Pool Memory Pool Refreshing

9,282 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,576 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,590 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,575 (812,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,734 95,734 0000000000069b65f458591426eb75f835531786d3d05e2029aeee439c9aa93d 0.00 MB 2 0
95,733 95,733 000000000007818450c7245410780344d8a46d9331f9f9075b6c87c9a9d4c9ca 0.00 MB 1 0
95,732 95,732 000000000003353a1cab7f226384c41af9f9237ca7043c82ff9da04b4e53744e 0.00 MB 1 0
95,731 95,731 0000000000018a4229c23542de542bf55eb6a60cde89bb7db763e668a79d699c 0.00 MB 1 0
95,730 95,730 000000000001ad6077bfe016b7cd3c7d3904f64918336d51c8cd8281d7f9b80d 0.00 MB 1 0
95,729 95,729 0000000000021f068e8a65ba9cee90fcb001f8500fe076865c8c665cf6315644 0.00 MB 2 0
95,728 95,728 0000000000018f7345f3c27297376f09ee0f7aedb45826ac70c76a3d3a801421 0.00 MB 1 0
95,727 95,727 0000000000001f444163c9a5e6b4e1f1de07bcb8b782edc732d837a2a0f33def 0.00 MB 1 0
95,726 95,726 00000000000780d422c9de5648ae178c71fe98cdd6692f4e13304ffa141ad847 0.00 MB 1 0
95,725 95,725 000000000005822d119f92242ecbc443725aef221d07591d7bc57d4a5fdbd1a2 0.00 MB 3 0
95,724 95,724 00000000000044a0fd6a34cba4f08554335652babda04677289b21b31d542b26 0.00 MB 3 0
95,723 95,723 000000000001f2298c5de49f18e8775dec3f992d46eb8453285ce690ea1c056d 0.00 MB 4 881
95,722 95,722 0000000000056063d315d88879a94ca34a9e336e74d98a3e5eaa9ebcc672c685 0.00 MB 1 0
95,721 95,721 0000000000077e21851258d68cdd33d60f7f379f1422a0f6b0147ba419c98dab 0.00 MB 2 0
95,720 95,720 000000000006e1e082f51fd29394705e277ae748809fed5d0ee02b1a6d269ab6 0.00 MB 1 0
95,719 95,719 0000000000081722f0411f793e50256949f48bdd6dd74605fac9cf52e7f8d638 0.00 MB 2 0
95,718 95,718 00000000000591f981d235a58d761eb12d19d591b261b5a14567027da9847160 0.00 MB 1 0
95,717 95,717 0000000000030070712f520a30c0762adcadb03918abe21a4277a32d603b33ad 0.00 MB 3 0
95,716 95,716 0000000000023bab825e581c34f9bcb557a877490280ca52705142bc151b2bfc 0.00 MB 2 0
95,715 95,715 000000000005b3d40519ec2649fb0bcdf71f88cd984be4405013a6f71b50d4de 0.00 MB 1 0
95,714 95,714 00000000000553f76eeae2b2c07d053f15c9ba023cd62d5e7cc055752a187eac 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.37 GB sent, 100.83 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.