Memory Pool Memory Pool Refreshing

8,900 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (731,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,946 175,946 0000000000000a6e095bb8828afdd49d5207c771d7d6495fdc9b8a8d1e222adf 0.04 MB 73 57
175,945 175,945 0000000000000783a475aee49e20a382e11d54d849658274420851bc3ed1c31b 0.00 MB 9 286
175,944 175,944 0000000000000215dfca4c943300d713f82c9a4d699f153a94a6710ad1699f4d 0.03 MB 74 170
175,943 175,943 00000000000009dd60629d656e1fb22aa55c1b1ea3f6edae700daa148bc823e2 0.01 MB 28 84
175,942 175,942 0000000000000121b2247c9c9798a1a46012c48b48057ea8f1c89c68dd9b8bfc 0.03 MB 85 59
175,941 175,941 0000000000000188806870f63b5a73d5fbbf5f4c049b9718bae795287bca9901 0.01 MB 17 37
175,940 175,940 0000000000000a4f63bbdf9f22157018482d0adde21f35c06d34b20901f6e889 0.03 MB 93 50
175,939 175,939 000000000000000965d4e821760afc62550312ea5bbfed8a5e96ce14f757877a 0.05 MB 120 77
175,938 175,938 0000000000000495b89103e93ce4992dc82a100773a7b28130fff56609f5152c 0.03 MB 31 30
175,937 175,937 000000000000047ebdf1d5f31f9a6acc91c1cdf6eae1feb2b28be53632bccb2a 0.06 MB 85 681
175,936 175,936 00000000000000394419e86cb5d0c2e3ce88ac9b8f4a64e333d0795dd3122772 0.03 MB 69 28
175,935 175,935 000000000000053de546f6ee43e0b777bb90d1654c4aa65cc6ff17ee55cc856d 0.04 MB 40 77
175,934 175,934 00000000000004fe0cb4e995751530fd94044ea1e6a99b7d6283b29f1d5c70b9 0.06 MB 82 78
175,933 175,933 0000000000000668aa22b6c2364248210251147e172c8fa2383780b739a33c88 0.05 MB 133 44
175,932 175,932 0000000000000076e172601d531fd8f325035f46771480622712616e2eaed507 0.00 MB 6 1,355
175,931 175,931 0000000000000a0b17769d0f04028f8ab121754074ef9ca3607c47ddb21280ee 0.09 MB 170 179
175,930 175,930 000000000000022ac580a0a83dd3fad88f692c798dbf9b3db614d12c948714f4 0.00 MB 17 808
175,929 175,929 0000000000000956e81ba799635ae929429875b68ff0231c696ae7009d8cb26e 0.05 MB 138 127
175,928 175,928 0000000000000119c27942ed81b3ee607de97b75f727d9b84722231321865968 0.04 MB 68 69
175,927 175,927 00000000000009dde0866769928c14bb1015fa08cca5b67b82111224753bcdf4 0.04 MB 80 130
175,926 175,926 0000000000000a139dc9236373b31b60935a5bbcd6c8d9b2bda1c7a25ae2cdcc 0.05 MB 156 71
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.