Memory Pool Memory Pool Refreshing

5,847 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,807 (540,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,194 367,194 000000000000000013830bf0ae10db0281ea308aef02b777e51aeef4f16ccf47 1.00 MB 866 59
367,193 367,193 00000000000000000951b79f88bd0685c4acaf2fa0c8d2cbc05b36a1d4a7cf85 0.81 MB 577 21
367,192 367,192 00000000000000001449e88a44bc9e74230243e6333a4f51c3eaa6ccf52f2cd1 1.00 MB 1,556 30
367,191 367,191 00000000000000000c73e0ad86d623971a0acae344b7ce02c3eef272bea46e0f 0.56 MB 950 27
367,190 367,190 00000000000000000d73dea83b55e4f12fbfe621ddde4757d4b9172ae18f6b6f 0.82 MB 663 20
367,189 367,189 0000000000000000073da206e01b74f27aebbd0f10c790c18bfac033fc9ef36d 0.68 MB 1,250 44
367,188 367,188 0000000000000000147f85d96bd73d5461fa390467f124048d5c0acaa17a0b56 0.62 MB 1,188 36
367,187 367,187 000000000000000006c527a67fd97933fbc39adf08cb872a78479a51bd6ade65 0.03 MB 69 32
367,186 367,186 00000000000000000f293500c29f28415be8c6152124065b2975817af72b398b 0.50 MB 967 38
367,185 367,185 00000000000000000dbb20fe9bf7503f606aabfe0eca5802e55dbb6393e3af79 0.37 MB 649 37
367,184 367,184 0000000000000000050989a4e863c692a517d7a0c80491b96f7a18804b0236ea 0.42 MB 795 34
367,183 367,183 0000000000000000147472638c9276e77f9a4603fe0857a8c9c33e54accfae11 0.18 MB 361 37
367,182 367,182 0000000000000000040d066b1422a383db12c2dc8c5827442b93fda17dc06138 0.26 MB 386 29
367,181 367,181 00000000000000000604409fc37aadb0d88de607c9652e1a28bfe5102f68a4c7 0.70 MB 1,326 34
367,180 367,180 000000000000000008b9cff56bf862e2300755b7ede09b938a1d5dfdfb3b8838 0.42 MB 391 12
367,179 367,179 00000000000000000cc0da45c75fa3e8dec903380ed3d548c66a5e906c24deb0 0.75 MB 1,727 45
367,178 367,178 000000000000000010d06ea0f10d52b1fe7423108c64aa83dee327f58dffe984 0.08 MB 86 18
367,177 367,177 0000000000000000024b9236530fbc037ed4968b62de94a5511efbb1697eef24 0.11 MB 224 25
367,176 367,176 0000000000000000087cc54324cac2bc981158b14af4b24f327e028421f4db90 0.71 MB 1,300 45
367,175 367,175 0000000000000000041366ec9ad35d0b2e91ad196cda81e880cf0caa1e0cf171 0.58 MB 848 34
367,174 367,174 000000000000000014e0038d4c6614025cf655cc976fcd11ee4c4f7861136b9f 0.70 MB 1,154 29
Previous 10 blocks ↓
Total Size: 769.18 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,633.51 GB sent, 93.84 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.