Memory Pool Memory Pool Refreshing

3,676 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,620 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,619 (825,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,705 82,705 00000000001dbed643ba174f76408f95e9fe5e99cc598e4239b72da3a7b40675 0.00 MB 11 0
82,704 82,704 000000000016fdeb8d90b5ba84a6ac7c4c51be1a94cc07925f60564616ab2c38 0.00 MB 10 0
82,703 82,703 00000000002ddc03b594932e398cf553fc8f7cde14bf955ba6fd233fc851ddb9 0.00 MB 4 0
82,702 82,702 000000000011b062711d25831ca76599a8ffe288b9254f419d503b5179116193 0.00 MB 7 0
82,701 82,701 00000000000d6b33b00d7ff1dbc449a62fe3a11177ab1efde3c003d36efaa200 0.00 MB 2 0
82,700 82,700 0000000000317bfb3efa27ac7956ccdda74fe91d634abdca1b6c43694bb27c3e 0.00 MB 3 0
82,699 82,699 000000000016c5070e635baab4785fcbb923c243ef32f4b6d70487a474b6ff0c 0.00 MB 7 0
82,698 82,698 00000000002f1f99595f0437e9c65b3a6efa246311ef47d9a06533d0924a0df4 0.00 MB 9 0
82,697 82,697 000000000021a5d2ac4cfa045036bf85910deab851c0325184a544ac666d1355 0.00 MB 2 0
82,696 82,696 0000000000214bde93f1908c6ddb21d3ed68d8bdc402c6a918db6cd71a2353e1 0.00 MB 2 0
82,695 82,695 0000000000107166f3ee9b62284bc7ee992629e8e5499386f2ceadda273ff06b 0.00 MB 1 0
82,694 82,694 00000000002df74a5c730d47fb94a466fddefe1e2cff3f683819fb35e4c74bba 0.00 MB 2 0
82,693 82,693 000000000025d6987eb949225ee25322c4cc75644034cd67e1eb6328d2bb2c83 0.00 MB 1 0
82,692 82,692 00000000002339a52fdcce2bea6d70d95dc57399de647a29d69263268ff897ba 0.00 MB 4 0
82,691 82,691 00000000001d279994ffecc530e372b143b526092cd4c107454c4fde2ee6e05f 0.00 MB 1 0
82,690 82,690 00000000001a74b6f1ab2f3b1ac05e84f1ce262c287b308f3bd15713589636ba 0.00 MB 1 0
82,689 82,689 00000000001571760b465a25635dd96cb16a63bc31c161365aadca07ed88dd84 0.00 MB 1 0
82,688 82,688 0000000000029da2008e3c3114734973ec6e5a332face1f2f62f8d82933e111e 0.00 MB 5 0
82,687 82,687 00000000002089ab1f30c58394d1ff8afcc6c3f9c503e83d158f8ddbf4698ad1 0.00 MB 1 0
82,686 82,686 00000000002e0e917ed38c62f8f2120808afb3da7aac99b776f010a615ac4f8e 0.00 MB 1 0
82,685 82,685 000000000022cb86afcbfc0c9ccb056622759deccca76e04c758fc5abb18e567 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,850.08 GB sent, 101.18 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.