Memory Pool Memory Pool Refreshing

3,233 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (687,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,977 219,977 00000000000001eb0a3a49a3611c7a15f3f498850473d9fd87bc1af213525ef6 0.25 MB 501 155
219,976 219,976 000000000000007f121c9eb261dae589be0efc0349a1c91761522c6ba507e31e 0.29 MB 461 151
219,975 219,975 00000000000001dd2dcfc6c15e7b418f4fd19ce2de2d38e3cc1685fcad6ab73a 0.25 MB 739 188
219,974 219,974 00000000000002474eba150b33d04486f7d4fdba75b487839a7fbf3cd26f88de 0.08 MB 248 46
219,973 219,973 000000000000047ab26f987ee1c386e14720cbbc123aa2dcaf76c218306f4a1d 0.00 MB 12 44
219,972 219,972 000000000000038736d229406455e64036cfd674694c5a35c67ef33f6eda334e 0.00 MB 12 200
219,971 219,971 000000000000015efd48ecf2dd82989ddb6407c6b4a03ecc34454dcecde9ea09 0.25 MB 806 181
219,970 219,970 0000000000000488c8dea6432720362a2d3bfd06f80aaf0ac0a7b83207cdf67c 0.25 MB 793 241
219,969 219,969 0000000000000461972fc9578c3f22f5dc0356cb7a8bc4218825027abf7e25a9 0.05 MB 127 111
219,968 219,968 00000000000003eaf8940b4579ad6fadb60e3989d2b11603edf0fab95a9df718 0.31 MB 512 78
219,967 219,967 000000000000048a72ad33388fa5cee7debe25e9f2f06d11ecd4b6a615f6c859 0.05 MB 138 101
219,966 219,966 00000000000001c2e77166a8ec4fd18d31ce6530a8aee014ac0e78215b0259ce 0.28 MB 557 163
219,965 219,965 00000000000004e8197f225a337297687e651099690dfe138da801b04e0de4d8 0.25 MB 702 195
219,964 219,964 00000000000001355ed458ac7185e3642bb4f9cb4a97e294525f8337ad8e1489 0.45 MB 941 175
219,963 219,963 000000000000010b794a6a559bc205c39c151ef92363ef7dddf263c037079c24 0.25 MB 591 237
219,962 219,962 000000000000051b6d949f9f560311fbc262d3455dc3e6ffbf8ea0de1167adc7 0.25 MB 496 164
219,961 219,961 00000000000004c184a803849e40ae3873625b1240ece9368f256f8904479a9b 0.25 MB 545 170
219,960 219,960 0000000000000259d92517ef1560c1cf83b813a16511b70d58be2afd5074ab54 0.25 MB 403 123
219,959 219,959 0000000000000258d0b9b4c682b24e231efa0c21047ec46ec4ff6ea494cce836 0.05 MB 148 2,047
219,958 219,958 000000000000046065b642be966d3e597f519a249dc21f87fe0c1d04ea67fd84 0.25 MB 696 218
219,957 219,957 00000000000004f22bec9e3c66c0a9a695e3a9e35ef9318434512a37e7170d98 0.25 MB 646 234
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.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.