Memory Pool Memory Pool Refreshing

8,658 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,114 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (874,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
34,204 34,204 00000000ca8bee09a683aff5ef19759081cad732bed16148354a06bd89418e4a 0.00 MB 1 0
34,203 34,203 0000000013506af9b909a82f79d92ee12bb5db8fe58362883858e0ced85aa6f9 0.00 MB 1 0
34,202 34,202 000000007ad513c9b0fcd4a6a3557341b00c3bd764b337da22a1a0bbc3f9086f 0.00 MB 1 0
34,201 34,201 00000000a7cdfd61fac85e8fce2fb50dc8789e6e0a02156852d6fa77dec9bcf9 0.00 MB 1 0
34,200 34,200 000000006535763e5959196f59194fa16a942c863dfdd94a3389c86645a95c31 0.00 MB 1 0
34,199 34,199 0000000066a0ab67703372388680b040b7f3e2a5bbedd388a38e3e9fc124310b 0.00 MB 1 0
34,198 34,198 000000005e5be1003e37b1d8b850c8c7f07670bf681a9bae34b0d6f0a2fefd74 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.36 GB sent, 101.96 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.