Memory Pool Memory Pool Refreshing

5,621 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (601,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,178 306,178 0000000000000000302ffc6bb05ac8a11cda671613d5b27fa474b6a9859af235 0.35 MB 985 47
306,177 306,177 0000000000000000419f42bd2158c653fc6fce7ec8db367a2f79b0f1de2e91b6 0.04 MB 90 35
306,176 306,176 0000000000000000231ea6193cf5a87daa7173d11f3c78e47f1bc6bfc9a81931 0.02 MB 38 36
306,175 306,175 000000000000000006b0039c4fac7aee402a25405f0d790487c8356b2cd2ee63 0.01 MB 36 31
306,174 306,174 0000000000000000011a8f9f2b3324b9d33c06c6ed8791b0b8b4f268b3b9b902 0.07 MB 166 32
306,173 306,173 000000000000000031140ce12907d3c8dae8f9685194ecd81f54591b6de7f652 0.13 MB 259 29
306,172 306,172 00000000000000000d65c2dc284ef02fd1101f04275152265b05f0067bfc4104 0.16 MB 290 28
306,171 306,171 00000000000000001bfe49480e82454875c807debc6a28a48f4b4739bf1bb355 0.07 MB 43 5
306,170 306,170 0000000000000000151e72fd2555900c67ac9986974daa97d34c5fb02333c844 0.11 MB 180 27
306,169 306,169 00000000000000003e17cdd0f0304b6f38d6cd555d72c77c5d29ef33df00c8d2 0.08 MB 124 26
306,168 306,168 000000000000000013edf5f164f1a8807a74349b9af8c9d99fb0b113efa44e40 0.10 MB 171 28
306,167 306,167 000000000000000029584564740ff42191047ccc0152f4178a6ca55f4dc312af 0.15 MB 178 18
306,166 306,166 0000000000000000185a0246dceb979adf8ada75fbfcdba7077cd43226570f36 0.07 MB 138 34
306,165 306,165 000000000000000034e97f0271e2e291ad3c8b575ad5f3f648f3974b45053af5 0.23 MB 412 31
306,164 306,164 000000000000000000d382fd4bcb7546393d8cd97ddd278b53247b003ac6657e 0.09 MB 86 12
306,163 306,163 00000000000000000a16697a4d9b62bab2e86f382f658f89c39266ec9347988b 0.12 MB 238 28
306,162 306,162 000000000000000043fe9543a4231de80247544f8ba2fc150c3daab033c71384 0.53 MB 589 21
306,161 306,161 00000000000000003df76a99ddb71bb688ddaa6407f1cceeae753abdba102200 0.75 MB 858 23
306,160 306,160 00000000000000004078c6ac81c2ac39fb334583d1b0b7f8b9e6bc753ff3a1e3 0.35 MB 313 17
306,159 306,159 000000000000000058139c98cdd6348fd2120a84fc5effd35e85db65aa038464 0.35 MB 864 39
306,158 306,158 00000000000000003e9498acadcd8e2cc91b8fc7d8f24bac3e585ce70d7fc96b 0.35 MB 786 29
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.43 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.