Memory Pool Memory Pool Refreshing

2,163 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,684 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 128 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,683 (822,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,258 86,258 0000000000273da92cba4e8a36f6345bbc904feff7c2aa4a2b6c482f7a5f4121 0.00 MB 1 0
86,257 86,257 0000000000065f2bcef0c4d88472e756118e60b9c5671869e0661568ce86ae39 0.00 MB 4 0
86,256 86,256 000000000013ef6ddc4bc9925fcc9a74f786de9331a208cbbe83adf612d313b0 0.00 MB 2 0
86,255 86,255 000000000019bbf005cf6562e42b70b4492937b0fd956d556863cc1f2ab3ee79 0.01 MB 3 0
86,254 86,254 000000000011ab4b91dba5da5f66d38067da94624543a7fa5dec00e132f09d2f 0.00 MB 5 0
86,253 86,253 000000000000c92df373a1306dbcb7d6ad1c8ac65f026b0b4a57957ac235b12e 0.00 MB 3 0
86,252 86,252 000000000021aaf486485a369b2cd2f6370c95232d14cd2a4cceb1281e0bcd50 0.00 MB 4 0
86,251 86,251 00000000001a8ab42486095fc082fdeb8b6be7cbfcc410aeda8e6950316dd8ea 0.00 MB 7 0
86,250 86,250 000000000029f9578c6fda35709152604d013ca5cb13ed279695a091179d5ebf 0.00 MB 2 0
86,249 86,249 00000000002da94390fedf8b4b9da9a4b8a2296706270951974b997ea410cc41 0.00 MB 5 0
86,248 86,248 00000000001e5aa8cf1e0bc39c82faba87f18a9060747fc761124bab4fef66b2 0.00 MB 3 0
86,247 86,247 000000000017b557ff73d608fd1a9b7ddc60d5f6200a8da40818f32382a1ebf1 0.00 MB 4 0
86,246 86,246 0000000000150cce82dd932c73558f0c38e54c1fb89bd80de38604f99f26f728 0.00 MB 6 0
86,245 86,245 0000000000167a7af4114e0a64f70eb8f4d929ef364824a412263fe67929a127 0.00 MB 2 0
86,244 86,244 000000000023d62569037c6922dede54e90d5ea4e98cd41aa9f56d6f68df193f 0.00 MB 3 0
86,243 86,243 000000000020254a90c489bd3fe64637b15ba355e13943fa73fa9d5279f18da0 0.00 MB 3 0
86,242 86,242 000000000019b6118c2c54d73c1fa812427101592400a4cf086a87e34350d6cc 0.00 MB 1 0
86,241 86,241 00000000001ce67f5d9dcf08d1ce9c7dad7321501fa0d0a026be991da7006276 0.00 MB 3 0
86,240 86,240 0000000000139ed96939ed680e82d737ab2ecbeb56cce4738317d7a0370d6b16 0.00 MB 7 0
86,239 86,239 00000000000ed2317d55983cb9396d0a2285c48b2bda8fd5849fd9bd3b0b0b91 0.00 MB 3 0
86,238 86,238 0000000000007c7ed74f6c12cead6133d2960af9cfe8c516cb1d33b61d70a7f0 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.86 GB sent, 101.79 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.