Memory Pool Memory Pool Refreshing

1,187 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,972 906,972 0000000000000000000017e8ad6f645484b90401c3eb6b1e484a21080c7d8689 2.02 MB 4,611 0
906,971 906,971 00000000000000000002003ebd5a84149cb3357b280c9cf8a54dfc4ff0339d1f 1.32 MB 2,966 3
906,970 906,970 00000000000000000000742a656f5e4bba950be1036de456827d01a0ae116d58 0.70 MB 1,915 2
906,969 906,969 00000000000000000000e1f6db6bf3868ebc9b53cf8969402e678a592434147d 1.53 MB 2,432 2
906,968 906,968 0000000000000000000069beccb45137037431cc971ee9551640881f0a6e7d73 1.61 MB 3,717 5
906,967 906,967 00000000000000000000ee917449fb17228e9fc471354fe1918ba6a91a0703aa 1.85 MB 2,517 1
906,966 906,966 00000000000000000000ea22c836b91eac7b954f88372906f7b116ae2af75605 1.72 MB 2,334 2
906,965 906,965 000000000000000000007edc9e47f30638383b9453b9a673ca9e222c1c1ab8de 1.53 MB 3,219 4
906,964 906,964 00000000000000000000b7f972ab7df694550f63940765f9d72061321c5fb0fa 1.62 MB 2,774 3
906,963 906,963 00000000000000000001a5fd7d199516bbd68d5e6f658ed586ae45c192bf009d 2.23 MB 551 2
906,962 906,962 00000000000000000001156f4d592ebfc6b56d6ec3189aa2d6e7e722aa193086 1.96 MB 962 2
906,961 906,961 00000000000000000001f983ad9d7dbd87bb67df406ec34d4d769d5209878012 1.65 MB 3,177 4
906,960 906,960 00000000000000000001b0007e307f17618c226a5a8b234aab4c66556832cc9c 1.64 MB 2,693 3
906,959 906,959 00000000000000000000f0d5051dc0c2869608af8aa28e420840ce0512a15751 2.25 MB 573 2
906,958 906,958 0000000000000000000204c81ee809ed9ef2b8485dabe997202bb56e210a355b 2.18 MB 354 2
906,957 906,957 000000000000000000007e68e09525ca07cccebaa7c7604ffe788059b804ed4e 1.67 MB 2,409 3
906,956 906,956 00000000000000000000957c6acf4f4eb9c350afd7e7b83e852b523556e73e04 1.64 MB 2,492 2
906,955 906,955 00000000000000000001f44c47d45c701e458c8f9ade12708a7ae5cd2c893058 1.71 MB 3,725 4
906,954 906,954 00000000000000000001cff018755c8e8f0504efe62af27b144a5824cdc2d2a5 1.76 MB 2,889 4
906,953 906,953 0000000000000000000001ab1fb81029140664b6b222ce7c0f3128e9b1efe85d 1.55 MB 3,784 6
906,952 906,952 000000000000000000017320b864d2506edaae8b577b1df03a3669c4b0d835b4 1.45 MB 3,310 6
Previous 10 blocks ↓
Total Size: 769.10 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,628.76 GB sent, 93.39 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.