Memory Pool Memory Pool Refreshing

5,574 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,293 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,805 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (848,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,933 59,933 000000000d68cfea8884d9ec80efa4589b274858bc9d6924377049caff09690d 0.00 MB 2 0
59,932 59,932 000000000d7bd1050d0eba943772611f1d611374849a14a81f32d5021c51d357 0.00 MB 3 0
59,931 59,931 000000000b028bc4bb52099bdbdf01de6526aa0d334fd0f0f16150a89b44adf2 0.00 MB 1 0
59,930 59,930 00000000001a4c71458376b916cb3e23c6629ca383e2322bbd5b24793d3be2a8 0.00 MB 1 0
59,929 59,929 0000000003316a5cd8c18cb9c2ade3f862b4409e155857eda3dbbb5a96d4c744 0.00 MB 3 0
59,928 59,928 000000000814e5b29960e8f460da0d714d1b2c4a843aa9affb5cadec02a9f966 0.00 MB 2 0
59,927 59,927 000000000e802c897ed252f53c8b3066a2b48ab47ab1d99d1f37ca8bc4e6f6c1 0.00 MB 1 0
59,926 59,926 0000000006f0cf33e2aa5e51606d0cde88562f445c842ca1470fcb0350813b37 0.00 MB 2 0
59,925 59,925 000000000c759e4ae79cfd90ab3c451078bf832b09130de2d338f8be16d13a96 0.00 MB 2 0
59,924 59,924 000000000dca06a30795287e31b26e56ce3a30c8304dd86996dbca2ad29079a5 0.00 MB 3 0
59,923 59,923 0000000006785b7aa98e081eb7eeea54cd7ed7906ba49763630877e2a006c447 0.00 MB 4 0
59,922 59,922 000000000f41d38d2797d69c051df76e406c4c64e9b7a338a7b6792cfcafc100 0.00 MB 2 0
59,921 59,921 000000000e4f5ac3eb15eb94a6d58a9f4a16be29e166e9f50b1e4bdd83b2b4c2 0.00 MB 2 0
59,920 59,920 000000000d2878f465e871514139217e8d82479ab6dedfacc524747e825dc061 0.00 MB 1 0
59,919 59,919 000000000f5ff466d7880e9ee2bc6a5195fdbe73766752df07eb33f70f53c566 0.00 MB 1 0
59,918 59,918 00000000011b7ca875f030f5b31e5f0be56804373c2286402a4234ffe8098923 0.00 MB 1 0
59,917 59,917 0000000005630ca8a52d7df47c3559343f87242507f944e8b174a524cf661559 0.00 MB 1 0
59,916 59,916 0000000008e9dceb2f97a70a4d4a2f54f71fab5b693c6bd38a2aef456ac0a6fc 0.00 MB 5 0
59,915 59,915 0000000006e9db78fb0bf6852c591d80074c6c4910425c20c0df132c3666ce68 0.00 MB 3 0
59,914 59,914 00000000027ee0cfa433d5596ffa38337a878dcc6a4936613211e2582f27b9d3 0.00 MB 1 0
59,913 59,913 0000000004be49065f84d891c0bacebafab72425d58c51b1e89d8b832f7b8297 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.45 GB sent, 98.34 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.