Memory Pool Memory Pool Refreshing

2,770 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,871 (703,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,033 204,033 00000000000000d7c71f4f72e13422885bdfa387b05bc366edbf2c0d205906d8 0.05 MB 111 112
204,032 204,032 00000000000000c9a5c34ce49931d0183d6a0cbc14401e9b14f4df8df03f71a7 0.00 MB 8 190
204,031 204,031 000000000000039bf3836e5081296b2ad600acd4bd9b87ce723cd04a631337bf 0.09 MB 220 163
204,030 204,030 0000000000000089df8c889303335b6abd3ebe4b61ce6efb997ff03e639d8c59 0.18 MB 256 40
204,029 204,029 00000000000003cfad25963f05b3a549dd6920429defd5982d9246abba8e1740 0.19 MB 429 169
204,028 204,028 000000000000052fc8bc1423dc1b0da44d01062e528a224d576173b2f01f6abc 0.05 MB 105 105
204,027 204,027 00000000000004715bd344409f7018d96e4b44f4a7c162ad160cf5e970481093 0.01 MB 25 111
204,026 204,026 000000000000016cbc5994e44349ce8e8b8525c2d5d03677513f592c6c10da46 0.01 MB 29 134
204,025 204,025 0000000000000035e6707feaec91fcdd5bc9b7d67ea67de324c627c3a31eeebd 0.11 MB 322 152
204,024 204,024 00000000000004003283c2997d6d3ac60c08ecf1dc1bc8927ab9070f5002bd60 0.10 MB 233 162
204,023 204,023 00000000000003cf4b28145cb4a0414e8e34aa19b5bf07da30bed7f902126d89 0.39 MB 516 74
204,022 204,022 0000000000000000414d816320223a4b05e84052d8c0a7d83b39f8ebee4483a4 0.03 MB 49 76
204,021 204,021 000000000000001d5889b447504b90b651cb4a34ca4b59bd8de881ecf8e01a44 0.06 MB 62 53
204,020 204,020 0000000000000503015131143eca8932e9dbde37d9a5560085b360e3a02cbd13 0.17 MB 431 150
204,019 204,019 0000000000000214f8dc0b56709dab097a73b4465b129e508ccc776f2998e31f 0.05 MB 135 64
204,018 204,018 00000000000000fba938b1ae0d9c486b875e68cea8ac8b75f6ee4834c6764bf7 0.18 MB 401 149
204,017 204,017 000000000000000bc0e042d9faaeead961bab57f91c71eee129a78f40b534e8d 0.01 MB 22 122
204,016 204,016 0000000000000092fa9f487a49e09252131a05f8f0890c825c36d966f03248f5 0.02 MB 42 125
204,015 204,015 00000000000000d258880b2ca9c060d49329834156f7b00e5f1c0d2ad02b1262 0.01 MB 22 21
204,014 204,014 00000000000001ce159f050989a2cba3167726ea5cb45908ff9165ad764f594a 0.10 MB 208 184
204,013 204,013 000000000000053faba80859a6b1a9dca7032d364e06d8da3aee35ea6f2976dc 0.06 MB 107 110
Previous 10 blocks ↓
Total Size: 769.30 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.68 GB sent, 94.44 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.