Memory Pool Memory Pool Refreshing

8,161 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,094 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (591,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,202 316,202 000000000000000016754abc5ae5fa93ffdf3c3e5787678784f7dbd60a6fada4 0.08 MB 148 27
316,201 316,201 000000000000000010ae1e430a1855bd2f89a978adbe61b8d55c5f9a74b37056 0.22 MB 363 23
316,200 316,200 00000000000000000841f7b5a01840487a6382eae2cc7de29bd6bd3146403510 0.11 MB 224 27
316,199 316,199 00000000000000000eb94882dae064fc2cfd2db0709f7e224e53f2eaa0b3ffbb 0.08 MB 171 28
316,198 316,198 0000000000000000358f48b716a4feec157000f929dd1d33710230fa1dabb1f0 0.29 MB 426 23
316,197 316,197 000000000000000014816d960f93b17747e615d74dad02fbba90054a90d29ffc 0.13 MB 160 15
316,196 316,196 00000000000000000e5679b12bbbeb1cd549916e87164a70886e875c48112079 0.19 MB 303 26
316,195 316,195 0000000000000000359863706ad96837de998d9bb475e05dc964809db845e4ab 0.02 MB 52 19
316,194 316,194 00000000000000002e1a514c334b68340214b3311260ebd999c53aa31958f2ea 0.56 MB 865 26
316,193 316,193 00000000000000000c848daef20127bca3bf6cdd8276e0e7c6f09ab2e11b990b 0.08 MB 75 17
316,192 316,192 00000000000000002ce351e0966f5614618ec2ecddf6ebd436c4bf5c470e6b1f 0.09 MB 249 34
316,191 316,191 00000000000000001c596fa8782bf428610e162869b6775cfec036679d07a9eb 0.32 MB 421 22
316,190 316,190 00000000000000000f92365c5279c5e09e88258df158c212e3a6407e20b6ada0 0.22 MB 332 24
316,189 316,189 0000000000000000124832eef9657f884be17bcaf278d3cc75dec318098096c0 0.09 MB 154 28
316,188 316,188 0000000000000000111194d806533fed6b724ce471f806cd4ab1ee2d2240abba 0.05 MB 87 23
316,187 316,187 000000000000000008bcf925311552be267045bef0d824e9ed62edff565a8647 0.45 MB 791 28
316,186 316,186 0000000000000000288a08010161d7f503909d546b5111534e562dd1c6644c51 0.11 MB 152 21
316,185 316,185 0000000000000000185c146b1ed1bc7bb70b029639a36eee0349291df084d7a1 0.20 MB 326 23
316,184 316,184 000000000000000007afce4dfec06b41f15f847e37136da809469f30b1e6c796 0.05 MB 72 23
316,183 316,183 0000000000000000077816624989cf57571d611fb196529d6e9fba8c68725468 0.05 MB 51 8
316,182 316,182 00000000000000002d98e0f6d4f80bc65ef30c53e9dff5664acf323b6e8562b4 0.25 MB 469 31
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.41 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.