Memory Pool Memory Pool Refreshing

3,204 transactions
23.70 vMB
Show Random Selection Loading Transactions
Max Size: 97/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,594 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (828,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
79,758 79,758 0000000000531264f2dd32a7b8a601b1a7968c4006756a32698486056caaf6cd 0.00 MB 1 0
79,757 79,757 00000000005add4514bb7ead221734dd2c80ebfc04438888486534d8e7473722 0.00 MB 1 0
79,756 79,756 000000000035c0d18fec5476df978611fade48d7c7bee4723ef9278415f7ff50 0.00 MB 1 0
79,755 79,755 00000000002e214a5ea04b18b502577bdb94676b38a6707076799e6804c684d4 0.00 MB 3 0
79,754 79,754 00000000002e8b5f0c9a6d2f5b30d127a29dac473b6b5241c47eac6498be0b32 0.00 MB 1 0
79,753 79,753 00000000003c35eb33f74ad7d98f3590af77c4fe28f552a445d3e61b3f407468 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.23 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,701.00 GB sent, 98.63 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.