Memory Pool Memory Pool Refreshing

9,149 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (669,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,281 238,281 00000000000000bd91ce6ad5333c5d619d482cd7db030be52fbc80a014962590 0.12 MB 244 154
238,280 238,280 0000000000000160a79af5cbbe4063af8509426224057ac997e35bf2e296b50e 0.03 MB 55 92
238,279 238,279 000000000000006c301dc162f460e2f58a362c886fb56679ab9053cb38d78ae2 0.25 MB 459 136
238,278 238,278 00000000000000436d79a00d3e00661fbbf0a0979a2fc2334acca77c173f6a69 0.25 MB 590 193
238,277 238,277 000000000000010f92154fd56238d1d9384862f6f520bbc1a4e3476f275b179f 0.25 MB 643 203
238,276 238,276 000000000000002d9235960a317de2d2f3338ec3a70e395fccb1577f60a56c21 0.04 MB 83 187
238,275 238,275 0000000000000039fdb5929bb22624e98c183d23f2daea62d7948d8fd111359c 0.08 MB 104 89
238,274 238,274 00000000000000eaf4fe9f93859b4df192104ad4d18b324fb68dd9c981bc2a29 0.25 MB 635 226
238,273 238,273 0000000000000088dda7ed91e05376224849a63511f9a84d2ce7dce1e55dc572 0.24 MB 630 192
238,272 238,272 00000000000000186334dbf5445f36e11582fd4957783c34431f86722230dfc4 0.19 MB 371 165
238,271 238,271 0000000000000114b3f237ad996b1e83e50094db0487e874f219d61e180901bf 0.11 MB 235 188
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.