Memory Pool Memory Pool Refreshing

1,923 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,671 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 1,916 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,670 (874,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,225 34,225 000000003b5ca62e8496efa8c9ad4a6426896e4e2599920aa977826e066c461b 0.00 MB 1 0
34,224 34,224 000000000fcd55267bf91dabb805c0df40cc599701c32712f45b44c225f9c876 0.00 MB 1 0
34,223 34,223 0000000038da2a8de4179fd40fa4b3f5afd5217275f5f06e54c13aa0d3015810 0.00 MB 1 0
34,222 34,222 0000000084ff269b46fbc6a9b5fb2a8b22fff90c831d2cf358d0848daf382e39 0.00 MB 1 0
34,221 34,221 00000000d43d6077eeca1192dc746466b71410327fec3aff03366905c4ea192f 0.00 MB 1 0
34,220 34,220 000000000fcd333b352f0c9e29a856c7aa1a308223f53672d894aef4ada0732e 0.00 MB 1 0
34,219 34,219 000000008acec4cd97c30b658e3fa3c278eeeaec081ec2b872cc3d6ee368ae89 0.00 MB 1 0
34,218 34,218 000000006e8facae536245387ecf677ebc38e5b06ea2cbf58ef4081c124dbb2a 0.00 MB 1 0
34,217 34,217 000000005f536c80b7381a7a477ca6f1605215706e850edfdff1651bf8fbf992 0.00 MB 1 0
34,216 34,216 00000000030aa368bff7e905a91c331d97a19a0260d0a6a99fbef7d0f8c67b88 0.00 MB 1 0
34,215 34,215 00000000b921df3099f79afecb7044b76b19ecbf4457bb8420e6f40af7e9180d 0.00 MB 1 0
34,214 34,214 00000000c7817f844be8a4ace9b6f4f371d66929fbc248026737712e6f1cbf40 0.00 MB 1 0
34,213 34,213 000000000671fe9dedaf497a60014cb6aa03d1c38cbe3b73c07f81710b3d3226 0.00 MB 1 0
34,212 34,212 00000000b5ad45dda6e42a102ddeb7c35065c5e758c4b9b582bbb044795da8fd 0.00 MB 1 0
34,211 34,211 0000000083390c7f443910a32a1bd83408e506f24161e54d3830a7deb8672147 0.00 MB 1 0
34,210 34,210 00000000bf1219d71e208ada74fef000ec972ce9f3572f5f9ac98a322a4fbfbc 0.00 MB 1 0
34,209 34,209 000000001bbd657b50f56d0b684cd1610fd3b398b4d2b5291c54f4b6375a6cd6 0.00 MB 1 0
34,208 34,208 00000000c2a403004e27efa128472ddf5cf6d959bfd5a930907c0ddb265ffb23 0.00 MB 1 0
34,207 34,207 00000000336066785e8a7f6a6a6064856c84615b6252164ea06dc992bddfff0f 0.00 MB 1 0
34,206 34,206 00000000ce0703300e5fd0b1d13b28c7baf6d96c25b3475c5fab404a6412ed8b 0.00 MB 1 0
34,205 34,205 00000000d6f8733cc77636f2782c0d2437c6e82556793231e514f796baeff0e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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.40 GB sent, 101.67 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.