Memory Pool Memory Pool Refreshing

3,261 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,945 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 3,259 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,944 (596,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,731 311,731 000000000000000021a16cf4de02b891760490a1d859945ab7f1ed7816affc7c 0.13 MB 247 30
311,730 311,730 000000000000000003d377a9e3c5c8aacf5d444595be2c11b8862f687ece52c1 0.12 MB 258 26
311,729 311,729 00000000000000000832239913b1f1df12cd3773914e4cc32b4d31b78eb12ae4 0.41 MB 744 31
311,728 311,728 00000000000000002cc7122bd01826c978f36d81baa7743fa245712c33195370 0.63 MB 1,213 29
311,727 311,727 00000000000000003861002749bbe24f6ea2fafd0ab3422a3e8047d9b733bd4a 0.44 MB 781 29
311,726 311,726 00000000000000001315cdabf6505dafd8283636c38b2190f325fa4ca8f6aa6c 0.33 MB 572 28
311,725 311,725 00000000000000000d33bda1534d345b7ea70d9d8109ccc719f7c103d7c648ec 0.21 MB 275 21
311,724 311,724 000000000000000026b2ecbad7045a2669424889a6308748acd85a8a272b67a6 0.75 MB 1,033 21
311,723 311,723 00000000000000000f606faeff3bda52140611e23c4f8053caec9f9ba19f9ca5 0.18 MB 512 54
311,722 311,722 00000000000000000a61e631b884b032048cf4d5078bb5b502280b0a2f8e0626 0.35 MB 859 37
311,721 311,721 00000000000000003728249fec30e9bd0e1405e36b6d968ef3b65d2ebc597318 0.03 MB 64 96
311,720 311,720 000000000000000010ac9de9205e851092b7654ab15cccc69c3226917caad874 0.20 MB 311 30
311,719 311,719 0000000000000000321f75104221b3dbbd890e68d1d4c0261e33e60777af3502 0.16 MB 312 31
311,718 311,718 00000000000000002f733d4ae1eabee3f9662e3070ef7a210810fc2d1f04ec1b 0.10 MB 194 32
311,717 311,717 00000000000000001fc36c711b57f2e9b1a8a3ccb829b65a407175f628fdeda6 0.31 MB 608 30
311,716 311,716 0000000000000000008a0f9d1e6deef596ed6f0cdea31cb32e393726dd4fa61d 0.02 MB 64 34
311,715 311,715 0000000000000000063d2c92ea36f2a71383fe560186d2393452e5f30fc3ce3c 0.61 MB 1,075 30
311,714 311,714 0000000000000000131d7c0946db5666562e7022263122ef63d3cb0c812a83ab 0.26 MB 519 30
311,713 311,713 000000000000000003fc53a467a7ce595842a35b0b48c4864fee6e3358527bed 0.05 MB 59 21
311,712 311,712 00000000000000000b74121254b84dd65df6bdc78b45c3c1e9c9dfbf8d2b4439 0.19 MB 285 26
311,711 311,711 00000000000000001ba3c3c03fa575d3654a56d9ecfcc77db2552e152be65462 0.23 MB 211 16
Previous 10 blocks ↓
Total Size: 769.44 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,645.70 GB sent, 95.14 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.