Memory Pool Memory Pool Refreshing

563 transactions
0.44 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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (821,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,227 87,227 00000000000781f470e998ae5ecbeb2599d9a96eab6b9beacde8430ffed4ebd4 0.00 MB 3 0
87,226 87,226 00000000000b3112b519ff4d7f87e9aadfd7c10343e140ba1bb8ced1a1816a38 0.00 MB 2 0
87,225 87,225 000000000005251e499336d02cd7f35db3bbaf3c26efaae8a8ae1962486dc222 0.00 MB 6 0
87,224 87,224 00000000000c50bbfc84674ddb31ed5af3181b45458b9b6cd62de3ada64e1185 0.00 MB 1 0
87,223 87,223 00000000000ffa49b6e91fc87648c364dbd88c5aee5242734a8669cf5f840dba 0.00 MB 3 0
87,222 87,222 00000000001222b6b815167110b10b1e7e8b3c0f33a15a9c39d33c44e6a241f1 0.00 MB 5 0
87,221 87,221 0000000000188bed2a5e7f3a9e4185ec6d3b4a4c9d72b6f3ad2111079c4fbfd6 0.00 MB 2 0
87,220 87,220 00000000001d6dfcb509b74c462b3bd3afcfbb397077c2380daa7b990cec7338 0.00 MB 2 0
87,219 87,219 00000000000052284d6fc5e21b950084345c10756daba86a0a471793ec91916a 0.00 MB 11 0
87,218 87,218 0000000000049cc79c7a8ab9757b9b1ca74dbb979e2655ae06c7486ab14a959a 0.00 MB 4 0
87,217 87,217 000000000000886f812d6eb77536841182c8203e922b1aedfeeefc146c73fb58 0.00 MB 8 0
87,216 87,216 000000000013506c91aac5e528b5b7a0a7dff161672a4050ba0d5b27365d1f32 0.00 MB 2 0
87,215 87,215 00000000000a019d13c52b7ba8830c92fbfba95ffba1e0f416253065d99990ad 0.00 MB 3 0
87,214 87,214 000000000004c622c53bd215ae1f82e994ef79d6cb797afe3677ad527a2ce73b 0.00 MB 1 0
87,213 87,213 000000000019b729de4a01849f42dfe0bdfcae9f8c9df9f088ce309eb54d9998 0.00 MB 3 0
87,212 87,212 00000000001cc459c0407be2faca9469501e35657e5c1643ac7045d595c60197 0.00 MB 1 0
87,211 87,211 00000000001d2e20e1c12eda6ed206f31956a23c0378b5cf045d50c5cca8b699 0.00 MB 1 0
87,210 87,210 00000000000e25bbbd60307f61c0cab3500ac21e21208ebeb7ec965c70aa03ac 0.00 MB 4 0
87,209 87,209 000000000008c030609db4b3a62f39f3391f093b5950adb2e803406588adc16a 0.00 MB 2 0
87,208 87,208 000000000001214efe8e5dc64f8c91623e782cb2c537ef7605d3a4fd9dff3f67 0.00 MB 3 0
87,207 87,207 00000000001c9c63704fe9f53695682d1c0e042af385169e106e9faa72bdf580 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.