Memory Pool Memory Pool Refreshing

19,570 transactions
6.29 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,511 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (45,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,638 862,638 0000000000000000000207c53df6c9aef5f4f895debce76597158f9cf74606ad 1.76 MB 3,099 3
862,637 862,637 000000000000000000023ebbef717115abc7e6da65573026a198cd287d501cc6 1.88 MB 6,257 2
862,636 862,636 00000000000000000002057f0ffe4144786d3a6d9c22fcbfd31a3aead15d988d 1.85 MB 4,117 2
862,635 862,635 00000000000000000002469ba8a3b7d188b0eaf215edcc43206362cc3bd88760 1.88 MB 1,779 2
862,634 862,634 0000000000000000000121b580f3b836ab73b5728a5009e2d4068ec982336811 1.87 MB 1,496 2
862,633 862,633 000000000000000000013eadb231f6765f2d78f6c1339df6725ce441d3790bb9 1.56 MB 3,430 5
862,632 862,632 000000000000000000014ca4275e4247d42704250ee90c510a7cad47d3f44b0a 1.60 MB 4,198 6
862,631 862,631 00000000000000000001100811683741b385b64d8fccab3d6064cc4d40e4c2cc 1.97 MB 1,036 2
862,630 862,630 00000000000000000000440f56762bec8c3a4de8e54456420ebe83d9d50ea3ce 2.13 MB 1,635 3
862,629 862,629 00000000000000000002764f3c01965bc0d2a58a8bd24d44c746bd1fedf7a83f 2.03 MB 596 2
862,628 862,628 00000000000000000000e0c392971a0490a55083845e6debe6a9cd3c48adc9f0 1.70 MB 3,259 6
862,627 862,627 0000000000000000000165bbe36d0b3c51ff6b975a5f8e74d73b180cebc5974b 1.65 MB 3,680 8
862,626 862,626 00000000000000000001d04e2a978bff75dad579bed8783706ec81550715ac4e 1.64 MB 6,831 1
862,625 862,625 00000000000000000002db19507c111dfd69721c9118e1efc43a36338bea40a5 2.02 MB 3,900 3
862,624 862,624 00000000000000000002789d8c31f46c79638a57bf464dd4077e4cd3eca9de60 1.64 MB 7,928 1
862,623 862,623 000000000000000000015d284079300c05d36ea0822eadd6704d304597ac4e18 2.04 MB 4,234 2
862,622 862,622 00000000000000000000a78b7dc1f5438204eb441cdeeeecd2fd8f5a2c0ad1d4 1.71 MB 5,060 3
862,621 862,621 00000000000000000001995d28da3a6e0db5076fa53d6ea6c599c7b66c267ce6 1.70 MB 5,478 3
862,620 862,620 000000000000000000029b718f398beca6cf13d990c996d92434fadaa714fa44 1.65 MB 7,729 1
862,619 862,619 00000000000000000001a468a6d365838601c1e731b581448a058d201845c118 1.88 MB 3,857 3
862,618 862,618 000000000000000000013492948c2c787921be31231cf753da394991ab329c7c 1.63 MB 3,077 6
Previous 10 blocks ↓
Total Size: 769.02 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.50 GB sent, 93.00 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.