Memory Pool Memory Pool Refreshing

1,185 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 1,184 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (825,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,193 83,193 00000000001f7153fcbf932b4506db574a811bdd86488f1ff685a1f06a828212 0.00 MB 1 0
83,192 83,192 000000000023e8a6b7452bd8dbc55211fe62aa7638bbdda4202796e6aa53e6b3 0.00 MB 14 0
83,191 83,191 00000000001dda90a5b35eb9a32ff88d4c713dd801c33b867b6fb8802067d342 0.00 MB 9 0
83,190 83,190 000000000018bdf5128ee5e84076397cc0ca3ce8a95dfcd7ceab9fd787b056ca 0.00 MB 11 0
83,189 83,189 00000000002b74c2065e9b8c03b5c428f210d7667b3131454f6e8a9fba5eb722 0.00 MB 3 0
83,188 83,188 00000000000d6c7d5741782a505c94544eac408f11a214d656c69d5da690eb27 0.00 MB 6 0
83,187 83,187 000000000021ca7534942246e17bee860f71038d7e3db6ed84f26ee1acb813da 0.00 MB 1 0
83,186 83,186 0000000000206eb57a990a3bb726ad18198e810e867653ae43d5f56c4007b4b7 0.00 MB 11 0
83,185 83,185 0000000000117411f6606cdc29b24160aa9a1618e7cc8d90c3832721e081f187 0.00 MB 10 0
83,184 83,184 00000000001b7d7902f3d4a59e8aa059632723905774b9832dc231e8e0c34064 0.00 MB 7 0
83,183 83,183 000000000018ba45b7b5efdd14097de5d5ba908ce7020687332841f4cc0c3f59 0.00 MB 9 0
83,182 83,182 00000000002babfb8ea25045acfaa4eedc64842943fc579378a7433c49c42028 0.00 MB 3 0
83,181 83,181 0000000000071627b5e27c16ba5f3005749ccde85fafd6f9f04cde4208c7c9d9 0.00 MB 5 0
83,180 83,180 00000000000669babf9e3ff0437741a0d25f67d5d396b4ffeca94f383a26785b 0.00 MB 19 173
83,179 83,179 00000000002563c7e5e6652e8b64f3ac879d23e726303df12782c6fa6d71c35b 0.00 MB 2 0
83,178 83,178 00000000001c6a6b3b610843fab2822ab701d3d06d1bb2a41596d930bb735a9e 0.00 MB 9 0
83,177 83,177 000000000004a9255bf3acbc55044c9af7404d98986f6eb08df9050423d7454d 0.00 MB 8 0
83,176 83,176 000000000025e17fde76c0f11d56543f42f7f56dc3bd4077331c0c120e08a8c8 0.00 MB 3 0
83,175 83,175 0000000000236e4cd7fd55d9ee98bd61f0b52384cc475f1ad8c7bd539b4e9b67 0.00 MB 6 0
83,174 83,174 000000000024a53ea202d0e4c7b44f48e480c01a63d0365221ce3034701b57b0 0.00 MB 1 0
83,173 83,173 0000000000035a70e0af74c55427a2a39bd59f3e4b2aaab01de08ddae7fdd98e 0.00 MB 14 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.59 GB sent, 100.53 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.