Memory Pool Memory Pool Refreshing

3,120 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
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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 3,015 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (669,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,270 238,270 000000000000007b68dbec2cde1715a2dbad8930957e61e873067e1d65464c75 0.06 MB 124 178
238,269 238,269 000000000000009e07f040a723db5303e0cf8cb160bfdaffc7c65c6c76f69302 0.13 MB 214 122
238,268 238,268 000000000000008172644d11df59aecc594e62f862b287f85559cdaf10eea1e6 0.25 MB 615 261
238,267 238,267 00000000000000dca7b290d4089948db0d71b39e5be0cd72a4e8325354c6aadc 0.05 MB 129 213
238,266 238,266 000000000000004c2c54bc73b439a9aebae7d3aa650f7826431910bfdf8ac8f4 0.17 MB 397 163
238,265 238,265 000000000000014b6dc7c098af3aa1565881f09c55eb70cdcf0f94f453ab7670 0.13 MB 333 192
238,264 238,264 000000000000012f5e70b5e576303f3544d8d1e0a0e0d037236ac3323f3d90aa 0.08 MB 128 106
238,263 238,263 000000000000004b756828bc0b17d541e65bf81dc4e75c3bf7a1be2a7ff0d900 0.14 MB 128 836
238,262 238,262 00000000000000177b97531ebc982d810b630ca578cc52d667298df4adfb43d2 0.21 MB 459 153
238,261 238,261 00000000000000062432169a96fbb05fef963bb1b60f2f91450cc8c1a84253db 0.23 MB 325 125
238,260 238,260 000000000000006c111ec67ab28706b24d2425a8816ba636a050fbd883b575b9 0.12 MB 276 195
238,259 238,259 000000000000006c17a65bb76f87205e31b032db8de8692fed01fd313854ffe5 0.19 MB 316 125
238,258 238,258 00000000000000f2f461f20a56ec5d4707d55b49088f83f35f02b618053129e7 0.10 MB 332 30
238,257 238,257 00000000000001015aafe73cd05a8bb8fb186ad28493463d85ab7d686412ca1e 0.08 MB 256 232
238,256 238,256 0000000000000049815060f5e9cd59162af76259ea3e50f58d695a36cb8b4d42 0.25 MB 470 165
238,255 238,255 00000000000000c8ab4fb7d0fb65c51e1b100f2e75d37422efa07b528c3836c4 0.25 MB 499 320
238,254 238,254 0000000000000080c38fc825d7c2bfeeb793b23ce2eb630f728ab59090a3e029 0.25 MB 702 205
238,253 238,253 00000000000000d43a814ac041ce5fea5675def4d9a79c20b83c9ddaf70ffeea 0.23 MB 400 156
238,252 238,252 000000000000010e8f7ce108d7eaa7ffd85fc5b2b1c1e6b734074715736246b9 0.05 MB 39 13
238,251 238,251 00000000000000f86c8f882ee8ff64bed92036cc1c1b7beb7fbe76b3614faada 0.25 MB 517 166
238,250 238,250 00000000000000f7c0adc8e8669c6d55375de77f9b8823e9205a74c25bff0538 0.13 MB 308 170
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.93 GB sent, 92.85 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.