Memory Pool Memory Pool Refreshing

8,312 transactions
4.26 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,141 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (588,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,940 318,940 000000000000000016e5ed77ce8d201c16de650da2552c61b1d622f33374bb16 0.47 MB 876 31
318,939 318,939 000000000000000000e217ff0aa08743ed9280c6286aa739a353dcce6b70fc36 0.14 MB 273 30
318,938 318,938 000000000000000012de0fc5441618f1b7390846e49ea8055698969db3aa2556 0.28 MB 302 19
318,937 318,937 000000000000000003c22d09cd238789cd6263438d08387a9bbac0fc88b064f8 0.50 MB 1,042 34
318,936 318,936 0000000000000000207518de4f0304c5d2507d2c3c7e52a6eddaca16c5099306 0.11 MB 199 29
318,935 318,935 0000000000000000145eaa17f456fde0d979e5d2cdec09c3056b1f6c9f8e609f 0.08 MB 111 10
318,934 318,934 000000000000000021953c1c056cd5c59f1009e3c7857ba568525c50d6830182 0.15 MB 127 17
318,933 318,933 00000000000000001532ddcca136d375321aa939b7ed866f826a6d85b617fafa 0.35 MB 847 32
318,932 318,932 0000000000000000052ed2bb3ee3788ceba553dd4cc4e78d2ae2e75c40167baa 0.36 MB 715 31
318,931 318,931 00000000000000001982813ee5012dc495142cb2c6219ee9dde0ada5878e3995 0.01 MB 33 23
318,930 318,930 00000000000000000c4fd5f1df4381b8b51d351f6c00133bb121f59e5d5bc77f 0.85 MB 1,588 28
318,929 318,929 00000000000000002470e934a21fd1c82d6cb39118e8d18e0898154a77e8cb32 0.31 MB 261 20
318,928 318,928 0000000000000000243ebed66ca5749cfdc6d694df06707b23e156847bfc4da0 0.04 MB 69 16
318,927 318,927 0000000000000000212fc31af3ae586f3570c7cd92bba432a2e6da313a81225f 0.01 MB 32 20
318,926 318,926 00000000000000000cbefd74f6fd2536f12728086223e647be0e45a2381ee5f8 0.20 MB 421 30
318,925 318,925 000000000000000018ea8f7efd7569de8f9ec222024b2a320a003ffaaae5d829 0.01 MB 24 24
318,924 318,924 0000000000000000224040fa41ceec49a4def73fc8d220c53d070645e06b398a 0.08 MB 179 27
318,923 318,923 00000000000000001e94126bff2cb39af8c56215248d74337ef48d75f685dc27 0.13 MB 256 29
318,922 318,922 00000000000000001ca1434d6500a67c11be158a7dd9f6d03055878bdb2dfe3a 0.06 MB 63 9
318,921 318,921 00000000000000001fb99ad018d2c1c89062799067b1c802fdba2b84820733ab 0.02 MB 49 24
318,920 318,920 00000000000000001ba3da32b76f7ed11b6659eaddd76ce1cb7c1fb323a0fb25 0.13 MB 190 26
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.