Memory Pool Memory Pool Refreshing

2,265 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (828,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,779 79,779 00000000005023868aa4dfa51995d2ea2445f819a9c005e09d381a7c92294f98 0.00 MB 2 0
79,778 79,778 00000000004c6a52dd7f8ef5a9dce26efe9c1f281704ab75e01c313e6b91194f 0.00 MB 1 0
79,777 79,777 0000000000189f422c1efc97f1195480498f5d8488f6193a24aca1e624a57fca 0.00 MB 1 0
79,776 79,776 00000000002a2992c63a9212dee26dca972211a48954a6e95ef28f19a61cfd1f 0.00 MB 1 0
79,775 79,775 00000000003551c0e1416ef47e86d21f85b4b40cbad647b178c6604da74dd408 0.00 MB 1 0
79,774 79,774 0000000000353255b274746591d5357062ca44829db2105d0514ea46d0f8bd82 0.00 MB 4 0
79,773 79,773 00000000000358077b565311934f0aa88761ce47b132aa7c154682ffdce10d04 0.00 MB 4 0
79,772 79,772 0000000000431dc0de11fc17d2163651d6b233b3770b423f9289898114699b32 0.00 MB 1 0
79,771 79,771 00000000003375d5bb78703e11fad547b39bf1380bdc365bb99f5b86c262bfda 0.00 MB 1 0
79,770 79,770 000000000050a33eee24ad544cdb1c09b65bcbcba0411000bdbe4282d8ac0239 0.00 MB 3 0
79,769 79,769 000000000038e93f70befa03023f6507278f47de7d60d2331d54f6c8f0f987ef 0.00 MB 2 0
79,768 79,768 000000000021f3fc7ef21461ba67276b8d8b6e0576ed5f40ff5d5535e84d96d0 0.00 MB 2 0
79,767 79,767 000000000049ac4864ca9b02d7b500f86935c362c7eaee6139a0f08904979df3 0.00 MB 2 0
79,766 79,766 000000000019a87ab683a8989be2b30f8de3bd863f608c37f4fb57c38bc1878b 0.00 MB 1 0
79,765 79,765 000000000050986de552ccc9d52d1e84daa2d4647541cf44fa26cb891a00f185 0.00 MB 4 0
79,764 79,764 00000000001b816df120f4bdf63efd5d986e80c4dbffcf6ad5e73fba0499926d 0.00 MB 5 0
79,763 79,763 00000000004c66ecbeb02834df5c8cfbbc1a9fa7f104a50fc6b20b35a47ce3f1 0.00 MB 2 0
79,762 79,762 00000000003395a61c04e08f0d53e6428a4f48f39f58b23fd196f493b2253bf1 0.00 MB 1 0
79,761 79,761 00000000003d853c7f81d132a48fe1130bd6283e0f020942693fe86b2c5bbdbc 0.00 MB 2 0
79,760 79,760 00000000005734bfe427fa30186d46fc3db6df92caecb686fccd8df1634f1a01 0.00 MB 1 0
79,759 79,759 00000000004d1dc0175ee19d9f54d577de1daa0663128d4f5c92a5e1dd0865a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.