Memory Pool Memory Pool Refreshing

2,149 transactions
19.23 vMB
Show Random Selection Loading Transactions
Max Size: 78/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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 1,956 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (900,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,771 7,771 00000000f7e3f660f4169fc14fc53f9b848d8c091cc7a573cbfd8dec6dd04ee3 0.00 MB 1 0
7,770 7,770 00000000d0f016b5d0f7a74996da46b26b60bcb44b51f351674c5bd1db05f3e1 0.00 MB 1 0
7,769 7,769 00000000fc27aac347a23ba321aef720fd9854643cc11c69c0b9dff716f7b718 0.00 MB 1 0
7,768 7,768 00000000fb8adbbfaa3e850103654ef1efa24ff306262f4848a58542c612c114 0.00 MB 1 0
7,767 7,767 00000000c8150258cb19b6a22698c759d3ea773574836ee67fe90bb0c9e87e3b 0.00 MB 1 0
7,766 7,766 00000000b293631d7242437048e2cd5e2a731d32095bccc9dd59f3279b904dc6 0.00 MB 1 0
7,765 7,765 000000005e5eaebb1f806e1f3d72a9f8c0d79a096346e6dd5a68c0de1fe0da8d 0.00 MB 1 0
7,764 7,764 0000000080b724743eca50899691555164e2568b421397d3ebde65689c03e5fc 0.00 MB 1 0
7,763 7,763 0000000045644e30e3239267977eb894cde87977781e3d401c5baafbc3edc263 0.00 MB 1 0
7,762 7,762 0000000058197df434945471366440107c15798d71519d1133736d949ccdf3a0 0.00 MB 1 0
7,761 7,761 00000000d77149f69074b1e70233b2ed29f9d5579229ba03f6daaa290d2fd227 0.00 MB 1 0
7,760 7,760 00000000645bb1a8754dff8a6eb838ad4fe55391315c2e22f741129f84d6072c 0.00 MB 1 0
7,759 7,759 0000000098946a0ed4f9a3339236301250973d3a63680c0d9d414101fae6c037 0.00 MB 1 0
7,758 7,758 000000002bb5d3945f2cf8ca3c29e12678c4f47f182ddd835a2fb3ae4cbf1058 0.00 MB 1 0
7,757 7,757 00000000a2aa21b11a81d1b7ba915ae6475b22d81240953cd5ee0934ba5f6f60 0.00 MB 1 0
7,756 7,756 00000000033a46d125fa4cfe811bb7d7ec61c61edbcdc7fc88cc5ee040451597 0.00 MB 1 0
7,755 7,755 000000002b0a47ee69d0bf45367227932ca213acf0ecf592e71689cd784b68d2 0.00 MB 1 0
7,754 7,754 00000000bd0c94b6814de04eb71307ceace6c9ea1841bc1f0888cdcc6a3d38e6 0.00 MB 1 0
7,753 7,753 00000000ce465612482a6d69c115e7e390a896b2f4794dc43c209f236c4a48d6 0.00 MB 1 0
7,752 7,752 00000000675cc0c2fa1953ee4fb3390b6b3cea4e57d9d00fb702b0984d7b9df1 0.00 MB 1 0
7,751 7,751 000000007e7ac3c321c4ff1c7cdfe08b1faa80ba293a856d78203ad611daeb85 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.