Memory Pool Memory Pool Refreshing

489 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (707,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,333 200,333 00000000000005d9f163bc54c2030dbf59c0076ae16af3bbb0dd3ce385a79f5d 0.07 MB 105 103
200,332 200,332 000000000000037139f712a8424b11716945296a5db40dd20183f215469005fd 0.05 MB 129 144
200,331 200,331 00000000000004a4ec34ebd32c938237e12c7ac869d728679df0dc050b48cc3c 0.13 MB 356 188
200,330 200,330 00000000000003f6acc339178ce4c7238051472e4c040e7e081a7e2ec09c54a7 0.00 MB 11 18
200,329 200,329 00000000000002795182a6c62988ded2b0238cc43ccd45a820144943eb23c606 0.08 MB 179 131
200,328 200,328 000000000000015f949f7464570e97aa4815a5d543c1f7c2d0e53bc623c6ac15 0.02 MB 49 218
200,327 200,327 00000000000002961efaf053619054b775b4d082d46d736bacccfc32406d30dd 0.04 MB 66 101
200,326 200,326 00000000000003386c55090b193e86330aeb6b67fb102b159c28eaee161cd03f 0.01 MB 17 126
200,325 200,325 00000000000001e2b45884c9969cc951edc67999be176e8b9c2558b655fb295e 0.10 MB 190 77
200,324 200,324 000000000000037822e6aee66af1d2f6a0e44e8886ebdb790d9a6bae733086b3 0.06 MB 156 80
200,323 200,323 00000000000000efc9034534d389a0b94230dae500f630458f2e0699ca481999 0.19 MB 369 122
200,322 200,322 000000000000034b6f1b9d3ac32d83a9654fdf58f6b55c10670889ec747c4e64 0.01 MB 19 117
200,321 200,321 000000000000008a5dc0dd75cb26e73af834a47d882378864ae5e761bad36d1b 0.04 MB 99 148
200,320 200,320 00000000000002133af3561d80d348e3902d31c0814f96f5a55255bd73d9a5ff 0.15 MB 354 130
200,319 200,319 0000000000000578714b9dc440741fb6430f12fd0c99846d55e90c896756af0c 0.22 MB 552 113
200,318 200,318 00000000000002b6e1c3582617b7a1a8ca855439f5053878251ab5714ec11ba0 0.01 MB 25 34
200,317 200,317 0000000000000123fe7d39a34f2b137b6d162f58538c776744a54deb5e9d300c 0.05 MB 142 113
200,316 200,316 00000000000002f5141d01747f06196ef28a16cdfe809037d5bee0ae12ec05da 0.05 MB 141 92
200,315 200,315 0000000000000005f484e8aa0bdd7bd5b7d377ad585e7b201bac33292f209320 0.14 MB 256 113
200,314 200,314 000000000000052ce2c5a85ef41df81bf65be1bd514bd1330578eb87676a8dd4 0.04 MB 92 112
200,313 200,313 00000000000001889a35b0d2dbdd96168c1d4106bf345ed40a8ed9deeab69f98 0.04 MB 70 119
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.