Memory Pool Memory Pool Refreshing

344 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,990 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 339 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (906,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,094 1,094 00000000d0e370b801cebb37d6a98a9b99fbd8d10538756162f227337f85ca85 0.00 MB 1 0
1,093 1,093 00000000e64e510a837bf02cfdae8cb189a400fee5e6d25397639fd7099cf4e8 0.00 MB 1 0
1,092 1,092 000000002409bdb34102b0aea3532f46b1d645cf71d8ee94aa00e01ac683ccd5 0.00 MB 1 0
1,091 1,091 0000000003fd63629ad16cb7d8f013d280ee732fe4c01b90adae895aa1758202 0.00 MB 1 0
1,090 1,090 00000000d2d3144f44de46844c58f4cca884aa579001b62de4168cb458a5ed35 0.00 MB 1 0
1,089 1,089 0000000018aab814ca07531c38fca05955c6338611dde29fe610471d441499a3 0.00 MB 1 0
1,088 1,088 00000000707220ec2ff26b85c4df6f5bbcddd176616e45db52b5c46411037830 0.00 MB 1 0
1,087 1,087 0000000098d20ec1ed1fce48c5e055835c0fd2d259dac022254ae8d43e0ac5b5 0.00 MB 1 0
1,086 1,086 00000000db56d479773fce0c561ad839f0ee4b97a6646a2597a4aa4d2d9c4190 0.00 MB 1 0
1,085 1,085 000000005aad239f1a26ff4c7557d7412b6037b81e81f55de75b1d3347a73be4 0.00 MB 1 0
1,084 1,084 00000000279454a36be308b8643fa0a0f9c7785b402efcf7ac42d165d402cc94 0.00 MB 1 0
1,083 1,083 0000000080531d52d3c5d4b517a81ae1a10b958b93c0c17f10754da0c638e362 0.00 MB 1 0
1,082 1,082 00000000b9f66944817ba67b775004d0db2b3590d2babdd53336e71dbc390f58 0.00 MB 1 0
1,081 1,081 00000000a748cbe2ec8fca05e61699e970173ab54dd13737a69a514fce64c3ee 0.00 MB 1 0
1,080 1,080 000000006327405c513ba8016d62aa8963ba59f81272b2cd4d16b1a5f9b16ee7 0.00 MB 1 0
1,079 1,079 0000000008d501c0bdaa3e966c59110a18546369e7ddd2bb81a7193b98769aa8 0.00 MB 1 0
1,078 1,078 00000000121ff2e837d00ccb1386835bc0855e20947d8f6af17201e2bfa8e1c9 0.00 MB 1 0
1,077 1,077 000000000c11ba5cfa026e90b9fffcaf873c9182e533d40191f6f3073a95faf8 0.00 MB 1 0
1,076 1,076 00000000adf54d02a4f99f8dda409b1165e927c09dfc6242f36d2055c6b6c817 0.00 MB 1 0
1,075 1,075 0000000057463cd166551836e83b001d8046cf2863631a45896d0440d9bb0b74 0.00 MB 1 0
1,074 1,074 0000000022a6e7d05ed7bbbfb7cf21c9a8fbb4d9e8deea84ae4147662b3a5815 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.53 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,647.95 GB sent, 95.56 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.