Memory Pool Memory Pool Refreshing

215 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 199 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (640,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,205 267,205 00000000000000030e0a5126f47f2317f63c330360f093134c550c0517cb13ef 0.01 MB 21 52
267,204 267,204 00000000000000051fe2001906b836e67b6ffe5385ea2707d32a7c9adb071252 0.09 MB 106 23
267,203 267,203 0000000000000008498a8ec63b41171a13845f3348a03ce2093997dbf161961a 0.25 MB 532 28
267,202 267,202 00000000000000061f38bc802d685b1a5f5ef4e2a2aa48ddc2952cf946df8e74 0.25 MB 534 126
267,201 267,201 0000000000000004c678db93f0d8b4e95ef9b90359b01ea1a69d0375c9acd72f 0.01 MB 16 55
267,200 267,200 0000000000000006ed2fcd576bfbcfb7f295750d85ced86c680b3881964453f0 0.15 MB 286 27
267,199 267,199 00000000000000014e0e4f35fc9e79328061984fa20a02be6051113a5a9bf61f 0.04 MB 80 38
267,198 267,198 000000000000000afc2727d3b17decdb1c3136f52aa6b55e1f542e2c86f6505d 0.15 MB 278 4,122
267,197 267,197 00000000000000079f5e33606a695b44530cd16ea8c63c60fd925c77c8a4f2d9 0.15 MB 308 71
267,196 267,196 0000000000000008af04b8bff36baf9dd8330cb996f5e96f5d37c88bb3ee5245 0.07 MB 93 36
267,195 267,195 0000000000000004024b999b9dbf2ccc1a50d946b74c0b644441e0f3d2757847 0.16 MB 333 101
267,194 267,194 00000000000000079afa28fc494213f666ae61d83aeb4243ce74f7238c154f08 0.24 MB 539 96
267,193 267,193 0000000000000008c6c6dcb2e668af68a1453a562f7810d1daec49f9133c80fb 0.21 MB 428 58
267,192 267,192 0000000000000007b316d08c6db4f5e726c9711d401d7f6b82bfb7815bbcc60c 0.00 MB 11 31
267,191 267,191 00000000000000018d476605616f3375fa73e7ff3a4e5621e735e1b872f1030a 0.12 MB 263 105
267,190 267,190 00000000000000054661cfdb8147fc66b5eb29e1a920fbe1131d5f1c0c8aabee 0.04 MB 69 25
267,189 267,189 00000000000000009b44065002515a24ed4293bddd9329c263bed278006f8e4a 0.30 MB 537 71
267,188 267,188 0000000000000006fe099a85b74af18f6931c13d7bcf328f04bd3cf806c1b7a6 0.05 MB 156 90
267,187 267,187 000000000000000112f8ed4af5ff95df9f411e1892860de607d3253bd0a4d351 0.15 MB 309 56
267,186 267,186 0000000000000002771bb01ab6cb08b46307d0c2597938fbad51ee704d8d3b05 0.03 MB 72 6
267,185 267,185 000000000000000637414c97f44a425925f342696fc5e9f805d358e3da5af908 0.32 MB 715 65
Previous 10 blocks ↓
Total Size: 769.10 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,628.93 GB sent, 93.40 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.