Memory Pool Memory Pool Refreshing

9,210 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,818 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (716,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,886 190,886 00000000000007f926cad56503c9a65f0a2b7cbcee72907f700ebb418d0ef0b7 0.01 MB 32 0
190,885 190,885 00000000000004900df551269a8aeabc7bd9906d962d829328223e3e23eead13 0.00 MB 11 14
190,884 190,884 00000000000003d17ef8d590720b184366ce05809259f4b595dc0d4f29c1a0e7 0.05 MB 143 109
190,883 190,883 000000000000060a78403a02025e2a74713232a0dec50ac0b9fd20d850ab66af 0.07 MB 234 143
190,882 190,882 00000000000000e93e458232fec8bf2ddadd7382d9fe486065f02621e5eb9fa7 0.25 MB 484 117
190,881 190,881 000000000000023efcc5c89727c2b7a9d4590b968fa940a19e4b8b537e5ce3e7 0.01 MB 32 5
190,880 190,880 0000000000000239fba99d6eb19c13600f86c6d6835c261c41d70ff9e65abfd2 0.00 MB 9 14
190,879 190,879 000000000000063c1a72ec45b2ff65ae862747195af7e51b3119a6ff09eff17e 0.25 MB 503 121
190,878 190,878 0000000000000304d2b3b87c01eaf75bf03d226f2200128ddc1c3200b4f77c68 0.01 MB 11 89
190,877 190,877 000000000000086d959962827ffe1f21dac4fd691d8c9f7ba992a9cd931695e2 0.03 MB 116 57
190,876 190,876 000000000000071084d0f3dc6716e4a5ec13ed07410abe22d717253fe3546f1f 0.00 MB 12 49
190,875 190,875 00000000000006d8fb314322bbe2e2d25ef2885b66c47cb00434db9aa070199d 0.15 MB 305 101
190,874 190,874 00000000000006e7a7046558bab064be8b5a210ab934aefc9792b81e93d26961 0.03 MB 103 44
190,873 190,873 0000000000000428b768c93b2965dab539dbf3002a8a29bb3fa04ddc7ec34168 0.02 MB 27 64
190,872 190,872 0000000000000171aeb04575102d507f22c3d7a20df1791c6fc9e1ee7afe7bed 0.23 MB 581 134
190,871 190,871 00000000000007e8d7bc0d3cbc4794ac1928c9ba4135b034f09925f12c9068b1 0.00 MB 1 0
190,870 190,870 00000000000005c988ded8737f29385de054cd7912dc75d8fbf25406a2d57d75 0.00 MB 9 15
190,869 190,869 00000000000000d232c7ca882e3f87eeba00923a2529ddc954bbcd3864dcbbb4 0.01 MB 20 98
190,868 190,868 00000000000003386549eb14510218063524c94ea5b4414176c72fc3e1bc90df 0.05 MB 81 86
190,867 190,867 00000000000001ba30d7f0fc51d53e6b4d7486099bf8233bdcc4032761410ab7 0.06 MB 130 113
190,866 190,866 0000000000000033966584f20455ff9f8279e96d57de3f6f396cabe0497d3557 0.07 MB 175 116
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.