Memory Pool Memory Pool Refreshing

8,654 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (669,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,335 238,335 000000000000015adc6666ecdd599b827512b3848ef113d1a81615a4175d28d9 0.05 MB 102 195
238,334 238,334 000000000000004493032fc264b6a75895c5e23ce123ea78fa848c1ca59f6ad8 0.22 MB 500 187
238,333 238,333 000000000000000524c1a31d5268156915169f5abdbd7288f2972c052a942838 0.17 MB 345 182
238,332 238,332 00000000000000e49bffc341ffaccd2bef32e28e1dbe9651109a9f0591c2156a 0.21 MB 256 80
238,331 238,331 00000000000000b83d29747df4bdefe4edec2d5db3e560051bfe105031d4a436 0.12 MB 282 193
238,330 238,330 00000000000000842db62f5b5b70823c5b9361057ba2fc03f94f4ea9a9f5f4f6 0.06 MB 109 17
238,329 238,329 00000000000000f8e77bafc9bb55ec7f4bd856d7763487a7ed6b4c56e940b17e 0.09 MB 192 142
238,328 238,328 000000000000001f7a6f1ac1fc00eae8f3ba6aad4dd93e40bcae06aae1433990 0.17 MB 398 185
238,327 238,327 000000000000014ee40495e3681fa74ada995255ce1c6cae845d12bd711407d6 0.19 MB 209 108
238,326 238,326 00000000000000bbdee27daeb19bc4c5417d0256381a5be12152f1330dc575dc 0.25 MB 353 110
238,325 238,325 000000000000014a04fd10efe3eb0df14a39b7e09beecd21b6274c8832625018 0.25 MB 585 195
238,324 238,324 000000000000006ab793cc2e47308ab1bcd8e0bb2b3ce556bf9cb23a0527be2a 0.25 MB 752 270
238,323 238,323 000000000000004a79e619af78ffd4d0b55d47f432aef35e2484a7893b6331df 0.10 MB 335 74
238,322 238,322 000000000000014614271d76925b98b82fadbe4f0dd8fc223b2221f97a2122a1 0.25 MB 474 159
238,321 238,321 000000000000013e0d2d86c8bf170b72a0fadee084af7bbedbf66377bea5b69e 0.25 MB 638 216
238,320 238,320 00000000000000f24ae393277d9a399d3477385b8f6d6a21655b05411d8ebe12 0.02 MB 64 207
238,319 238,319 0000000000000111a84bd42ed757a5d1d2fbd8a0768724b250df7d3b12297b6b 0.21 MB 503 187
238,318 238,318 000000000000009d773d52cf18444c43cd42a41af513d368a955458b3c28fabd 0.24 MB 520 177
238,317 238,317 000000000000010ca0ee3139d878657b3f92e1a725557f3cdd86c5643b850383 0.17 MB 344 172
238,316 238,316 000000000000007df26ec3c41b42e79338905b6cf0e45b4eb24c6ce66b9671ae 0.18 MB 399 204
238,315 238,315 00000000000000308734d9d3cd5a5cafd3433c089dda068ee7e5a71c8171897d 0.13 MB 285 189
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.