Memory Pool Memory Pool Refreshing

1,857 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.54 vMB 1,851 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (833,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
74,613 74,613 00000000004b19575c5552bd89ae27cce3e205c6f001f9e3c507a4d25120dc83 0.00 MB 2 0
74,612 74,612 000000000026c0bf10918e000f9954dfee8c18c0cd0ae9ba95e0e708842b1b75 0.00 MB 3 0
74,611 74,611 000000000064c41b69acebc2ab4a292483a2ca83203cf945385d1fa6541619b9 0.00 MB 1 0
74,610 74,610 000000000078b3c36d67e26aac65af050dae4d9966ef601fe1033c7ea90b14f7 0.00 MB 2 0
74,609 74,609 00000000001bf56a48a427feaedc7748a4d9157d29d05beaf517f7c35be849e1 0.00 MB 1 0
74,608 74,608 0000000000483d1b13e13b49d3e4d71d1d9d4d47252909401d531e2852c9366d 0.00 MB 2 0
74,607 74,607 0000000000404704fa654f325c3d3fabf6fb4179f8d9ec09c70b141349caa06f 0.00 MB 1 0
74,606 74,606 00000000002b78f1057244cb63bb4fac8ebf1d96487f936f1b11e343ee1c2de0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

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