Memory Pool Memory Pool Refreshing

7,582 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,293 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,414 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (807,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,757 100,757 0000000000023866893fc01f819ab885a51f365f9a0f1e1011279f6318329729 0.00 MB 1 0
100,756 100,756 0000000000024ccbdbede2116de8fd9d303fb2a4f2d9f7830fed37e0230e84fd 0.00 MB 2 0
100,755 100,755 000000000000d7298c663754129ece9c97c36acbf99d0fa7f782abf3acb59c10 0.00 MB 1 0
100,754 100,754 0000000000019bf95d0ab9e82cff173c2225c516ee05aeb0f61f71fae94ef6e8 0.00 MB 3 0
100,753 100,753 000000000002a0fedbd9e5717cbcfcf5bd7b85295b5015e4b2c6927f09194abe 0.00 MB 3 0
100,752 100,752 0000000000042c660fcd48c4841281ddfc075d7bbb06036770f46b06b65f4b7a 0.00 MB 2 0
100,751 100,751 0000000000046a277fa1b08102d65ff759179349243771e8c0190a58a46faa80 0.00 MB 9 0
100,750 100,750 0000000000010d493107f7a12b712c3cd761c0c2c33de7ec2bc7c1efd8e81795 0.00 MB 1 0
100,749 100,749 000000000004194d697d2d4142cb32afeb079048997938e5faa48f73efdd30b5 0.00 MB 9 0
100,748 100,748 000000000001b1325c562d695d2b51ce7ceed9ee4a79ea83d381fc57956276dd 0.00 MB 1 0
100,747 100,747 000000000001e678aa53e431a28e3dfac84961471de6fb7e088f1af78232b12b 0.00 MB 4 0
100,746 100,746 00000000000054ff2ff9f85f2c818b4845b2a92ab5013756724c45bd7179d193 0.00 MB 3 0
100,745 100,745 0000000000001dc41e95163f8459d5b13e74866fff5392cba5dc92f41dee2387 0.00 MB 2 0
100,744 100,744 000000000001b4a269509a982a45aea4fa1a1140ef9953163efc5697a70b9f90 0.00 MB 1 0
100,743 100,743 000000000001cdb3ebe2a8d59f0060a8e4cb11e82b5431d9f4b4dad261e69e6d 0.00 MB 1 0
100,742 100,742 0000000000014b4a0b826c645e2bbe26c520b097336cd8e9700811560ef673a9 0.00 MB 5 0
100,741 100,741 0000000000019db9e57cb05384b61fafb101a03d817183dbf143149c9c00cd5e 0.00 MB 3 0
100,740 100,740 0000000000011258c9b7a6c393bac5dc11a565a355b9b1b030bfcf55fdc1736a 0.00 MB 12 0
100,739 100,739 000000000004847b72ffe8ed40f04c987376307c6737ecb8e3d80c195f101607 0.00 MB 2 0
100,738 100,738 00000000000186460522e26b12afceb0c11bbec11a675ad9c15a3997028c1189 0.01 MB 4 0
100,737 100,737 0000000000000d0f43172504c7f45e5d5de6f961ef26e9d9e8764592451358b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.46 GB sent, 98.34 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.