Memory Pool Memory Pool Refreshing

2,963 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,755 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,892 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,754 (467,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
440,189 440,189 000000000000000001d92e0cece6464df4f8c7220b376864568aa5803fcf2c6b 1.00 MB 2,329 116
440,188 440,188 000000000000000001d47bdb08f654b23fbfd68f67c349d13043ccd2a253a1bb 1.00 MB 1,890 61
440,187 440,187 000000000000000000c0eb1ecaf2af83030cb8131482aba10865f028d5623b19 1.00 MB 1,642 55
440,186 440,186 00000000000000000303678f158b3e382bd27d091a9b3e237dd9e8d850f63a5d 0.93 MB 1,620 48
440,185 440,185 000000000000000001c1727e6ae1988bef8dee87931b477a47b8b74fedd5a7f3 1.00 MB 1,601 62
440,184 440,184 00000000000000000075346948d0cd538570eedae03c06e6c37422f2ea45eeb2 1.00 MB 2,503 60
440,183 440,183 00000000000000000380c018779df8811a8adc5c4c04176830428a7de8768fe7 1.00 MB 1,172 68
440,182 440,182 00000000000000000244b9751621ee553e99da8592d21efd21ee2421e10d657d 1.00 MB 812 66
440,181 440,181 0000000000000000036cd1c4860a88a19a8e3aef3df528749c5530219b226a3b 1.00 MB 1,675 61
440,180 440,180 000000000000000003cbbc5fd5bc8eada97f73ae40855be7ca4e2a64c31c0f35 1.00 MB 2,316 88
440,179 440,179 00000000000000000195b9501aa2fa01d10d4916dc1519eb6ab1974fbbda8708 1.00 MB 2,289 79
440,178 440,178 000000000000000002f4fadc8f531b96005a50abe4156c1d28cf296c0b08e6d6 1.00 MB 1,852 78
440,177 440,177 000000000000000001d717b75a53173ea7a8f0733f1e28cdcdcce23b225ec991 1.00 MB 1,751 69
440,176 440,176 000000000000000001285bd2acd1a55d8e61697bc7ca0e1408be5f58713c4e64 0.75 MB 1,566 53
440,175 440,175 0000000000000000004498486ddb3cc75b4b4700252882e48f38947956a3896d 1.00 MB 1,288 53
440,174 440,174 000000000000000002edab434332ea3e097b243d8df4f8753bdcdf072ed5859e 1.00 MB 1,930 76
440,173 440,173 000000000000000002d035e082160ef766ceb2a3310e458008bf7f0e32c5f2e5 1.00 MB 1,288 43
440,172 440,172 000000000000000000f9ff110ef9563b8b26de65da68c9811d2d29d3ca118c25 1.00 MB 1,793 74
440,171 440,171 000000000000000003726191a32cf74528a307faa8a5065d8fe4face0a09ee1e 0.75 MB 1,318 72
440,170 440,170 0000000000000000031ced686d2604563a8abbbffa3b2e9bd4cf308fd5ef2ec8 1.00 MB 2,342 74
440,169 440,169 00000000000000000023838af7709cd806845ee3d27670305c96ecba7cedcc4a 0.75 MB 1,857 53
Previous 10 blocks ↓
Total Size: 769.08 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,628.29 GB sent, 93.33 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.