Memory Pool Memory Pool Refreshing

7,050 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,648 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (833,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,634 74,634 0000000000415ab8c82d61e21c94805116e228096b4a05bf0d0c65a10fed3721 0.00 MB 1 0
74,633 74,633 000000000025860cb615b94e189556eefd4960ce7c688f06def4fa1e5ebf0082 0.00 MB 3 0
74,632 74,632 0000000000285d0953f801252d4cf801881839981934519074be98363eb44516 0.00 MB 2 0
74,631 74,631 000000000077b6ace4fdaa5eb9913195c56f3aaece22edbca4ef6b02ca4f44d8 0.00 MB 4 0
74,630 74,630 00000000007ec538bab9eab15317090302ba2c118fba110e494955e2eae5f2eb 0.00 MB 1 0
74,629 74,629 000000000017e6b4aacf7475e3792fd9572461ceebde8433a02d05a768355033 0.00 MB 1 0
74,628 74,628 000000000032b1ae64eca5350dbd1a38390077abc179280b7a2f9a5eceae82c0 0.00 MB 2 0
74,627 74,627 0000000000542af74c0dff056f698a0635d1666ca16c6eccb20f56c5796b4483 0.00 MB 1 0
74,626 74,626 00000000004c62aa64d7b396e0c8b90686739b7636e5c15ee0fe9c681ea3a753 0.00 MB 1 0
74,625 74,625 00000000005f808f81a1e644891beb762bcf50325099837e477964f65fbba932 0.00 MB 1 0
74,624 74,624 00000000005cbc35b69d947b7921ac430ae28c7f8e08fa1e585939a03339081e 0.00 MB 3 0
74,623 74,623 0000000000655f066bc3eddce270592c6bd47a92cf582b5aa4dff9ea1d3edfee 0.00 MB 2 0
74,622 74,622 00000000005f96525e046829344fbae2631d73b2e68dd4f292ebe942124a36bb 0.00 MB 1 0
74,621 74,621 000000000067ed71775a62d6a9a4cf8f70467b0fa89403458f7cee466e994689 0.00 MB 2 0
74,620 74,620 000000000071b5a3340bda7d4af99f03aa5469bbe195022e79801f1f376760ea 0.01 MB 4 0
74,619 74,619 00000000006c4ed65122c389b5afd2c7d265a49bdd875791cb3e97c94cfb1ce7 0.00 MB 1 0
74,618 74,618 00000000006f2f908e67feadddf1ecd458a9e2d12e9bbf0472adfb6c70eef7f4 0.00 MB 1 0
74,617 74,617 00000000007a0a513e4e06b73c3f693a136c3d16bc6b5796b0d0a96e25d8aede 0.00 MB 3 0
74,616 74,616 00000000001b53581fc88e68f873b3b600c667110677cc83589bcb9af201ba98 0.00 MB 3 0
74,615 74,615 00000000002feefe9b69896a50c3790f1a2ab9496c736168c291b0089e0e90a9 0.00 MB 1 0
74,614 74,614 00000000003eb04e87df6d3ded41222e756ddc9aed5242baa33b460083b48aba 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.78 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.91 GB sent, 100.90 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.