Memory Pool Memory Pool Refreshing

3,115 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 3,115 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (744,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,056 163,056 0000000000000949c00b18a623dd5b5476ec3ec39960cc9a45858293e144ffec 0.05 MB 144 12
163,055 163,055 000000000000053e15e8a3217213f1e5a56e211d38406fe286ae4369511f866d 0.02 MB 39 53
163,054 163,054 00000000000002346b6450d4a9296ea609513f48f11cb253b17e0a3321e76836 0.04 MB 88 172
163,053 163,053 00000000000006f3961a0822434b3d378eb3451b48505254959ba0f90e52064e 0.03 MB 62 136
163,052 163,052 000000000000092feda40f8b8470843494a54aa6e05e073b90e2bbffc932c232 0.02 MB 18 65
163,051 163,051 0000000000000464a257426fc5699f3c88a4cf9582d65136f4c289bd915673a3 0.02 MB 53 944
163,050 163,050 00000000000004095b70a5dfbd13c453b321fdff196bd15c7c9fa13ee3e0a46b 0.05 MB 110 37
163,049 163,049 000000000000098f695ccdea63de6d4fa56a32faf8f81e708c8417856894834d 0.01 MB 10 166
163,048 163,048 0000000000000b9720b08981f896565fb8f208eb6b91b6b6793c98023b7f771c 0.06 MB 125 181
163,047 163,047 0000000000000107a187ec4aa47d1bce6ae0de8700d44602ecef7706a695936f 0.02 MB 68 103
163,046 163,046 0000000000000006c236c9017b21c9d1e3f811edb77235add006537c539ffaae 0.00 MB 8 3,941
163,045 163,045 00000000000009a0f97c5d714bcde5ddc72cd8ed2a54c46f526e9c9a92cd10fc 0.02 MB 43 2
163,044 163,044 0000000000000352ac9898afb4f6d1b34b43de809a3621e9af3bb7240024d20b 0.11 MB 115 145
163,043 163,043 00000000000008e566f7b8ae95377c2d5c4a5667e74e7a4c2cd185f67c131a64 0.04 MB 65 48
163,042 163,042 00000000000006be048170ee25fc2e2e5040343d462002f38e30a5e6db81ea91 0.01 MB 38 7
163,041 163,041 0000000000000574bf66f334f89ca028a354265208fba88509c6b471aa693684 0.00 MB 12 771
163,040 163,040 00000000000002d9dc799201f6b4e7dea8daac14972f95ab5db38fb7b74dafde 0.01 MB 11 106
163,039 163,039 00000000000006111c307eb6a515432bfdf1854eadaa5e8399e418a87112fb2c 0.00 MB 8 14
163,038 163,038 000000000000075d670511808881799a25247f16ae597f9a994573b3b88d68a2 0.05 MB 85 56
163,037 163,037 00000000000001bfc1e7767853144d454e3f47c43a5bab32b1b2a93094769a89 0.00 MB 10 364
163,036 163,036 00000000000009e315da91f9c3bda55ea525c61170dcba8e5e2498c89fdd75bb 0.04 MB 93 355
Previous 10 blocks ↓
Total Size: 769.08 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.23 GB sent, 93.30 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.